/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #E0DDB0;
	background-image: url(../images/bg.gif);
	margin: 15px;
}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	border-collapse:collapse;
	border-spacing: 0;
}

INPUT {
font-family: verdana, arial;
	font-size: 11px;
	color: #666666;
}



UL {
	margin: 0px 15px;
	list-style-image: url(../images/bullet.gif);
}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	color: #666666;
	line-height: 21px;
	font-size: 11px;
}


h1 {
	display:inline;	
}


  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #5790BC;
	text-decoration: underline;
}

a:visited {
	color: #5790BC;
	text-decoration: underline;
}

a:hover {
	color: #5790BC;
	text-decoration: none;


}

a.linkFooter:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;

}




a.linkWhite:link {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #175098;
}

a.linkWhite:visited {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #175098;
}

a.linkWhite:hover {
	font-size: 12px;
	color: #175098;
	font-weight: bold;
	text-decoration: none;

}


/***************************************************
customized sitewide link tags
****************************************************/

.footer {
	font-size: 10px;
	vertical-align: bottom;
	color: #FFFFFF;

}


.smallText {
	font-size: 10px;

	
}

.subhead {
	font-weight: bold;
	color: #5790BC;
	font-size: 13px;
}

.subhead2 {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}







