TD {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR: #333333;
}

.bg_right_shadow
{ 
    background-image:  url(../images/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

.bg_left_shadow
{ 
    background-image:  url(../images/shadow_left.gif);
    background-repeat: repeat-y;
    background-position: top right;
}

.dotted_border_top
{ 
    background-image:  url(../images/dotted_border.gif);
    background-repeat: repeat-x;
	background-position: top;
}

.dotted_border_bottom
{ 
    background-image:  url(../images/dotted_border.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.dotted_border_middle
{ 
    background-image:  url(../images/dotted_border_middle.gif);
    background-repeat: repeat-x;
    background-position: middle;
}

.dotted_border_left
{ 
    background-image:  url(../images/dotted_border_middle_vert.gif);
    background-repeat: repeat-y;
    background-position: left;
}

.header {
	FONT-FAMILY: arial;
	FONT-SIZE:13px;
	COLOR: #2392DA;
	FONT-WEIGHT: bold;
}
.header2 {
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:18px;
	COLOR:#3399FF; 
	FONT-WEIGHT:bold; 
	LETTER-SPACING: -.6px;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: none;
}

a:visited{
	color: #FFCCOO;
	text-decoration: none;
}

.form_field {
	border-top: 1px solid #2392DA;
	border-bottom: 1px solid #2392DA;
	border-right: 1px solid #2392DA;
	border-left: 1px solid #2392DA;
	background-color:#BFEDFF;
	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 #2392DA;
	border-bottom: 1px solid #2392DA;
	border-right: 1px solid #2392DA;
	border-left: 1px solid #2392DA;
}

.top_bottom_border_dotted{
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

.bg_main_body
{ 
    background-image:  url(../images/bg_main_body.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.bg_w
{ 
    background-image:  url(../images/bg_w.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.menu_button_off {
	background-image:url(../images/button_full_off.gif);
	background-repeat:no-repeat;
	width:81px;
	height:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#259EE2;
	font-weight:bold;
	text-indent: 3px;
	text-align:center;
}
.menu_button_off a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#259EE2;
	font-weight:bold;
	text-indent: 3px;
	text-align:center;
	letter-spacing: -1px;
}
.menu_button_on {
	background-image:url(../images/button_full_on.gif);
	background-repeat:no-repeat;
	width:81px;
	height:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	letter-spacing: 1px;
	text-indent: 3px;
	text-align:center;
}
.menu_button_on a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	letter-spacing: 1px;
	text-indent: 3px;
	text-align:center;
	letter-spacing: -1px;
}
