/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#444444;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FF9900;
	font-weight: bolder;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
p.navigation, p.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF9900;
	font-weight: bolder;
	text-decoration:none;
}

p.content_title {
	background: transparent url(images/bullet.gif) no-repeat top left; 
	height: 20px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
 	font-size: 12px;	
	color:#555555;
	margin-bottom: 5px;
}
p.left_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
 	font-size: 11px;	
	color:#3399FF;
}
p.content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
 	font-size: 11px;	
	color:#555555;
}

p.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
 	font-size: 10px;	
	color:#FF9900;
	text-decoration: none;
}

p.content_quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
 	font-size: 11px;	
	color:#555555;
	margin-left:50px;
}
p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#555555;
	font-weight: normal;
}