BODY {
	margin : 0 0;
	
}

img
{  border-style: none;
}

.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : justify;
	color : #454545;
	
}



.smalltext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color : #454545;
	
}

.headertext {
	font-family: Times New Roman, Times, serif;
	font-size : 25pt;
	color : #454545;
	text-align : left;
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #454545;
	border-style : solid;
	
}

.smallerheadertext {
	font-family: Times New Roman, Times, serif;
	font-size : 18pt;
	color : #454545;
	
}


.textlink {
	color : #454545;
	text-decoration: none;
	font-weight : bold;
}

.textlink:Hover  {
	color : #ff0000;
	text-decoration: underline;
	font-weight : bold;
	
}

.smalltextlink {
	color : #454545;
	font-size : 10pt;
	text-decoration: none;
	font-weight : bold;
}

.smalltextlink:Hover  {
	color : #ff0000;
	text-decoration: underline;
	font-weight : bold;
	
}




.navlink2 A:Link {
	color : #454545;
	text-decoration: none;
	font-size : 9pt;
}

.navlink2 A:Hover  { 
		color : #fff000;
		text-decoration: none; 
		font-size : 9pt;
		border-bottom-width : 1px;
		border-top-width : 1px;
		border-color : #454545;
	    border-style : dotted;
}

.navlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	width: 180px;
	height: 18px;
	font-weight: normal;
	background-color: #f5f4f4;
	color : #454545;
	font-size : 9pt;
	text-decoration : none;
	display: block;
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #454545;
	border-style : dotted;
	
	}

.navlink:Hover {
	width: 180px;
	height: 18px;
	background-color: #ffffff;
	color: #ff0000;
	text-decoration : none;
	display: block;
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #454545;
	border-style : dotted;
	
	}
	
	
	.bottomline {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #0E3F70;
	border-style : solid;
}

.rightline {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-color :  #454545;
	border-style : solid;
}
	
	
