html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
	color: #000000;
	background: #666666 url(../images/shared/background.gif) repeat;
	font: 100.01% Arial, Helvetica, sans-serif;
}
#wrapper {
	background: #666666;
	margin: 10px auto;
	width: 770px;
	border: 1px solid #FF0000;
}
#banner{
	height: 100px;
	background: url(../images/shared/webtopban.jpg) no-repeat;
}

h1 {
	font-size: 130%;
	color: #FF0000;
	margin: 20px 10px;
	padding: 0px;
}

h2 {
	font-size: 110%;
	color: #FFFFFF;
	margin: 5px 10px;
	padding: 0px;
}

h4 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 10px;
	color: #FFFFFF;
}

#content p{
	font-size: 80%;
	margin: 10px;
}

#whats_new p{
	font-size: 70%;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}


#content h6{
	font-size: 60%;
	margin: 5px;
}
h5 {
	font-size: 65%;
}
#content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #333333;
	text-decoration: none;
}
#content a:active {
	color: #333333;
	text-decoration: none;
}

#footer{
	border-top: 1px solid #000000;
	color: #000000;
	background: #FF0000;
	text-align: center;
}
#footer p {
	padding: 3px;
	font-size: 70%;
}


#footer a:link {
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active {
	color: #333333;
	text-decoration: none;
}

.form {
	border: 1px solid #999999;
	color: #000000;
	background: #666666 !important;
	font: 80% Arial, Helvetica, sans-serif;
}
li {
	font-size: 80%;
	font-weight: bold;
	margin: 10px;
	list-style: square outside;
	color: #FFFFFF;
}


.leftimage {
	margin: 0px 10px 20px 0px;
	float: left;
	border: 1px solid #000000;
}

.rightimage {
	margin: 0px 0px 10px 10px;
	float: right;
	width: 300px;
	border: 1px solid #333333;
}

.clearit {
	clear: both;
}


.border_1px_red {
	border: 1px solid #FF0000;
}
	color: #FFFFFF;

.border_1px_wht {
	border: 1px solid #FFFFFF;
}
.border_1px_gry {
	border: 1px solid #333333;
}

.border_1px_lht_gry {
	border: 1px solid #999999;
}
#tab_reports p {
	margin: 5px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#tab_reports h4 {
	margin: 5px 5px 10px;
}

