/*
	Description: 	Fonts CSS 
	Changes:
*/

/*
-----------------------------------------------
HTML tags 
-----------------------------------------------
*/ 

body, div, td, span, input {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
}

div#content p, div#contentWide p, div#content, div#contentWide, div#oneColumn, div#twoColumn50_50,
		div#twoColumn20_80, div#twoColumn80_20, div#content80_20 {
	line-height:14pt !important;
}

h1, h2, h3, h4, h5, h6{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px; 	
	font-weight:normal; 
}

h1
{
	font-size:17px;			/*16*/
}
h2{
	font-size:12px;			/*14*/
}
h3{
	font-size:11px;			/*12*/
}
h4{
	font-size:11px;			/*11*/
}
h5,h6{
	font-size:10px;			/*10*/
}

h1.title {
	width:460px !important;
}


/*
-----------------------------------------------
Anchor Pseudo-classes
-----------------------------------------------
*/ 

a:link {
 	text-decoration: none;
	color:#000;
}     /* unvisited link */
a:visited {
 	text-decoration: none;
	color:#000;
	}  /* visited link */
a:hover {
	text-decoration: none;
	color:#000;	
	}   /* mouse over link */
a:active {
    text-decoration: none;
	color:#000;	
	}   /* selected link */
/*
-----------------------------------------------
/ Anchor Pseudo-classes
-----------------------------------------------
*/ 


#content h1 {
	float:left;
	color:#003375;
	width:292px;	/* 442px*/
	padding:1px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

#contentWide h1 {
	color:#003375;
	padding:1px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

#content80_20 h1 {
	float:left;
	color:#003375;
	width:442px;	/* 442px*/
	padding:1px 0px 0px 0px;
	margin:0px 0px 10px 0px;

	/* padding:1px 0px 10px 0px; */
	/* margin:0px 0px 0px 0px; */
}

#content h2 {
	float:left;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;


}

#content a:link, #content a:visited, #contentWide a:link, #contentWide a:visited, #content80_20 a:link, #content80_20 a:visited, #rightColumn a:link, #rightColumn a:visited {
	color:#003278;
}

#content a:active, #content a:hover, #contentWide a:active, #contentWide a:hover, #content80_20 a:active, #content80_20 a:hover, #rightColumn a:active, #rightColumn a:hover {
	color:#e61e3c;
}


#content strong.abstract, #contentWide strong.abstract, #content80_20 strong.abstract  {
	float:left;
	clear:both;
	width:100%;
	padding:0px 13px 0px 0px;
	margin:0px 0px 10px 0px;
}

#content i.abstract, #contentWide i.abstract, #content80_20 i.abstract{
	padding:15px 0px 10px 0px;
	display:block;
}


#footer a:link, #footer a:visited  {
 	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	 text-decoration: underline;
}



