TD {
	FONT-FAMILY: arial;
	FONT-SIZE:12px;
	COLOR: #333333;
}

.header {
	FONT-FAMILY: arial;
	FONT-SIZE:13px;
	COLOR: #993333;
	FONT-WEIGHT: bold;
}

.header_black {
	FONT-FAMILY: arial;
	FONT-SIZE:13px;
	FONT-WEIGHT: bold;
}

.sub_header {
	FONT-FAMILY: arial;
	FONT-SIZE:11px;
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
}

.nav {
	FONT-FAMILY: arial;
	FONT-SIZE:12px;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

.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: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	background-color:#EFEFEF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR: #666666;
	FONT-WEIGHT: bold;
	padding: 1px;
}

.border {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.border_dashed {
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-left: 1px dashed #999999;
}

.border_padded {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
}

.topimage
{ 
    background-image: url(../images/bg2.gif);
    background-repeat: repeat-x;
}

.topleftimage
{ 
    background-repeat: no-repeat;
    background-position: top left;
}

.top_right_left_border {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.bottom_right_left_border {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.top_border {
	border-top: 1px solid #E3E3E3;
}

.top_bottom_border {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

.bottom_border_dashed {
	border-bottom: 1px dashed #CCCCCC;
}

.bottom_border {
	border-bottom: 1px solid #999999;
}

.bottom_border_dark {
	border-bottom: 1px solid #CCCCCC;
}

.right_border_dashed {
	border-right: 1px dashed #999999;
}

.right_border {
	border-right: 1px solid #999999;
}

.left_border {
	border-left: 1px solid #999999;
}

.left_border_dashed {
	border-left: 1px dashed #999999;
}

.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;
}

.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;
}
