/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	background-color:#ffffff;
	margin-top:0px;
	margin-left:0px;
}
.mainLinks {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1074DC;
	text-decoration: underline;
}
.mainLinks:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1E62A9;
	text-decoration: underline;
}

.normalText {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color:#333333;
	
	
}


	
		
	
		
	
	



