/* CSS Document */
body { 
	background-color:000000;  
	font-family: Verdana, Arial; font-size: 12px; 
	}

div#header {
	background-image:  url("header.gif");
	width: 700px;
	height:106px;
	background-repeat:no-repeat;
}

div#content {
	background-color: ffffff;
	width:700px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:12px;
	padding-bottom:12px;
	font-family: trebuchet ms, verdana, arial;
	color: 333333;
	font-size: 11px;
}

div#break {
	margin-top: 20px;
	margin-bottom: 20px;	
	background-color:bbbbbb;
	width: 60%;
	height: 2px;
}

a {
	color: 0000EE;
  	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
a:visited {
	color: 0000EE;
	text-decoration: none;
	}
	
a:hover {
	color: 4444EE;
	text-decoration: underline;
	}


/* misc*/
h1 {
	font-family: Tahoma;
	color: 000000;
	font-size: 24px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
	}
h2 {
	font-size: 12px;
	margin: 0em 0em .5em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 22px;
	margin: 0em 0em .5em 0em;
	font-weight: bold;
	color:0096FF;
	}

	
.bginput
{
    background-color: f8fcfe; 
	border: solid 006CFF; 
	border-width: 1px 1px 1px 1px; 
	font-color: 626161; 
	font-size: 10px;
	font-family: trebuchet MS, arial, verdana;
	}

