body {
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
}

table {
	margin: 0;
	width: 100%;
}

table td {
	border-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	vertical-align: top;
}

td#gears {
	background: transparent;
	color: #000000;
	width: 145px;
}

td#title {
	background: transparent;
	padding-left: 10px;
	vertical-align: middle;
}

td#title h1 {
	background: transparent;
	color: #000000;
	font: bold 300% "Times New Roman", Times, serif;
}
td#topblack {
	background-color: #000000;
}

td#topred {
	background-color: #FF0000;
	background-image: url(red_bg3.gif);
	background-repeat: repeat-x;
}

td#sidebar {
	background-color: #000000;
	vertical-align: top;
}
td#menu {
	background-color: #FFFFFF;
	padding-top: 20px;
}
td#menu a {
	background-color: #FFFFFF;
	border-left: 5px solid #FF0000;
	color: #000000;
}

td#menu a:hover, td#menu a:active, td#menu a:focus, li#current {
	background-color: #FFFFFF;
	border-left: 5px solid #000000;
	color: #000000;
	font-weight: bold;
}

#content {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 20px;
}

#content h1, #content h2, #content h3, #content h4 {
	color: #CA0000;
}

#content p {
	line-height: 1.5em;
}

#content ul, li {
	line-height: 1.5em;
}

#content .note {
	font-size: 80%;
}
#content table {
	border: 1px solid #000000;
	margin: 0;
	width: 80%;
}
#content td {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5;
	vertical-align: top;
}
#content td#header {
	text-align: center;	
	vertical-align: middle;
}
#content td#subheader {
	font-weight: bold;
	text-align: center;	
	vertical-align: middle;
}
#content a:link {
	color: #5b80b2;
	text-decoration: underline;
}
#content a:visited {
	color: #969;
	text-decoration: underline;
	}

#content a:hover {
	color: #036;
	text-decoration: underline;
	}

tr#footer td {
	border-top: 3px solid #000000;
	font-size: 66%;
	vertical-align: middle;
}

tr#footer td#tg {
	font-size: 85%;
	text-align: center;
}

td#copyright {
	color: #999999;
	font-style: italic;
	text-align: left;
}

