/* CSS Document */
.border{
	
	border-left: 2px solid #646891;
	border-right: 2px solid #646891;

}
.border2{
	
	border-left: 2px solid #646891;
	border-right: 2px solid #646891;
	border-top: 2px solid #646891;
	border-bottom: 2px solid #646891;

}

.menu1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.menu1:hover{text-decoration:underline;}

.title1 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #646891;
	text-decoration: none;
}
.title1:hover{text-decoration:underline;}
.title2 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.title2:hover{text-decoration:underline;}
.title3 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #646891;
	text-decoration: none;
}
.title3:hover{text-decoration:underline;}


.text1 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text1:hover{text-decoration:underline;}
.text2 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text2:hover{text-decoration:underline;}
.text3 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}


.form1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	border-left: 1px solid #646891;
	border-right: 1px solid #646891;
	border-top: 1px solid #646891;
	border-bottom: 1px solid #646891;
}

.bt1{
	background-color: #009900;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.bt2{
	background-color: #FF0000;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #FFFFFF;
}