@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg_img.jpg);

	
	scrollbar-arrow-color: #55729f;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #e3eaef;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ffffff;
	
	font-family: Verdana;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
}
a {
	font-family: Verdana;
	font-size: 11px;
	color: #585858;
	text-decoration: underline;
}

.text11-gray {
	font-family: Verdana;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}
.text11-gray a{
	font-family: Verdana;
	font-size: 11px;
	color: #585858;
	text-decoration: underline;
}
.text11-gray a:hover{
	font-family: Verdana;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#585858;
}

.text11-black {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.text11-black a{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.text11-black a:hover{
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
	text-decoration: underline;
}

.text11-white {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.text11-white a {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.text11-white a:hover{
	font-family: Verdana;
	font-size: 11px;
	color:#ffffff;
	text-decoration: underline;
}

.text11-white-tahoma {
	font-family:Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.text11-white-tahoma a {
	font-family:Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.text11-white-tahoma a:hover{
	font-family:Tahoma;
	font-size: 11px;
	color:#ffffff;
	text-decoration: underline;
}


.text11-blue-tahoma {
	font-family:Tahoma;
	font-size: 11px;
	color: #2f486f;
	text-decoration: none;
}
.text11-blue-tahoma a {
	font-family:Tahoma;
	font-size: 11px;
	color: #2f486f;
	text-decoration: none;
}
.text11-blue-tahoma a:hover{
	font-family:Tahoma;
	font-size: 11px;
	color:#2f486f;
	text-decoration: underline;
}






.text12-blue-tahoma-bold 
{
	font-family:Tahoma;	font-size: 12px; color: #2f486f; font-weight:bold; text-decoration: none;
}
.text12-blue-tahoma-bold a 
{
	font-family:Tahoma;	font-size: 12px; color: #2f486f; font-weight:bold; text-decoration: none;
}
.text12-blue-tahoma-bold a:hover
{
	font-family:Tahoma;	font-size: 12px; color: #2f486f; font-weight:bold; text-decoration: underline;
}

/**************************************************************************/

.text12-red-tahoma-bold 
{
	font-family:Tahoma;	font-size: 12px; color: #d43d53; font-weight:bold; text-decoration: none;
}
.text12-red-tahoma-bold a 
{
	font-family:Tahoma;	font-size: 12px; color: #d43d53; font-weight:bold; text-decoration: none;
}
.text12-red-tahoma-bold a:hover
{
	font-family:Tahoma;	font-size: 12px; color: #d43d53; font-weight:bold; text-decoration: underline;
}

/**************************************************************************/

.text11-green-bold 
{
	font-family:Tahoma;	font-size: 11px; color: #238321; font-weight:bold; text-decoration: none;
}
.text11-green-bold  a 
{
	font-family:Tahoma;	font-size: 11px; color: #238321; font-weight:bold; text-decoration: none;
}
.text11-green-bold  a:hover
{
	font-family:Tahoma;	font-size: 11px; color: #238321; font-weight:bold; text-decoration: underline;
}

/**************************************************************************/

.text11-darkblue
{
	font-family:Tahoma;	font-size: 11px; color: #182a47; font-weight:normal; text-decoration: none;
}
.text11-darkblue  a 
{
	font-family:Tahoma;	font-size: 11px; color: #182a47; font-weight:normal; text-decoration: none;
}
.text11-darkblue  a:hover
{
	font-family:Tahoma;	font-size: 11px; color: #182a47; font-weight:normal; text-decoration: underline;
}


input.text11-darkblue
{
	font-family:Tahoma;	font-size: 11px; color: #182a47; font-weight:normal; text-decoration: none; border:1px solid #dedede;
}

.text11-white-bold {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.text11-white-bold a {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.text11-white-bold a:hover{
	font-family: Verdana;
	font-size: 11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}

.error_msg {
	font-family: Tahoma;
	text-align:center;
	color:#FFFFFF;
	border:1px #CCCCCC solid;
	background-color:#cc3023;
	padding:2px;
	}
