
/* This is for the logo text, when there's no image available*/
H1 
{
	font-size: 3em;
}

TABLE,TD {
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #000000;
	background-color: white;
}
BODY {
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #000000;
	background-color: #ffffff;
}
.module_col {
	font-size: 12px;
}

SELECT,INPUT,TEXTAREA {
	font-size: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
A:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
}
A, A:link, A:visited {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
A.main_feed:hover,A.main_feed:visited {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
A.main_feed, A.main_feed:link {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
A.module_link:hover {
	color: #0000ff;
	text-decoration: underline;
	font-size: 13px;
}
A.module_link:visited,A.module_link, A.module_link:link {
	color: #0000ff;
	text-decoration: none;
	font-size: 13px;
}
.module_top {
	background-color: #6d686d;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.module_table {
	background-color: #ffffff;
	border-right : 1px solid #6d686d;
	border-left: 1px solid #6d686d;
	border-bottom: 1px solid #6d686d;
}

LI {
	color: #6d686d;
}

.copyright {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: x-small;
	color: #2C2C2C;
	text-align: center;
	padding: 10px;
}

li.link
{
	margin-top: 5px;
}
