body, td,
.NormalText	{
	color:#000;
	font-size:small;
	font-family: Arial, Times;
}
/*Text*/
.small {
	font-size:x-small;
	}
.small_title{
	font-size:small;
	color:#336666;
	}
.green{
	color:#336666;
	}
.black{
	color:#000000;
	}
/*table styles*/
td.clear	{}
td.light{
background-color:#F5F5EB;
}
.tabledata table{
	margin:0px;
	padding:0px;
	}
.tabledata td{
	height: 137px;
	border: 0px;
	border-collapse:collapse;
	padding: 5px 5px 15px;
	background: url(images/bottomstripe.gif) repeat-x 0 100%;
	vertical-align: top;
	}
table.contact { width: 350px; background-color: #F0F0E0; }
table.contactlow { width: 300px; background-color: #336666; }
/*Image Styles*/
img.clear {}
img.right{
	padding:0 2px 0 2px;
	float:right;
	border:0px;
	}

img.left{
	border:0px;
	float:left;
	}

/*custom bullet*/
ul { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
} 
ul li { 
	background: url(images/bullet.gif) left center no-repeat;
	padding: 0 0 0 15px;
} 
div.dropdown ul 		{width: 180px; margin: 0 0 0 -1px; border: solid #CBCF92; border-width: 0 1px 2px; padding: 0; position: absolute; visibility: hidden; font: 13px Times; letter-spacing: 1px;}
div.dropdown ul li		{margin: 0; padding: 0; background-image: none;}
div.dropdown ul a		{height: 1%; border: solid #CBCF92; border-width: 1px 0 0; padding: 5px 10px; display: block;}
div.dropdown ul li.top a	{border-width: 3px 0 0;}
div.dropdown ul a:link,
div.dropdown ul a:visited	{color: #fff; text-decoration: none; background: #9F9E70;}
div.dropdown ul a:hover	{color: #066;}