.bodyText {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
}
a.bodyText {
	font-weight: bold;
	text-decoration: none;
}
.titleBlue , h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #0893d6;
}
.formTxt {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
form
{
   margin: 0px
}
a.Footlink {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
a.Footlink:HOVER {
	color: #FFFFFF;
}
a.Footer{
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #999999;

}a.Footer:hover{
	text-decoration: underline;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #000000;

}

/* THIS IS THE VERTICAL DROP DOWN MENU CODE */
/*=========================================================================================*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
/*	padding: 4px 10px; */
/*	padding: 0px 0px; */
	width: 119px;
	height: 15px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		
/* THIS IS THE END OF THE VERTICAL DROP DOWN MENU CODE */
/*=========================================================================================*/


.LtBarline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; }
