body{
	font-family: Verdana;
	font-size: 1em;
	color: Navy;
	background-color: #F3E3CD;
	background-image: url('images/back.gif');
	background-repeat: repeat-x;
	background-position: top;
	text-align: justify;
}
td{
	vertical-align: top;
}
a:link, a:hover, a:visited{
	font-family: Tahoma;
	font-size: 0.9em;
	color: #004a01;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	color: #C56218;
}
.menu, .menu a:link, .menu a:hover, .menu a:visited{
	font-family: "DejaVu Sans", Thaoma;
	font-size: 0.9em;
	color: White;
	font-weight: bold;
	text-decoration: none;
	width: 220px;
}
.menu{
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	height: 30px;
	text-align: center;
}
.menu a:hover{
	color: #BADD73;
	text-decoration: overline;
}

h1{
	
}

h2, td.h2{
	font-family: Tahoma;
	font-size: 1.1em;
	color: Maroon;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

h3, td.h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: Maroon;
	font-weight: normal;
}
h5{
	font-family: Tahoma;
	font-size: 0.5em;
	color: gray;
	font-weight: normal;
}
ul.ele, ul.ele li{
	list-style-image: url('images/li.gif');
	list-style-position: outside;
	text-align: left;
	margin: 0px 4px 4px 24px;
	padding: 0px 0px 0px 24px;
	vertical-align: middle;
}

.btnGrad {
	color: #004801;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #2F4F4F;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#3E3C95);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 1px;
}

.footer, .footer a:link, .footer a:hover, .footer a:visited {
	color: #444444;
	font-family: "Lucida Sans Unicode", Thaoma, Arial;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

.hometitoff{
	background-color: #f0e68c;
	border: 1px solid #fa8072;
	color: maroon;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	margin: 2px;
}
.homeoff{
	background-color: #ffd700;
	border: 1px solid #fa8072;
	color: maroon;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	margin: 2px;
	display: block;
}
