TD {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR: #333333;
}

a:link {
	color: 270A78;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

.border {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.header {
	FONT-FAMILY: arial;
	FONT-SIZE:14px;
	COLOR: #FFCC33;
	FONT-WEIGHT: bold;
}

.subheader {
	FONT-FAMILY: arial;
	FONT-SIZE:12px;
	COLOR: #270A78;
	FONT-WEIGHT: bold;
}

.subheader_larger {
	FONT-FAMILY: arial;
	FONT-SIZE:14px;
	COLOR: #270A78;
	FONT-WEIGHT: bold;
}

.nav {
	FONT-SIZE:12px;
	FONT-WEIGHT: bold;
}

.nav a:link {
	FONT-SIZE:12px;
	COLOR: #270A78;
	text-decoration: none;
}

.nav a:hover {
	FONT-SIZE:12px;
	COLOR: #ff0000;
	text-decoration: none;
}

.edge		{ 
	border-right: #270A78 1px solid; 
	border-bottom: #270A78 1px solid; 
	border-top: #270A78 1px solid; 
	border-left: #270A78 1px solid; 
	COLOR: #000; 
	background-color:#ffffff;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR: #333333;
}

.form_field {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #EFEFEF;
	font-size: 11px;
}

.form_button		{ 
	border-right: #270A78 1px solid; 
	border-bottom: #270A78 1px solid; 
	border-top: #270A78 1px solid; 
	border-left: #270A78 1px solid; 
	background-color:#EBEADD;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	padding: 1px;
}

.main_tableborder {
	border: 1px solid #270A78;
}

.no_top_border {
	border-right: 1px solid #270A78;
	border-left: 1px solid #270A78;
	border-bottom: 1px solid #270A78;
}

.only_right_border {
	border-right: 1px solid #270A78;
}
.only_left_border {
	border-left: 1px solid #270A78;
}

.left_right_border {
	border-left: 1px solid #270A78;
	border-right: 1px solid #270A78;
}

.only_top_border {
	border-top: 1px solid #270A78;
}

.only_bottom_border {
	border-bottom: 1px solid #270A78;
}

.only_bottom_border_dotted {
	border-bottom: 1px dotted #270A78;
}

.top_bottom_border {
	border-top: 1px solid #270A78;
	border-bottom: 1px solid #270A78;
}

.only_top_dashed_border {
	border-top: 1px dashed #270A78;
}

.bg_footer
{ 
    background-image:  url(../images/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	background-color: white;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #999999;
	font:normal 10px Arial;
	line-height: 16px;
	z-index: 100;
	background-color: #EFEFEF;
	width: 135px;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 1px;
	text-decoration: none;
	font-weight: none;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	
	width: 100%;
	display: block;
	padding: 0px;
	text-decoration: none;
	font-weight: none;
	text-indent: 5px;
	border:1px solid #999999;
	background-color: white;
}