@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	margin-left: 0px;
	margin-top: 30px;
	background-color: #525a8e;
	color: #ffffff;
	
}

body a:link {
color : #21ACE0; 
text-decoration : none; 
} 

body a:hover {
color : #5A9406; 
text-decoration : none; 
} 

body a:active {
color : #0D303D; 
text-decoration : none; 
} 

body a:visited {
color : #0D303D 
text-decoration : none; 
}

p {
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	font-size: 14px;
	color: #252363;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #525a8e;
	background-color: #0D303D;
	text-indent: 10px;
	height: 30px;
	width: 1000px;
	padding-top: 10px;

	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #262462;
	
	height: 20px;
	padding-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0D303D;
	text-indent: 10px;
	height: 15px;
	padding-top: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BEDDED;
	text-indent: 10px;
	height: 15px;
	padding-top: 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	font-size: 14px;
	color: white
	vertical-align: top;
}

.smallPrint {
	color: white; 
	font-size: 60%;
	margin-left: 4px;
}
