body {
	background: #b2acab url(images/background.png) repeat-x;
	font: 10px Arial, sans-serif;
}

body, html {
	margin: 0;
	padding: 0;
}

/* the horizontal menu starts here */
div#listmenu {
	width: 100%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
	text-align: center;
}

div#listmenu ul {
	margin: 0px;
}

div#listmenu li {
	float: left;
	position: relative;	
	list-style-type: none;
	background-color: #fff;
	border-right:1px solid #f33;
}

div#listmenu li:first-child {
	border-left: 1px solid #f33;
}

div#listmenu li:hover {
	background-color: #fdfecf;
}

div#listmenu a {
	padding: 0 3px;
	text-decoration:none;
	color:#666;
}

div#listmenu a:hover {
	color: #666;
}

/* the horizontal menu ends here*/

p {
	color: #666;
	font: 12px/18px Arial, sans-serif;
	text-align: left;
}

p a {color: #666;
	font: bold 12px/18px Arial, sans-serif;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

.footer {
	color: #7e7b7b;
	font: 10px/14px Arial, sans-serif;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}

.footer a {
	color: #7e7b7b;
	font: 10px/14px Arial, sans-serif;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	text-decoration: none;
}

.footer a:hover {
	color: #7e7b7b;
	font: 10px/14px Arial, sans-serif;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	text-decoration: underline;
}

h1 {
	font: bold 14px/36px Arial, sans-serif;
	color: #666;
}

.textheader {color: #982717;	
}

h2 {
	color: #982717;
	font: bold 18px/24px Arial, sans-serif;
	text-align: left;
}
.style1 {color: #FF0000}

.style2 {
	font-size: 9px;
	font-style: italic;
	color: #7e7b7b;
}
.style3 {font-size: 12px; color: #7e7b7b; }

.style4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.style5 {
	color: #7e7b7b;
	font-weight: bold;
}

.style6 {color: #7e7b7b}

.style8 {
	color: #7e7b7b;
	font-weight: bold;
	font-size: 12px;
}
.style8 a {
	color: #7e7b7b;
	font-weight: bold;
	text-decoration: none;
}
.style8 a:hover {
	color: #7e7b7b;
	font-weight: bold;
	text-decoration: underline;
}
.style9 {color: #FFFFFF}

.style10 {color: #7e7b7b; font-weight: bold; font-style: italic; }

.style11 {color: #FFFFFF}
.style12 {color: #FFFFFF; font-weight: bold; }
.style13 {color: #333333; font-weight: bold; }

	
	
