@charset "UTF-8";
/* CSS Document */

html, body td, tr {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}


.bodytext {
	font-size:12px;
	color: #000000;
	padding:10px;
}

.pinkbold {
	font-size:12px;
color:#c70058;
font-weight:bold;
}

.pinkboldem {
	font-size:12px;
color:#c70058;
font-weight:bold;
font-style:italic;
}

.whitebold{
	font-size:11px;
color:#FFFFFF;
font-weight:bold;
}


body {
background-image:URL("images/bg_span.gif");
background-repeat:repeat-x;
background-color:#00adef;
}

.boxtext{
	font-size:12px;
	color: #000000;	
	padding:5px 5px 0px 5px;
	text-align:left;
	}





.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	padding:2px;
	}

a.footerlink:link, a.footerlink:visited, a.footerlink:active   {text-decoration:none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}
a.footerlink:hover {text-decoration:underline; 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;}
	
	
a {
	outline: none;
}

a:link, a:visited, a:active  {
color:#c70058;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#00adef;
font-weight:bold;
text-decoration:underline;
}
