/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #F9DB73;
	margin: 0px;
}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 17px;
	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: #8A2003;
	text-decoration: underline;
}

a:visited {
	color: #8A2003;
	text-decoration: underline;
}

a:hover {
	color: #8A2003;
	text-decoration: none;


}

a.linkFooter:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-family: verdana, arial;
}




/***************************************************
customized sitewide link tags
****************************************************/

.footer {
	font-size: 10px;
	vertical-align: bottom;
	color: #FFFFFF;

}


.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #4C4C4C;
	
}

.subhead {
	font-weight: bold;
	color: #003D79;
	
}

.smallText {
	font-size: 10px;
	
}

.whiteText {
	color: #FFFFFF;
	
}

.smallWhiteText {
	color: #FFFFFF;
	font-size: 10px;
	
}






