
td{
font-family:verdana;
font-size:10px;
color:000000
}
A {
	text-decoration: underline;
	color:#000000;
	font-size: 10px; 
	font-family:arial;
}
a:visited{
color:000000
}
a:hover {
color:red
}
a.large{
	font-size: 12px;
	color: #4674D1; 
	text-decoration: none;
}

a.large:hover{
	text-decoration: underline;
}

.bold {
font:900
}
.left {
padding-left:20;
padding-right:20
}
.header {
	color: #4674D1;
	font-family: Trebuchet MS, Verdana;
	font-size: 16px;
	font: 900;
}

.alert {
color:#d21818;
}

.subheader {
	color: #4674D1;
	font-family: "Trebuchet MS, Verdana";
	font-size: 14px;
	font: 900;
}


input.submitbutton {
	/* width: 20px; */
	vertical-align:top;
	display:inline;
	/* float:left; */
	
	font:10px "trebuchet ms";
	line-height:9px;
	/* width:30px; */
	height:18px;
	background:#4674d1;
	color:#FFFFFF;
	border-style:2px inset;
			}
			
			
.dotline{
	width:100%;
	height:10px;
	background:#FFFFFF url(../images/dotliner.gif) repeat-x;
	font:1px;
	line-height: 1px;
	display:block;
	}			
	

INPUT.text {
	BACKGROUND: #F4F4F4;
	BORDER-BOTTOM: 1px solid #6495ED;
	BORDER-LEFT: 1px solid #6495ED;
	BORDER-RIGHT: 1px solid #6495ED;
	BORDER-TOP: 1px solid #6495ED;
	FONT: 10px Verdana, Helvetica, sans-serif;
	HEIGHT: 18px;
	VERTICAL-ALIGN: middle;
	WIDTH: 150px;
	color: #101010;
}

input.medium {
	BACKGROUND: #F4F4F4;
	BORDER-BOTTOM: 1px solid #6495ED;
	BORDER-LEFT: 1px solid #6495ED;
	BORDER-RIGHT: 1px solid #6495ED;
	BORDER-TOP: 1px solid #6495ED;
	FONT: 10px Verdana, Helvetica, sans-serif;
	HEIGHT: 18px;
	VERTICAL-ALIGN: middle;
	WIDTH: 100px;
	color: #101010;
}

input.mini {
	BACKGROUND: #F4F4F4;
	BORDER-BOTTOM: 1px solid #6495ED;
	BORDER-LEFT: 1px solid #6495ED;
	BORDER-RIGHT: 1px solid #6495ED;
	BORDER-TOP: 1px solid #6495ED;
	FONT: 10px Verdana, Helvetica, sans-serif;
	HEIGHT: 18px;
	VERTICAL-ALIGN: middle;
	WIDTH: 50px;
	color: #101010;
}

INPUT.RadioCheck {
  BACKGROUND: #FEFEFE;
  BORDER: 0px;
  FONT: 11px Verdana, Helvetica, sans-serif;
  HEIGHT: 18px;
  VERTICAL-ALIGN: middle;
  WIDTH: 14px;
  color: #5a5a5a;
}

input.btmediumgreen {
  background:#47d146;
  BORDER-BOTTOM: black 1px solid;
  BORDER-LEFT: white 1px solid;
  BORDER-RIGHT: black 1px solid;
  BORDER-TOP: white 1px solid;
  COLOR: #000000;
  FONT: 9px Verdana, Helvetica, sans-serif;
  HEIGHT: 18px;
  VERTICAL-ALIGN: middle;
  TEXT-ALIGN: center;
  WIDTH: 75px;
}

input.btmediumred {
  background:#d14746;
  BORDER-BOTTOM: black 1px solid;
  BORDER-LEFT: white 1px solid;
  BORDER-RIGHT: black 1px solid;
  BORDER-TOP: white 1px solid;
  COLOR: #FFFFFF;
  FONT: 9px Verdana, Helvetica, sans-serif;
  HEIGHT: 18px;
  VERTICAL-ALIGN: middle;
  TEXT-ALIGN: center;
  WIDTH: 75px;
}