body {
	background-color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
}

/* stops shorter pages from jumping when there is no scrollbar
html { min-height:100%; margin-bottom:1px; } */


/*heading styles*/
  h1 {
	font-size: 24px;
	margin:0;
 }
 
 h2{
	font-size:20px;
	margin:0;
 }
 
h3{
	font-size: 18px;
	margin:0;
 }
 a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
    color: #000000;
	text-decoration: underline;
}

a:hover {
    color: #000000;
	text-decoration: underline;
}

a:active {
    color: #000000;
	text-decoration: underline;
	}
	
p {
	margin:0 0 0em;
	padding:0;
	}
.Text {
    font-size: 12px;
	color: #000000;
	text-transform: none;
	line-height: 20px;
	
}
.Text a:link {
	color: #660000;
	text-transform: none;
	text-decoration: none;
	
}

.Text a:visited {
	color: #660000;
	text-transform: none;
	text-decoration: none;
	
}
.Text a:active {
	color: #660000;
	text-transform: none;
	text-decoration: none;
	
}

.Text a:hover {
	color: #660000;
	text-transform: none;
	text-decoration: underline;
	
}
.TextBold {
	font-size: 14px;
	color: #000000;
	text-transform: none;
	line-height: 20px;
	font-weight: bold;	
}
.TextBold a:link {
	color: #660000;
	text-transform: none;
	text-decoration: none;
	
}

.TextBold a:visited {
	color: #660000;
	text-transform: none;
	text-decoration: none;
	
}
.TextBold a:active {
	color: #660000;
	text-transform: none;
	text-decoration: none;
	
}

.TextBold a:hover {
	color: #660000;
	text-transform: none;
	text-decoration: underline;
	
}
#content {
	height: 345px;
	width: 765px;
	padding-right: 5px;
	padding-left: 5px;
}
#content2 {
	height: 500px;
	width: 765px;
	padding-right: 5px;
	padding-left: 5px;
}
#topNav {
	height: 10px;
	width: 765px;
}
