/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
   
#main{
	height:100%;
	background-image: url(images/background-tile.gif);
	text-align: right;
}
   
#feature {
	margin: 0 auto;
	text-align: right;
	vertical-align: middle;
	width: 683px;
	float: right;
}

#form {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #EFEFEF;
	text-decoration: none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #EFEFEF;
	text-decoration: none;
}
.InputText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #EFEFEF;
	text-decoration: none;
	line-height: 18px;
}
a.subhead:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	text-decoration: none;

}
a.subhead:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	text-decoration: none;
}
a.subhead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.subhead:active {
	font-family: GArial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	text-decoration: underline;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #EFEFEF;
	text-decoration: none;
	line-height: 18px;
}
a.content:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	text-decoration: none;

}
a.content:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	text-decoration: none;
}
a.content:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.content:active {
	font-family: GArial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	text-decoration: underline;
}


.rowhead
{
	font-family: Arial;
	font-size: 10px;
	background-color: #d3d3d3;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}


.tableselect
{
	font-family: Arial;
	font-size: 10px;
}

.row
{
	font-family: Arial;
	font-size: 10px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
