/* CSS Document */

body {
	background-color: #E1DDC4;
}

.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
}

td.navbar{
   height:32px;
   text-align:center;
   vertical-align:middle;
   background-image:url('images/menubar.gif');
}

td
{
font-family:tahoma;
font-size: 11px;
color:#311C0D;
}
.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;

}
.caption
{
	font-family:tahoma;
	color:#534B3A;
	font-size: 16px;
	font-weight: bold;

}
.topnav
{
	font-family:tahoma;
	color:#F6F7F7;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
 text-align:center;
}
.topnav:hover
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;

}
.content {
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	line-height: 18px;
}
.button
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.button:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:tahoma;
	color:#311C0D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}
.top:hover
{
	font-family:tahoma;
	color:#311C0D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}

.right
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.right:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}
a{
  color:Blue;
}
a:visited{
 color :Blue;
}
