body {
	background-color:#909090;
	color: #f5f5f5;
}

table.border {
	background-color: #900000;
	color: #f9f9f9;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	border-color: #000000;
}

table.home {
	background-color: #900000;
	border-width: 2px;
	border-style: solid;
	padding: 0px;
	border-color: #000000;
}

.border a:link {
	color: #00dd00; 
	text-decoration: none;
}

.border a:visited {
	color: #009900;
	text-decoration: none;
}

.border a:hover {
	color: #00ee00;
	text-decoration: underline;
}

table.main {
	background-color: #f9f9f9;
	color: #000000;
}

.main a:link {
	color: #009900; 
	text-decoration: none;
}

.main a:visited {
	color: #006600; 
	text-decoration: none;
}

.main a:hover {
	color: #009900; 
	text-decoration: underline;
}


td.main {
	background-color: #f9f9f9;
	border-width: 1px;
}

td.guidelines {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #f9f9f9;
	border-width: 1px;
}

td.midCol {
	border-color: #000000;
	border-style: solid;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px;
}

div.heading {
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	background-color: #a90000;
}

hr {
	color: #000000;
	height: 1px;
}

h1 {
	font-size: 36px;
	font-weight: 400;
	text-decoration: underline;
	display: inline;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: 700;
	display: inline;	
	color: #000000;
}

h3 {
	font-size: 26px;
	font-weight: 400;	
	text-decoration: underline;	
	display: inline;	
	color: #000000;
}

td.heading, td.heading2 {
	border-width: 1px 0;
	border-style: solid;
}

td.midcolumn {
	border-width: 0 1px;
	border-style: solid;
}

