a  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #006699;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
	text-align : left;
}

.text  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #c3b08b;
	text-align : justify;
}

.text2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #c3b08b;
	text-align : left;
}

.text3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #c3b08b;
	text-align : center;
}

.smalltext  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #c3b08b;
	text-align : left;
}
.title  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	color : #f77b0d;
}

.title2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #cd3d0b;
}

.title3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	color : #cd3d0b;
}

.title4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight: bold;
	color : #cd3d0b;
}

A:Visited  {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
}

A:Hover  {
	color : #c3b08b;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
}

.classicmenu{
width: 200px; /*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;
}


