@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;

	}
.back{
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#E5E5E5;
	}
.normal_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606062;
	text-decoration:none;
}
.normal_text18{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#606062;
	text-decoration:none;
}
.normal_text11{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#606062;
	text-decoration:none;
}
.normal_blue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0489c2;
	text-decoration:none;
}
.normal_blue11{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0489c2;
	text-decoration:none;
}
.normal_blue18{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0489c2;
	text-decoration:none;
}
.dotedline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cdcdcd;
	text-decoration:none;
}
.banner_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#02455d;
	text-decoration:none;
}
.textbox
{
	font-family: Verdana;
    font-size: 11px;
    color:Black;    
    border-color:#0489C2;
    border-width: 1px;
    height: 15px;
    width: 150px;
}
.multilinetextbox
{
	font-family: Verdana;
    font-size: 11px;
    color:Black ;
    border-color:#0489C2;
    border-width: 1px;
    height: 50px;
    width:150px;
}
.button
{
	font-family: Verdana;
    font-size: 11px;
    text-align: center;
    background-color:#3B7AF9;
    color: #ffffff;
    width:70px;
    border-color:#ffffff ;
    border-style:solid;
}
.button:hover
{
	font-family: Verdana;
    font-size: 11px; 
    text-align: center;
    background: #ffffff;
    color: #3B7AF9;
    width:70px;
    border-color:#3B7AF9 ;    
    border-style:solid;
}
.fileupload
{
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	border-color: #0489C2;
	border-width: 1px;
	height: 20px;
	width: 230px;
	line-height: 12px;	
}