/* CSS Document */

/* Typography Styles ----------------------------------------*/

/* UNDO STYLES */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
body, h1, h2, h3, h4, h5, h6, p, dt, dd, td, th, li {
	font-size: 1em;
}

a, h1, h2, h3, h4, h5, h6, ul, ol, img, li, td, th, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
}
input   {
    font-size: 1.1em;
}
	
/* Link Styles --------------------------------------------------------------*/
a	{
	color: #003366;
	text-decoration: none; 
}
a:hover { 
	color: #006ab3;
	text-decoration: underline; 
	}
	
/* Main Font Styles --------------------------------------------------------------*/
h1, h2, h3, h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #006ab3;
}
h1 { 
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	/*text-transform: lowercase;*/
	font-size: 1.5em;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
	font-weight: normal;
	color:#e2001a;
}
h2 { 
	font-size: 1.1em;
	margin: 0 0 20px 0;
}
h3 { 
	color: #012d5a;
	font-size: 1.0em;
	margin: 0 0 5px 0;
}
	
h4, h5, h6 { 
	color: #012d5a;
	}
h4 { font-size: 1.0em;}
h5 { font-size: 0.9em;}
h6 { font-size: 0.8em;}

p {
	padding: 0 0 15px 0;
	line-height: 20px; 
	color: #333333;
	}
	
td, th {
	font-size: 0.8em;
	padding: 2px;
}

#ContentInner ul, #ContentInner ol	{
	padding: 0 0 6px 0;
}

#ContentInner li  {
	margin: 0 10px 6px 30px;
	color: #454545;
	}

#ContentInner li li {
	list-style-type:lower-alpha;
	}
    