
body, td, div, span
 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-size: 14px;
	color: black;
	font-weight: normal;
	background-color: #E6E6E6;
 }

h1
 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-size: 48px;
	color: #D4D1E9;
	font-weight: normal;
	margin-top: 0px;
 } 
 
h2
 {
	color: #49479D;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
 }
  
a, a:link, a:visited, a:active
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #2E3192;
	font-weight: normal;
	text-decoration: none;
 }
	 
a:hover
 {
	color: #922E2E;
	text-decoration: underline;
 }

a.nav, a:link.nav, a.nav:visited, a.nav:active
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #6D67AF;
	font-weight: bold;
	text-decoration: none;
 }
	 
a.nav:hover
 {
	color: #AF6767;
	text-decoration: underline;
 }

a.out, a:link.out, a.out:visited, a.out:active
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #AAAAAA;
	font-weight: normal;
	text-decoration: none;
 }
 
 
td.out
 {
	color: #AAAAAA;
	font-size: 11px;
 }
