/* CSS Document */
td{
	font-family:Tahoma;
	font-size:11px;
	color: #19265A;
	}

.cap{
	font-family: Tahoma;
	font-weight: none;
	font-size: 11px;
	color: #FFFFFF;
	}

h1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 150%;
	color: #172556;
	font-weight: bold;
	}

h2 {
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 5px;
	color: #19265a;
	}

a:link,a:active{
	text-decoration:none;
    font-family: Verdana;
	font-size: 11px;
	color:#19265A;
	}
	
a:visited{
	text-decoration:none;
	font-family: Verdana;
	font-size: 11px;
	color:#09182A;
	}
	
a:hover{
	text-decoration:underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#005B8E;
	}

a.white:link,a.white:visited,a.white:active{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none; 
	color:#0097CA;
	}
	
a.white:hover{
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	color:#5B96D0;
	}

	


