/* basic elements */

body {
	font-family:  Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
	background-color: #101040;
}
h1 { 
	font: normal 14pt Arial, helvetica, sans-serif; 
	font-weight: normal;
	margin-bottom: 0px; 
	color: #ffffff;
	}
h2 { 
	font: normal 14pt Arial, helvetica, sans-serif; 
	font-weight: bold;
	margin-bottom: 0px; 
	color: #ffffff;
	}
h3 { 
	font: normal 24pt Arial, helvetica, sans-serif; 
	margin-bottom: 0px; 
	color: #ffffff;
	}
a:link { 
	text-decoration: underline;
	color: #9b9ec5;
	}
a:visited { 
	text-decoration: underline;
	color: #9b9ec5;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #e7dab7;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
}

