/* menu things */
a.menu:link {
	color:#000000; text-decoration: none
}
a.menu:hover {
	color:#000000; text-decoration: none
}
a.menu:visited {
	color:#000000; text-decoration: none
}
#subMenuItem1 {
	padding-left:10px; display:none;
}
#subMenuItem2 {
	padding-left:10px; display:none;
}


/* body things */
td {
	font-family:verdana;
	font-size: 12px;
 padding-right; 2px;
}

#header {
	font-family:arial;
	font-size: 16px;
	font-weight: bold;
	color: #739118;
	padding-bottom: 7px;

} 

#header2 {
	font-family:arial;
	font-size: 14px;
	font-weight: bold;
	color: #D57E31;
	padding-bottom: 7px;
	
} 

#headerurgent {
	font-family:arial;
	font-size: 16px;
	font-weight: bold;
	color: #D81407;
	padding-bottom: 7px;
	
} 

#subheaderurgent {
	font-family:arial;
	font-size: 12px;
	font-weight: bold;
	color: #D81407;
	padding-bottom: 7px;

} 

#newsheader {
	font-family:arial;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

#newsdateheader {
	font-family:arial;
	font-size: 12px;
	font-style: italic;
	color: #FFFFF;
}

#subheader {
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	color: #185F91;
	padding-bottom: 7px;
}

#subheader2 {
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	color: #D57E31;
	padding-bottom: 7px;
} 

#subtext {
	font-family:arial;
	font-size: 9px;
	color: #A6A7A9;
} 

#subheader3 {
	font-family:arial;
	font-size: 12px;
	color: #797979;
}

#subheader4 {
	font-family:arial;
	font-size: 10px;
	color: #000066;
}

#subheader5 {
	font-family:verdana;
	font-weight:bold;
	font-size: 9px;
	color: #000000;
}


/* recolor the links on the page */
a:link {color: #277DCE;
	text-decoration: none;
}
a:visited {color: #277DCE;
	text-decoration: none;
}
a:hover {color: #277DCE;
	text-decoration: none;
}
a:active {color: #277DCE;
	text-decoration: none;
}

/* this is for the point calculator table cells for spacing */
td.pad {
	padding-top:3px;
	padding-bottom:3px;
}

/* this is for united states alternating table */
tr.color_row td {
	background-color: #DDDDFF;
}
tr.no_color_row td {
	background-color: #FFFFFF;
}
/* this is for a tab at the start of a line, used in point calculator */
#indent {
	padding-left:25px;
}
/* information text at bottom of point calculator page */
#point_info {
	font-size:10px;
	display:none;
}

/* 
 * style input items, don't use general input (exclude #) as IE throws
 * background colour around the checkboxes, and it looks ugly
 */
#input {
	font-size:10px;
	font-family:Verdana;
	background-color:#DDDDFF;
}