body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #E5E5E5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/******************** LINKS **********************/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000DD;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #0000DD;
}
a.copy {
	font-size:10px;
}
a.menu {
	color:#FFFFFF;
}
a.menu:hover {
	color:#CCCCCC;
}
a.menu:visited {
	color:#CCCCCC;
}

/******************** TABLES **********************/

table.main {
	border-bottom-color:#6699cc;
	border-bottom-style:solid;
	border-bottom-width:3px;
}td.content {
	padding:10px;
}
td.left {
	background-image:url(../images/online/temp_online_11.gif);	
	background-repeat:no-repeat;
	padding:5px;
}

/******************** DIVS ************************/

div.copy {
	font-size:10px;
	color:#000066;
	padding:5px;
}

div.menu {
	background-color:#6699cc;
	padding:3px;
	width:90%;
	color:#FFFFFF;
	font-weight:bold;
	border-color:#CCCCCC;
	border-style:solid;
	border-spacing:2px;
	border-width:1px;
	margin-bottom:5px;
}

/******************** SPANS ***********************/

span.heading {
	font-weight:bold;
	font-size:16px;
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom-color:#000066;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	width:100%;
}