@charset "utf-8";



body {
	background-color: #EFEFEF;
	text-align: center;
}
.boxdarkblue {
	background-color: #333333;
}
.logintxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
.phonetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 100%;
	color: rgb(51,51,51);
	text-align: right;
}
.stdtxtsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.stdtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}


.navbox {
	background-color: #333333;
	width: 800px;
	height: 30px;
}
.navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 100%;
	color: rgb(255,255,255);
	text-align: left;
}
.subtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	color: rgb(51,51,51);
	text-align: left;
}

.whtbkgrd {
background-color:rgba(255,255,255,0.8);
width:552px;
height:91px;
/* Firefox v1.0+ */
-moz-border-radius:14px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:14px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:14px ;
}
.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: 900;
	line-height: 120%;
	color: rgb(51,51,51);
	text-align: left;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 56px;
	color: #333;
}
