/* CSS Document */

a {

	color: #333333;

	text-decoration: none;
}

	

a:hover {

	color: #666666;	

	text-decoration: underline;

	}
	a.one:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
	
a.one:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
a.one:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a.two {
    font-size: 14px;
	color: #cc0000;

	text-decoration: underline;



	}
a.two:visited {
	
	font-size: 14px;
	
	
	color: #cc0000;
	text-decoration: underline;
}
a.two:hover {
	
	font-size: 14px;

	color: #990000;
	text-decoration: underline;
}





td {

	font:12px Arial, Verdana, Helvetica, sans-serif;

	color:#333333;

	}
h3{
	
	color:#242872; 
}

ul{list-style-type: none;}
ul.two{list-style-type: square;}

table {
	border: 0px solid black;
	cellspacing:0;
	cellpadding:0;

}


