body {
	font-family: Verdana, helvetica, sans-serif;
	color:#800000;
 	font-size: 12px;
  	font-style:normal;
	margin:0;
}

h1{
	font-size:14px;
	color:#800000;
}

h2, h3, h4, h5, h6{
	font-size:12px;
	color:#800000;
}

a.menu:link {
	color : #FFFFFF;
	text-decoration : none;
}

a.menu:visited {
        color : #FFFFFF;
        text-decoration : none;
}

a.menu:hover {
        color : #800000;
        text-decoration : none;
}

a.menu:active {
        color : #800000;
        text-decoration: none;
}

a:link {
	color : #800000;
	text-decoration : none;
}

a:visited {
        color : #800000;
        text-decoration : none;
}

a:hover {
        color : #FFFFFF;
        text-decoration : none;
}

a:active {
        text-decoration: none;
}

a.main:link {
	color : #528A01;
	text-decoration : none;
}

a.main:visited {
        color : #528A01;
        text-decoration : none;
}

a.main:hover {
        color : #FFFFFF;
        text-decoration : none;
}

a.main:active {
        color : #528A01;
        text-decoration: none;
}

.title{
  color: #800000;
  font-size: 14px;
  font-family : Verdana, helvetica, sans-serif;
  font-style:normal;  
}

.topmenu{
  background-color:#FE9900;
  font-size: 12px;
  font-family : Verdana, helvetica, sans-serif;
  vertical-align: top;
}

.bottommenu{
  font-size: 11px;
  font-family : Verdana, helvetica, sans-serif;

}

table.menubg{
  background-image:url(../images/lmenu_bg.jpg);
  background-repeat:no-repeat;
}

table.innerbg{
  background-color:#D5A3E4;
}

td.bg{
  background-color:#D5A3E4;
}

td.leftmenucolor{
  background-color:#518902;
}

td.main{
  background-image:url(../images/main.jpg);
  background-repeat:no-repeat;
}

ul{
	margin-top:0px;
	margin-left:8px;
	margin-right:10px;
	padding-top:0px;
	padding-left:8px;
	padding-right:10px;
}

li{
	list-style:none;
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
}

.hide{
	display:none;
}

.content-padding{
	padding:5px;
}

.menu-padding{
	padding:10px 0px 0px 15px;
}

.white{
	color:#FFFFFF;
}

img{
	border:0px;
}

.hr-tea-separator{
	color:#996666;
	width:75%;
	height:1px;		/* for IE */
	border-style:solid;	/* for FF */
	margin-top:0px;
}