@charset "utf-8";
/* CSS Document */

body {
background-color:#7d6446;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.contenttable {
	background-color: #37281d; color: white;
padding:10px;
}


td.contenttext {
	background-color: #f2e9d4; color: white;
	width:453px;
}

td.logo{
background-image: url(images/logo.jpg);
background-position:top right;
background-color:#9d3a10;
width:152px;
height:152px;
background-repeat:no-repeat;
}
.whitetext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	padding-left: 5px;
 	padding-right: 0px;
   	text-transform: none;
	color:#ffffff;
	text-decoration: none;
}

.h1 {
	font-family: Times New Roman,Times,Serif;
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	padding: 5px;
	color:#9d3a10;
	text-decoration: none;
	text-align:center;
}

.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 10px;
 	padding-right: 10px;
   	padding-top: 5px;

	text-transform: none;
	color:#545456;
	text-decoration: none;
}

a.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:bold;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;

	color: #ffffff;
	text-decoration: none;
}

a:hover.whitelink	{
	text-decoration: none;
	color: #37281d;
	}


a.pagelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:bold;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;

	color: #37281d;
	text-decoration: underline;
}

a:hover.pagelink	{
	text-decoration: underline;
	color: #37281d;
	}


a.sidelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:bold;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;

	color: #ffffff;
	text-decoration: none;
}

a:hover.sidelink	{
	text-decoration: none;
	color: #7d6446;
	}

