TD
{
    FONT-SIZE: 11px;
    COLOR: #666666;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}
A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #4D6591;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #4D6591;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-SIZE: 11px;
    COLOR: #993333;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: none
}
INPUT
{
 /*   BORDER-RIGHT: #2d4e7e 1px solid;*/
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
H1
{
    FONT-SIZE: 12pt;
    COLOR: #4f87a2;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}
H2
{
    FONT-SIZE: 10pt;
    COLOR: #4f87a2;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}

STRONG
{
    FONT-SIZE: 10PX;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}
I
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}
/* FORM ELEMENTS */

.formtext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


.clsbutton
{
	BORDER-RIGHT: #ACD0F0 1px solid;
	BORDER-TOP: #ACD0F0 1px solid;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9px;
	COLOR: black;
	TEXT-TRANSFORM: uppercase;
	BORDER-LEFT: #ACD0F0 1px solid;
	BORDER-BOTTOM: #ACD0F0 1px solid;
	FONT-FAMILY: Verdana;
	HEIGHT: 20px; 
	BACKGROUND-COLOR: white;
	
}


.clsbbutton
{
	BORDER-RIGHT: #ACD0F0 1px solid;
	BORDER-TOP: #ACD0F0 1px solid;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 15px;
	COLOR: white;
	TEXT-TRANSFORM: uppercase;
	BORDER-LEFT: #ACD0F0 1px solid;
	BORDER-BOTTOM: #ACD0F0 1px solid;
	FONT-FAMILY: Verdana;
	HEIGHT: 30px; 
	BACKGROUND-COLOR: #993333;
	
}


.clshead
 {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: 17px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0;
font-weight: normal;
color: #993333;
}

.clsheads
 {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: 16px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0;
font-weight: normal;
color: #993333;
}

.clssubhead
 {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: 14px;
padding-bottom: 3px;
padding-left: 0px;
padding-right: 0;
font-weight: normal;
color: #4D6591;
}


.AccName
 {
FONT-FAMILY: arial;
font-size: 12px;
padding-bottom: 3px;
font-weight: bold;
color: #4D6591;
}

.clsCombo
{
width:180px;
FONT-FAMILY: verdana;
font-size:8pt;
TEXT-TRANSFORM: uppercase;
COLOR: black;
background:#F8F7F7;
}


input.button {
	background-image: url('../images/generic_button.gif');
	height: 20px;
	background-repeat: repeat-x;
	background-position: left;
	
	border-width: 1px;
	FONT-FAMILY: verdana;
	font-size:8pt;
	
	font-weight: normal;
	color: #808080;
	border-style: solid;
	border-color: silver;
    TEXT-TRANSFORM: uppercase;
}

input.buttonBig {
	background-image: url('../images/generic_button.gif');
	height: 25px;
	background-repeat: repeat-x;
	background-position: bottom;
    background-color: white;	
	border-width: 1px;
	FONT-FAMILY: verdana;
	font-size:12pt;
	
	font-weight: bold;
	color: #993333;
	border-style: solid;
	border-color: silver;
    TEXT-TRANSFORM: uppercase;
	cursor: hand;
}