/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #FFFFFF;
	margin: 0px;
}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #465056;
	line-height: 21px;
	border-collapse:collapse;
	border-spacing: 0;
}

INPUT {
font-family: verdana, arial;
	font-size: 11px;
	color: #465056;
}



UL {
	margin: 0px 15px;
	list-style-image: url(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: #FF460D;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #FF460D;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF460D;
	text-decoration: none;
	font-weight: bold;


}

a.footerlink:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #626D74;
}

a.footerlink:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #626D74;
}

a.footerlink:hover {
	font-size: 10px;
	color: #626D74;
	font-weight: normal;
	text-decoration: underline;

}





a.jumpLinks:link {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;

}

a.jumpLinks:visited {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;

}

a.jumpLinks:hover {
	font-size: 11px;
	color: #465056;
	font-weight: normal;
	text-decoration: underline;
}




a.linkMain:link {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #465056;

}

a.linkMain:visited {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #465056;

}

a.linkMain:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}




/***************************************************
customized sitewide link tags
****************************************************/


.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #626D74;
	
}

.highlight {
	font-weight: bold;
	color: #FF460D;
	
}










