body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-arrow-color: blue; 
	scrollbar-base-color: #CCCCCC; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: white; 
	overflow: auto;
}

.a, .a:active, .a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4271B5;
	padding-left: 2px;
	line-height: 13px;
}

.a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
	padding-left: 2px;
	line-height: 13px;
}



.error
{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:Red;
}

.blackText {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.blackTextBold {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.formItem {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
	
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

select {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color:white;
}

.btn
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color:#4271B5;
	color:White;
	width:100px;
	border-color: White;
}


