/* ==========================================================================*/
/* Main Font Styling  */
/* ==========================================================================*/

body, table, div, td, p, ul, li {
	font: 13px Helvetica, Arial, Verdana, sans-serif; 
	color: #444;
	letter-spacing:.035em;
	line-height:18px;
	}

p {
	padding: 5px 0 5px 0;
	margin: 0;
}

.ahem {
	display:	none;
}

.hide {text-indent:-5000px;}

h1, h2 {
font-family:Helvetica, Arial, sans-serif;
} 
h3 ,h4, h5, h6, h7{
font-family:Helvetica, Arial, Verdana, sans-serif; 
} 

em {	color: #006e98;}

/* ********************** LINKS *********************** */


a { 
	color: #000099; 
	text-decoration: underline; 
	border: none; 
}

a:hover 
	{
	text-decoration: none;
	color: #0066FF;
	}
a.more {
	padding-right: 8px;
	background: url(../imgs/blue.png) no-repeat 100% 4px;
}
a.back {
	padding-left: 8px;
	background: url(../imgs/back.png) no-repeat 0 3px;
}
a.top {
	padding-left: 10px !important;
	background: url(../imgs/topblue.png) no-repeat 0 5px;
}

/* ******************** HEADERS ********************** */

h1  {
	font: lighter 18px Helvetica, Arial, Verdana, sans-serif; 
	padding-top: 0;
	padding-bottom:2px;
	margin:0;
}


h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000066;
	padding: 10px 0 5px 0;
	margin:0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 0px 0;
	margin:0;
}

h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #303030;
	padding: 10px 0 0px 0;
	margin:0;
}

h5 
	{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: lighter;
	margin-top: 2px;
	margin-bottom: 2px;
	}

h6 
	{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	}

/* ************************ OTHER GLOBAL STUFF ************************ */
/* This is necessary bc IE does not deal with hr correctly */
div.separator {
	margin: 12px 0 12px 0;	
	xbackground-image:url();
	background-repeat:repeat-x;
	background-position: top;
	clear:both;
	height: 1px;
	width: 100%;
	line-height: 1px;
 color:#fff;
 
}

form 
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

textarea, input, select, option {
	font-size: 12px; 
	}

dl {
	font-size: 12px;
	margin-bottom: 0px;
	}

dt, dd {
	margin-top: 0px;
	margin-bottom: 0px;;
	}

sup
	{
	font-size: 10px;
	text-decoration: none;
	}

i
	{
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	}

hr
	{
	border: 0px solid;
	}

img 
	{
	border: 0;
	}

.note, 
.note a 
	{
	font-size: 10px;
	text-decoration: none;
	}
	
.access-aid {	display: none; }
	
/* ==============================================================*/
/*			Removes margin from top of elements			*/
/* ==============================================================*/

.noTop
	{
	margin-top: 0px;
	}


.red {
	color: #ff3535;
}

ul.blueArrows li a {
	vertical-align: bottom; 
	padding-right: 10px; 
	xbackground:url() no-repeat right;
} 



sup {
	font-size: 10px;
}
