/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #7D0D06; 
}
a:active {
	text-decoration: none;
	color: #990033;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}
div {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-type: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
	padding: 0px;
	top: 75px;

}
body,td,th {
	color: #000000;
}
.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: medium;
	border:thin;
	background-color: #000000;
	border-style:solid;
	padding-top:5px;
}
.menu { font-size: 12px; width: 200px; background-color: #FFFFFF; }

.footer { font-size: 10px; }

.content 
{ 
	font-size: 12px; font-weight: medium;
	padding-left: 10px;
}

.pictureTable
{
	background-color: #FFFFFF;
}

.pictureCaption
{
	text-align: center;
	font-size: 12px; font-weight: medium;

}

.style7 {font-size: 12 px; color: #7D0D06}
.style8 {color: #0000FF}
