/* Website Structure Styles */
body {
	margin: 0px;
	/*background: #000;*/
}
.main_table {
	
}
.body-rpt {
}
.footer {
	height: 36px;
	text-align: center;
	background-image: url(../../images/home-feature-base-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.menu {
	background: images/menu-bg.jpg, top, repeat
	padding: 0px 5px;
}
.content-area {
	padding: 20px;
}
.content-area-rev {
	padding: 20px;
	color: #FFF;
}
.content-area-rev h1 {
	color: #FFF;
}

/* Forms Styles */
.form-class, textarea {
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 11px;
}
textarea {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Font Styles */
h1, h2, h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-style: italic;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td {
	color: #333;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {

}
blockquote {
	color: #ab5000;
	background: #eab600;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
blockquote p {
	color: #ab5000;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #666;
	width: 146px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}
