/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #8C754B;
	margin: 0px;
}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 21px;
	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: #403B64;
	text-decoration: underline;
}

a:visited {
	color: #403B64;
	text-decoration: underline;
}

a:hover {
	color: #403B64;
	text-decoration: none;
	

}

a.linkFooter:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;

}



/***************************************************
customized sitewide link tags
****************************************************/

.footer {
	font-size: 10px;
	color: #FFFFFF;

}

.text11 {
	font-size: 11px;

}
.white {
	color: #FFFFFF;

}






