/*
* This style sheet is responsible for the "common" elements of a web page
* such as the body, links, form styles, and any other global styles needed among all the pages
*/
body {
	color: #D7D7D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0; padding: 0;
}

a:link, a:visited, a:active {
	color: #3994BB;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

form {
	margin: 0; padding: 0;
}

h2 {
	font-size: 15px;
	margin: 0; padding: 0;
}

.clear_float {
	clear: both;
}

table.main_table {
	margin: 0 auto;
}

table.main_table td {
	background-color: #666666;
	border: 1px solid #999999;
	padding: 3px;
}

table.main_table tr td {
	background-color: #363636;
	color: #FFF;
	font-size: 13px;
	padding: 5px;
}
