
/* HTML - BODY - TR - TD FONT */
BODY, HTML, TR, TD{
font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}


/***************************/
/* General element styles: */
/***************************/
H1 A:LINK, H1 A:VISITED, H1 A:ACTIVE{
	color : #9F0000;
	text-decoration: underline;
	
}
H1 A:HOVER { 
	color : #848284 ;
	text-decoration:underline;
}

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Arial, Helvetica, sans-serif; }

TABLE.contenttable {  margin: 0px 0px 0px 0px; width: 100%; }

FORM { margin: 0px 0px 0px 0px;}
P, PRE { 
	margin: 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
}
 H4{
	font-size: 13px;
	line-height:13px;
	color: #0000B9;
	font-weight : bold;
	font-style : normal;
	margin: 0px 0px 0px 0px;
	padding-bottom: 6px;
	padding-top: 9px;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: left;
	}
	H1, H2 , H3, H5 {
	font-size: 13px;
	line-height:13px;
	color: #0000B9;
	font-weight : bold;
	font-style : normal;
	margin: 0px 0px 0px 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	letter-spacing: 0px;
	text-align: left;
	}

A:LINK, A:VISITED,  A:ACTIVE{
color: #848284;
text-decoration: underline;
}
 A:HOVER { 
	color : #990000;
	text-decoration:underline;
}


P.csc-linkToTop A:LINK, P.csc-linkToTop A:VISITED, P.csc-linkToTop A:ACTIVE{
	color : #990000;  
	text-decoration: underline;
}

/*h1 a:LINK, h1 a:VISITED, h1 a:ACTIVE{
	color : #9F0000!important;
	text-decoration: underline!important;
	
}
h1 a:HOVER { 
	color : #848284!important ;
	text-decoration:underline!important;
}
*/
