/*standard styles*/
.headertext1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.headertext2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footertext {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

	a {
	font : bold 14px verdana arial helvetica;
	text-decoration : none;
	color : #000000;
}

	a:hover {
	font : bold 14px verdana arial helvetica;
	text-decoration : none;
	color : red;
}

.dropshad {
	filter:DropShadow(OffX=2, OffY=2, color:#000000);
}



/*custom styles*/
.left_column_format {
	margin: 0px;
	padding: 2px;
	font: 11px Tahoma;
	border-top: 0px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 0px solid #006600;
}

.right_column_format {
	margin: 0px;
	padding: 2px;
	font: 11px Tahoma;
	border-top: 0px solid #006600;
	border-right: 0px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
}