a  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #cc0000;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
	text-align : left;
}

.text  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #c3b08b;
	text-align : justify;
}

.text2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #c3b08b;
	text-align : left;
}

.smalltext  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #c3b08b;
	text-align : left;
}
.title  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #ee2607;
}

A:Visited  {
	color : #ff6600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

A:Hover  {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

.classicmenu{
width: 180px; /*width of menu*/
}

.classicmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.classicmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.classicmenu ul li a{
font: bold 14px Arial;
color: #c3b08b;
background: #181818;
display: block;
padding: 5px 0;
line-height: 18px;
padding-left: 5px; /*link text is indented 8px*/
text-decoration: none;
}

.classicmenu ul li a:visited{
font: bold 14px Arial;
color: #c3b08b;
background: #181818;
}

.classicmenu ul li a:hover{ /*hover state CSS*/
font: bold 14px Arial;
color: #ffffff;
background: #930803;
}

