@charset "UTF-8";
/* CSS Document */



/* Homepage */
body {
	background-color: #000000;
	background-image: url(imgs/BackgroundMain.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	height:100%;
	padding: 0px;
	background-position: center top;
}



.content{
	width: 916px;
	padding-top: 0px;
	
}


.textfield 
{
	width:150px;
	height:17px;
	font-size:10px;
	float:left;
	border:1px;
	color: #000000;
	background-color: #999999;
	padding-top: 5px;
	padding-left: 5px;	
}

.inputbutton
{
	float:right;
	width: 58px;
	height: 22px;
	margin-top: -5px;
	padding-top: 0px;
}

.botrow{
clear:both;
}



a:link {
	color: #ffffff;
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
	
}


/* Subpage */


.style3 {
	color: #000000;
	font-size: 11px;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}


.substacklft {
	width: 265px;
	float: left;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 20px;
	clear: both;
	font-size: 10px;
	text-align: center;
}

.substackrt {
	width: 265px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	float: left;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
}





a:link.con {
	color: #990000;
	text-decoration: none;
}
a:visited.con {
	text-decoration: none;
	color: #990000;
}
a:hover.con {
	text-decoration: none;
	color: #CC0000;
}
a:active.con {
	text-decoration: none;
	color: #990000;
}

td
{
	text-align: left;
	font-weight: bold;
}


#imageContainer {
	float: right;
	width: 290px;
	padding-top: 30px;
	padding-left: 20px;
	text-align: right;
}
