/* general styles */

body {
	margin: 0px;
	background-color: #402B0F;
	list-style-image:  url(file:/img/bullet.gif);

}
li{
	margin-bottom:0px;
	margin-top:0px;
	list-style-image: url(/img/bullet.gif);
}

ul {
	margin-bottom:0px;
	margin-top:0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

table.about {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}


table.footer {
	font-size: 10px;
	font-weight: normal;
	color: #9F845E;
}

h1{
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
	color: #93A051;
	font-weight: normal;
	font-size: 26px;
	line-height: 40px;
	letter-spacing: -1px;
	margin:0px;
}





/* global links */

a:link { color:#8F4402; font-weight: normal; text-decoration:none;}
a:visited { color:#8F4402; font-weight: normal; text-decoration:none;}
a:active { color:#8F4402; font-weight: normal; text-decoration:none;}
a:hover { color:#8F4402; font-weight: normal; text-decoration:underline; } 



/* headers */

h2 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top:10px;
}

.redbold {
	color: #77112A;
	font-weight: bold;
	font-size: 10px;
	margin-left: 16px;
}
.graybold {
	color: #666666;
	font-weight: bold;

}


/* form stuff */
input {
background-color: #ffffff;
border: black 1px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 11px;
} 

textarea {
	background-color: #ffffff;
	border: black 1px solid;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;

} 

.altButtonFormat {
background-color: #AC0000;
font-family: arial, verdana, ms sans serif;
border: #000000 1px solid;
font-size: 11px;
font-weight: bold;
color: #ffffff;
} 


hr {
background-color: #eeeeee;
color: #cccccc;
height: 1px;

}

div#cat_content{
	
}
div#cat_content ul{
	margin-top:0px;
}
div#cat_content h2{
	color:#518AA0;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:4px;
}
div#cat_content h3{
	color:#518AA0;
	font-size: 11px;
	font-weight:bold;
	margin:0px;
	margin-top:4px;
}
div#cat_content h4{
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
	color:#666666;
	font-weight: bold;
	font-size: 11px;
	margin:0px;
	margin-top:4px;
}
div#cat_content h5{
	color:#518AA0;
	font-size: 11px;
	font-weight:bold;
	margin:0px;
	margin-top:4px;	
}
