/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bk.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #eaece7;
}
.text{
font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
	line-height:13px;
	text-decoration : none;

}
.text16{
font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
	line-height:16px;
	text-decoration : none;

}
.textblue{
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3066a2;
	line-height:13px;
	text-decoration : none;
}
.textblue16{
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3066a2;
	line-height:16px;
	text-decoration : none;
}
.textblue16:hover
{
	color: #dd6b9f;
}
.textblue2{
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002d62;
	line-height:13px;
	text-decoration : none;
}
.textpink16{
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dd6b9f;
	line-height:16px;
	text-decoration : none;
}
.textblue3{
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#002d62;
	line-height:13px;
	text-decoration : none;
}
input,textarea,select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
}

.radio 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #fff5e4;
}
.check 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #fef2e0;
}
.check2
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #9ed1c6;
}

#underline{	text-decoration : underline;}
#white { color: #ffffff; }
#bold { font-weight: bold; }
#big { font-size: 12px; }
#minor { font-size: 10px; }
#lightB { color: #67819c; }