body
{
    font-family: verdana;
    color: #333333;
}
body
{
    font-size: 10pt;
    margin:0px;
    background: #FFFFFF url("/images/bg_header.gif") repeat-x;
}
a{
    color: #666666;
    text-decoration:underline;
}
a:hover{
	color:#177CF7;
    text-decoration:none;
}
img{
    border-width:0px;
}
form{display:inline;}

#page{
    text-align:left;
    width: 860px;
	margin-bottom:60px;
}
#header
{
	height:100px;
}
#header h1{
	position:absolute;
	top:20px;
	font-family:Arial;
	font-size:20pt;
	margin:0px;
	margin-left:150px;
}
#logo{
	padding:10px;
}
#content{
	margin-right:300px;
}
#sections{
	float:right;
	width:220px;
	margin-top:15px;
}
h1{
	font-size:18pt;
	font-family:Arial;
	color:#333;
}
h2{
	font-size:12pt;
	font-family:Arial;
	color:#177CF7;
}
h3{
	font-size:8pt;
	font-family:Arial;
	color:#333;
	margin:0px;
	color:#999;
}
.code, pre{
	background:#333;
	color:#FFF;
	padding:5px;
	font-size:9pt;
	font-family:monospace;
	margin:0px 0px 20px 0px;
}
.link{
	font-size:9pt;
	font-family:monospace;
	font-weight:bold;
	
}

table{
	border-collapse:collapse;
	border:1px solid #666;
	width:80%;
	font-size:8pt;
}
th{
	padding:5px 3px;
	border:1px solid #666;
}
td{
	padding:3px;
	background:#eaeaea;
}
.note{
	font-size:8pt;
}
.required{
	color:#ff0000;
}
.alert{
	background:#FF0000;
	padding:5px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	margin:10px;
}
