.bgdiv {
	background-color: #566471;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	height: 100%;
	margin-top: -1px;
}
.rightshadow {
	background-image: url(images/rightshadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
margin: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F424B;
	text-decoration: none;
	width: 445px;
	float: right;
	height: 300px;
	margin-top: 25px;
	margin-right: 25px;
	clear:both;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F424B;
	text-decoration: none;
	width: 445px;
	float: right;
	height: 300px;
	margin-top: 15px;
	margin-right: 25px;
	clear:both;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F424B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F424B;
}
a:hover {
	text-decoration: none;
	color: #566471;
}
a:active {
	text-decoration: none;
	color: #566471;
}
.text {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F424B;
	text-decoration: none;
}.contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F424B;
}
input, select, textarea { background-color:transparent; border:none;} 
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3f414d;
}


select { background-color:transparent; border:none;	cursor: pointer;	font-size: 11px;} 

.submit{
background: url(images/submit.jpg);
width: 54px;
height: 22px;
cursor: pointer;
}
.border {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3f414d;
	border-right-color: #3f414d;
	border-bottom-color: #3f414d;
	border-left-color: #3f414d;
}
.tableborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3f414d;
	border-bottom-color: #3f414d;
}