/* CSS Document */

Body { 
	margin:0 0 0 0;
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#004E97;
}

UL { list-style-type:square; }


.Title { 
	color:#1a3f77;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#D5E9F4;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	}

.subtitle {
	color:#5080be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	}

.Content_text{ 
	color:#575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}

.small_text{ 
	color:#575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
}

.Content_textlink {font-size: 12px;color:#202020; text-decoration:none;}
.Content_text a {font-size: 12px;color:#5080be; text-decoration:none;}
.Content_text a:hover {font-size: 12px;color:#202020; text-decoration:underline;}

.Footer {
	color:#79233b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Footer a { color:#79233b;text-decoration:none;}
.Footer a:hover { color:#79233b; text-decoration:none;}

.Footer2 {
	color:#5080be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:8px;
	padding-bottom:4px;

} 

.Footer2 a { color:#5080be;text-decoration:none; font-weight:bold;}
.Footer2 a:hover { color:#5080be; text-decoration:none; font-weight:bold}

.contact { 
 font-weight:bold;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;color:#FFFFFF; 
}
.contact a{ font-size: 11px;color:#FFFFFF;text-decoration:none; }
.contact a:hover{ font-size: 11px;color:#FFFFFF;text-decoration:underline; }