BODY
{
	margin            	: 0px;
	top-margin			: 45px;
	font-family       	: arial, helvetica, sans-serif;
	color             	: #c0c0c0;
	font-size         	: 12px;
	text-align			: center;
	padding           	: 0px;
	background		  	: #363636;
}

.cat_title
{
	color             	: #D9C293;
	font-size       	: 14px;
	font-weight		 	: bold;
}

.cat_title:HOVER
{
	color             	: #ff9900;
	font-size       	: 14px;
	font-weight		 	: bold;
}

.cat_subtitle
{
	color             	: #5a5a5a;
	font-size       	: 11px;
}

.cat_body
{
	color             	: #5a5a5a;
	font-size       	: 12px;
}

.subcat_title
{
	color             	: #006699;
	font-size       	: 15px;
	font-weight		 	: bold;
}


.sitenav
{
	color: #F5F5F5;
	text-decoration : underline;
	font-size : 11px;
} 

.sitenav A
{
	color: #666666;
	text-decoration : underline;
	font-size : 11px;
} 

.sitenav:HOVER
{
	color: #606060;
	text-decoration : underline;
	font-size : 11px;
}

.edit
{
	color			: #669933;
	text-decoration : none;
}

.edit:HOVER
{
	color			: #336600;
	text-decoration : none;
}

.footer
{
	color: #EEEEEE;
	font-size: 10px;
	text-decoration : none;
}

.footer:HOVER
{
	color			: #666666;
	font-size		: 10px;
	text-decoration : none;
}

#keyword_search
{
	font-size		: 12px;
	color			: #ffffff;
	margin-top		: 5px;
}

h1
{
	font-size 			: 15px;
	font-weight 		: bold;
	color 				: #333366;
	background-color	: transparent;
	margin				: 0px;
	padding				: 0px;
}

h2
{
	font-size 			: 12px;
	font-weight 		: bold;
	color 				: #669933;
	background-color	: transparent;
	margin				: 0px;
	padding				: 0px;
}

ul.nobullet
{
list-style-type : none;
}

li
{
	list-style-position	: outside;
}

td
{
	vertical-align		: top;
	font-size			: 12px;
}


A
{
   color             : #ff9900;
   font-size		: 11px;
}

A:hover
{
   color			: #ff9999;
   font-size		: 11px;
}

.linkhomegrey
{	
	color			: #333333;
	font-size		: 11px;
	text-decoration : underline;
}

.linkhomegrey:hover
{	
	color			: #000000;
	font-size		: 11px;
	text-decoration : underline;
}

.linkhomegreysm
{	
	color			: #333333;
	font-size		: 10px;
	text-decoration : underline;
}

.linkhomegreysm:hover
{	
	color			: #000000;
	font-size		: 10px;
	text-decoration : underline;
}

form
{
	margin				:0;
}

input
{
   border            	: 1px solid #666666;
}

input.right_nav_input
{
   border            	: 1px solid #666666;
   width				: 75px;
}

input.checkbox
{
   border				: 0px solid #666666;
}

input.btn_sm
{
   border				: 1px solid #666666;
   width				: 30px;   
}

input.btn_md
{
   border				: 1px solid #666666;
   width				: 50px;   
}

input.btn_lg
{
   border				: 1px solid #666666;
   width				: 75px;   
}

pre
{
	font-size		: 1.5em;
}

select.select_lg
{
	width				: 500px;
}