@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;	
}

/*main page*/
.contactLeft{
		color:#000;
		font-size: 0.85em; 
		font-weight:normal;
		line-height: 1.25em;
		width:225px;
		padding-left:200px;
		
}
.contactLeft a{color:#002A92; font-weight:bold;}
.contactHead{font-size: 1.7em; font-weight:bold; line-height: 1.4em;}
.contactRight{
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #DCDCDE;
	padding: 5px;
}
.contactRightFoot{font-size: 0.75em;}


.contactRightRight{
		color:#000;
		font-size: 0.7em; 
		font-weight:normal;
		line-height: 1.25em;
		width:225px;
		padding-left:20px;
		padding-right:20px;
}
.contactRightRight a {
		color:#002A92;
		font-weight:bold;
		line-height: 1.25em;
}
.contactRightRight strong{font-weight:bold;}

/*popup*/
#contactDiv{
	visibility:hidden;
}
#ConMain{
	height: 480px;
	width: 480px;
	background-color: #DCDCDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;	
}
.ConHeader{
	font-size: 1.1em;
}

.ConHeader, 
.ConLabel, .ConReset, .ConSubmit, .ConInput,
.ConSpacer, .ConSpacerSmall
{
	/*float:left;*/
	height:25px;
}
.ConSpacer{width:480px;}
.ConSpacerSmall{width:100px;}

.ConLabel, .ConReset, .ConSubmit
{
	width:120px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	color: #FFF;
	/*clear: left;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ConLabel{background-color: #41BA52;}
.ConReset{background-color: #262324;}
.ConSubmit{background-color: #2C4A9D;}

.ConButtonLeft{
	/*float:left;*/
	width:120px;
}

.ConInput, .ConTArea{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*float:left;*/
	font-size: 0.9em;
	font-weight: normal;
}
.ConInput{
	width:350px;
	/*clear: right;*/
}
.ConTArea{width:350px;}