body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #173E55;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ############### LINKS ################# */
a:link {
	color: #2192EF;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #000099;
	text-decoration:underline;
}
a.footer {
	color:#336699;
	text-decoration:none;
}
a.footer:hover {
	color: #000099;
	text-decoration:underline;
}
a.news {
	color:#FFCC00;
	text-decoration:none;
}
a.news:hover {
	color: #FFCC00;
	text-decoration:underline;
}
a.news:visited {
	color: #FF9900;
}

/* ############### TABLE ################# */
table.main {
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}
td.main {
	padding: 15px;
	background-image: url(images/test_17.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}
td.member {
	font-size:9px;
	background-image: url(images/test_17.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}
td.footer {
	background-color:#CCCCCC;
	font-size:10px;
	color:#264051;
	padding:7px;
}
td.news {
	background-image: url(images/newsBack.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:50px;
	padding-right:10px;
	color:#E5E5E5;
}
td.grayCell {
	background-color:#f4f4f4;
}

/* ############### SPAN ################# */
span.news {
	color:#FFCC00;
}
span.blue {
	color:#336699;
}
span.footer {
	color:#FFFFFF;
}

/* ############### DIVS ################# */

/* ############### IMGS ################# */
img.left {
	padding-right:15px;
}