﻿/* Normal, standard links. */
a:link
{
	color: #666600;
	text-decoration: underline;
}
a:visited
{
	color: #333333;
	text-decoration: underline;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}

/* Navigation links for the main navigation */
.nav, .nav:link, .nav:visited
{
	color: #666600;
	text-decoration: none;
}
a.nav:hover
{
	color: #333333;
	text-decoration: none;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Microsoft Sans Serif, MS Sans Serif, Segoe Print;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

.content
{
	background-color: #000000;
}


/*This is the for the header including the logo and navigation*/
.tborder
{
	padding: 0px;
	border: 1px solid #000000;
	background-color: #4D0B0B;
}

/*Show a line border around the main body of the page*/
.mborder
{
	padding: 0px;
	border: 2px solid #4D0B0B;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h4 {
	font-size: 9px;
	color: #000000;
}

body {
	font-family: Microsoft Sans Serif, MS Sans Serif, Segoe Print;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}