@charset "utf-8";
/* CSS Document */
.menu a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003366;
	width: 150px;
	height: 30px;
	font-weight: bold;
	line-height:25px;
}
.menu a {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	width: 150px;
	height: 30px;
	padding: 5px 65px 5px 10px;
	background: #336699; 
	font-weight: bold;
	line-height:25px;
}
.menu a:visited {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	width: 150px;
	height: 30px;
	font-weight: bold;
	line-height:25px;
}
.menu1 a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003366;
	width: 150px;
	height: 30px;
	font-weight: bold;
	line-height:25px;
}
.menu1 a {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	width: 150px;
	height: 30px;
	padding: 5px 59px 5px 10px;
	background: #336699; 
	font-weight: bold;
	line-height:25px;
}
.menu1 a:visited {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: 666666;
	width: 150px;
	height: 30px;
	font-weight: bold;
	line-height:25px;
}
.common {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	vertical-align:top;
}

.headertite {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0099FF;
	text-decoration: none;
	text-align: justify;
}
.subheadertite {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
}

.nametiyle {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
}
.bottom1 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom1:hover{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0099FF;
	text-decoration: none;
}
.bottom2 {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.emaillinka {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

input{
	background:#f6f6f6;
	padding:3px 0 3px 5px;
	border:1px solid #FFCC99;
	font:normal 12px arial;
	color:#0099FF;
	
	
	
}
input:hover{
	
	padding:3px 0 3px 5px;
	border:1px solid #dedede;
	font:normal 12px arial;
	color:#000;
	
}




textarea{
	background:#f6f6f6;
	width:200px;
	padding:3px 0 3px 5px;
	border:1px solid #FFCC99;
	font:normal 12px arial;
	color: #0099FF;
	
	
}
textarea:hover{
	
	padding:3px 0 3px 5px;
	border:1px solid #dedede;
	font:normal 12px arial;
	color:#000;
	
}


.star
{

color:#FF0000;

}


.button1 {
	
	border: 1px solid #3B1112;
	background-color:#DF871A;
	width:100px;
	color:#000000;
}
.button1:hover {
	
	border: 1px solid ##3B1112;
	width:100px;
	color:#ffffff;
}

label {
	font:normal 12px/20px verdana;
	margin-left:20px;
	width: 15em;
	float: left;
}
label.error {
	float: none;
	color: red;
	padding-left:0px;
	vertical-align: top;
}


