/* Elements */

a,
a:link {
	color: #003399;
}

a:active,
a:visited{
	color: #006699;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

H1, H2, H3, H4, H5, H6 {
	color : #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H1 {
	font-size: 24px;
}

H2 {
	font-size: 22px;
}

H3 {
	font-size: 20px;
}

H4 {
	font-size: 18px;
}

H5 {
	font-size: 16px;
}

H6 {
	font-size: 14px;
}

/* Fonts */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, TH, TD,  UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
}

form{
	margin : 0;
	padding : 0;
}

/* Classes */

.bold {  
	font-weight: bold; 
}

.bottomnav{
	font-size : 11px;
}

.indexcontentbg{
	background-image : url(images/index_contentbg.gif);
	background-repeat : repeat-y;
}

.italics {  
	font-style: italic;
}

.subcontentbg{
	background-image : url(images/sub_contentbg.gif);
	background-repeat : repeat-y;
}

.textbox {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height : 20px;
	color: #666666;
}

.underline {  
	text-decoration: underline;
}


