body
{
	font-family : Verdana;
	font-size: 8pt;
	color : black;
	margin: 0px;
	padding: 0;   
	text-align: center; 
}

#container 
{  
	margin: 0 auto;
	text-align: left;
}

#letterCheck
{
	border:5px solid #448BDB;
	background-color:#FFFFFF;
	text-align:center;
	width: 250px;
	height: 100px;
	position:absolute;
}

td
{
	font-family : Verdana;
	font-size: 8pt;
	color : black;
}

.login_table 
{
	background: #E9ECEF;
	border:1px solid #CCCCCC;
}

.login_main_table
{
	background:#F1F3F5;
	border:1px solid #CCCCCC;
}

.login_formfield 
{
	border:1px solid #CCCCCC;
	width:150px;
	font-family : Verdana;
	font-size: 8pt;
	color : black;
}

.login_button 
{
	font-family: Verdana;
	font-size: 8pt;
	height:25px;
	color: black;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color :#E9ECEF;
}

.header
{
	background-image:url('../../img/header2.jpg');
}

.subheader
{
	background-color:#EBF3FB;
}

.item
{
	border-bottom:1px solid #EBF3FB;
}

.maintable
{
	border-top:1px solid #D6E0F8;
	border-right:1px solid #D6E0F8;
	border-left:1px solid #D6E0F8;
}

/* link settings */
a:visited, a:active, a:link
{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}

.error
{
	color:red;
	font-weight:bold;
}

.menuButtonOver
{
/*	background-color:#DEE9F5; */
	background-color:#FFFFCC;
	border:1px solid #CACACA;
}

.menuButton
{
	background-color:#EBF3FB;
	border:1px solid #EBF3FB;
}

.myRadio
{
	border: 0px solid #D1D1D1;
}


input, select, textarea
{
	font-family : Verdana;
	font-size: 8pt;
	color : black;
	border: 1px solid #D1D1D1;
}


.resizable-textarea 
{
  width: 254px;
}

.hand
{
	cursor:hand;
	cursor:pointer;
}
