/* CSS Document */

body {
	margin: 0 50 0 50;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	background: #ffffff;
	}
	
p, td, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	}
	
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#aa1111;	
	text-transform: uppercase;

	}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#aa5511;
	text-transform: uppercase;
	}
	
a:link {
	
	color: #b00;
	background-color: transparent;
	text-decoration: none;
	}
	
a:visited {
	
	color: #b00;
	background-color: transparent;
	text-decoration: none;
	}
	
a:active {
	
	color: #b00;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover {
	
	color: #b00;
	background-color: transparent;
	text-decoration: underline;
	}