body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	margin: 0px;
	background-color: #300202;
}

td.topbarbg {
	background: url('../images/topbarbg.gif');
	height:100px;
}

td.footerbg {
	background: url('../images/footerbg.gif');
}

/****************************************************************/
/* Footer														*/
/****************************************************************/
.footer {
	height: 71px;
	color: #ffffff;
	font-size: 11px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

.footer a:link {
	color: #ffff00; text-decoration: none; font-weight:bold;
}
.footer a:visited {
	color: #ffff00; text-decoration: none; font-weight:bold;
}
.footer a:hover {
	color: #ffff00; text-decoration: underline; font-weight:bold;
}

a.footer2:link {
	color: #ffffff; text-decoration: none; font-weight:normal;
}
a.footer2:visited {
	color: #ffffff; text-decoration: none; font-weight:normal;
}
a.footer2:hover {
	color: #ffffff; text-decoration: underline; font-weight:normal;
}


/****************************************************************/
/* Footer bottom												*/
/****************************************************************/
.footer_bottom {
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	font-size: 11px;
	text-align: center;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

.footer_bottom a:link {
	color: #81b101; text-decoration: none;
}
.footer_bottom a:visited {
	color: #81b101; text-decoration: none;
}
.footer_bottom a:hover {
	color: #81b101; text-decoration: underline;
}

/****************************************************************/
/* Input Image													*/
/* OLD (good but white search BG is better) : background: url('../images/input.gif') no-repeat;
/****************************************************************/
input.search {
	width: 377px;
	height: 23px;
	border: none;
	color: #000;
	font-size: 18px;
}

/****************************************************************/
/* Search Field 												*/
/****************************************************************/
.search_button {
	background: url('../images/search.button.gif') no-repeat;
}

/****************************************************************/
/* Top menu														*/
/****************************************************************/
.menu {
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "trebuchet ms";
}

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


/****************************************************************/
/* Navmenu														*/
/****************************************************************/
.navmenu {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: #81b101;
	font-size: 21px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.navmenu a:link {
	color: #81b101; text-decoration: none;
}
.navmenu a:visited {
	color: #81b101; text-decoration: none;
}
.navmenu a:hover {
	color: #81b101; text-decoration: underline;
}

/****************************************************************/
/* User_menu													*/
/****************************************************************/
.user_menu {
	padding-right: 14px;
	color: #6f6f6f;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.user_menu a:link {
	color: #6f6f6f; text-decoration: none;
}
.user_menu a:visited {
	color: #6f6f6f; text-decoration: none;
}
.user_menu a:hover {
	color: #6f6f6f; text-decoration: underline;
}

form {
	padding: 2px 5px 0 0;
}

body {
	margin: 0;
}

h3 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: olive;
	margin: 25px 25px 0;
}

h2 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #75970d;
	border-bottom: 1px solid #81b101;
	margin-left:50px;
	margin-right:50px;
}
/****************************************************************/
/* Cat title  													*/
/****************************************************************/
.cat {
	font-weight: bold; font-size: 21px; color: navy; font-family: "trebuchet ms", verdana, arial, sans-serif; text-align:left;
}
.cat a:link {
	color: #800000; text-decoration: none;
}
.cat a:visited {
	color: #800000; text-decoration: none;
}
.cat a:hover {
	color: navy; text-decoration: underline;
}


/****************************************************************/
/* Subcat		  												*/
/****************************************************************/
.subcat {
	font-size: 14px; color: olive;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	text-align:left;
}
.subcat a:link {
	color: black; text-decoration: none;
}
.subcat a:visited {
	color: black; text-decoration: none;
}
.subcat a:hover {
	color: red; text-decoration: underline;
}

/****************************************************************/
/* Link area													*/
/****************************************************************/
.linkarea {
}


/****************************************************************/
/* Link Title 													*/
/****************************************************************/
.linktitle {
	font-weight: bold; font-size: 15px; color: #81b101; align:left; font-family: Arial, sans-serif;
}
.linktitle a:link {
	font-weight: bold; color: navy; text-decoration: none;
}
.linktitle a:visited {
	font-weight: bold; color: navy; text-decoration: none;
}
.linktitle a:hover {
	font-weight: bold; color: #22577a; text-decoration: underline;
}
.articletitle {
	font-weight: bold; font-size: 18px; color:blue; align:left; font-family: Arial, sans-serif;
}

/****************************************************************/
/* Featured 													*/
/****************************************************************/
td.featured {
	font-weight: bold; font-size: 20px; font-family: Arial, sans-serif;
}
td.featured a:link {
	font-weight: bold; color: red; text-decoration: none;
}
td.featured a:visited {
	font-weight: bold; color: red; text-decoration: none;
}
td.featured a:hover {
	font-weight: bold; color: #22577a; text-decoration: underline;
}


/****************************************************************/
/* Link Details 												*/
/****************************************************************/
.linkdetails {
	font-size: 13px; color: #000000; 
}
.linkdetails a:link {
	font-weight: bold; font-size: 13px; color: #22577a; text-decoration: none;
}
.linkdetails a:visited {
	font-weight: bold; font-size: 13px; color: #22577a; text-decoration: underline;
}
.linkdetails a:hover {
	font-weight: bold; font-size: 13px; color: red; text-decoration: underline;
}


/****************************************************************/
/* Link short desc 												*/
/****************************************************************/
.linkshortdesc {
	font-weight: normal; font-size: 14px; color: #000000; font-family: Arial, sans-serif;
}
.linkshortdesc a:link {
	font-weight: normal; color: #22577a; text-decoration: none;
}
.linkshortdesc a:visited {
	font-weight: normal; color: #22577a; text-decoration: none;
}
.linkshortdesc a:hover {
	font-weight: normal; color: red; text-decoration: underline;
}


/****************************************************************/
/* Featured Link short desc 												*/
/****************************************************************/
.featlinkshortdesc {
	font-weight: normal; font-size: 15px; color: #000000; font-family: Arial, sans-serif;
}
.featlinkshortdesc a:link {
	font-weight: normal; color: #22577a; text-decoration: none;
}
.featlinkshortdesc a:visited {
	font-weight: normal; color: #22577a; text-decoration: none;
}
.featlinkshortdesc a:hover {
	font-weight: normal; color: red; text-decoration: underline;
}


/****************************************************************/
/* Featured Link Url		 												*/
/****************************************************************/
.featlinkurl {
	font-weight: normal; font-size: 14px; color: #000000; font-family: Arial, sans-serif;
}

.featlinkurl a:link {
	font-weight: normal; color: #6f6f6f; text-decoration: underline;
}
.featlinkurl a:visited {
	font-weight: normal; color: #6f6f6f; text-decoration: underline;
}
.featlinkurl a:hover {
	font-weight: normal; color: #6f6f6f; text-decoration: underline;
}

a.featlinkurl:link {
	font-weight: normal; color: #6f6f6f; text-decoration: underline;
}
a.featlinkurl:visited {
	font-weight: normal; color: #6f6f6f; text-decoration: underline;
}
a.featlinkurl:hover {
	font-weight: normal; color: #6f6f6f; text-decoration: underline;
}



/****************************************************************/
/* Link Url		 												*/
/****************************************************************/
.linkurl {
	font-weight: normal; font-size: 13px; color: #0f0f0f; font-family: Arial, sans-serif;
}

.linkurl a:link {
	font-weight: normal; color: #0f0f0f; text-decoration: underline;
}
.linkurl a:visited {
	font-weight: normal; color: #0f0f0f; text-decoration: underline;
}
.linkurl a:hover {
	font-weight: normal; color: #0f0f0f; text-decoration: underline;
}

a.linkurl:link {
	font-weight: normal; color: #0f0f0f; text-decoration: underline;
}
a.linkurl:visited {
	font-weight: normal; color: #0f0f0f; text-decoration: underline;
}
a.linkurl:hover {
	font-weight: normal; color: #0f0f0f; text-decoration: underline;
}

/****************************************************************/
/* Bg															*/
/****************************************************************/
.bg {
	padding-left: 25px;
	padding-right: 25px;
}

/****************************************************************/
/* Break														*/
/****************************************************************/
.break {
	padding-bottom: 6px;
	padding-top: 6px;
}


/****************************************************************/
/* Profile		  												*/
/****************************************************************/
.profile {
	font-size: 11px; color: #6F6F6F;
	font-family: Arial, sans-serif;
}
.profile a:link {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.profile a:visited {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.profile a:hover {
	font-weight: bold; color: #81b101; text-decoration: underline;
}

/****************************************************************/
/* Text area, Input, Select 									*/
/****************************************************************/
SELECT {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}
INPUT {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}
TEXTAREA {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}
form {
margin: 0;
}

/****************************************************************/
/* SP Area					 									*/
/****************************************************************/
.sp_area {
	font-size: 11px; color: #6F6F6F;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background-color: #f5f9eb;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	Border: #81b101 1px solid;
}
.sp_area a:link {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.sp_area a:visited {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.sp_area a:hover {
	font-weight: bold; color: #81b101; text-decoration: underline;
}

/****************************************************************/
/* SP Area					 									*/
/****************************************************************/
.f_area {
	font-size: 11px; color: #6F6F6F;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background-color: #f5f9eb;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	Border: #81b101 1px solid;
}
.f_area a:link {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.f_area a:visited {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.f_area a:hover {
	font-weight: bold; color: #81b101; text-decoration: underline;
}


div.pr {
	font-size: 6pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}


.small, .small a {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #81b101;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #6f6f6f;
}

table.formPage {
	border: 1px solid #A0A0A0;
}
td.err {
	padding: 4px;
	color: #81b101;
	background: #edf4db;
	border: 1px solid #81b101;
	text-align: left;
}
td.msg{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding: 4px;
	color: navy;
	background: #edf4db;
	border: 1px solid #81b101;
	text-align: left;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
   background:transparent;
}

.roundcorners{
display:block;
}
.roundcorners *{
display:block;
height:1px;
overflow:hidden;
background:#ffffff;
}
.roundcorners1{
border-right:1px solid #896e6e;
padding-right:1px;
margin-right:3px;
border-left:1px solid #896e6e;
padding-left:1px;
margin-left:3px;
background:#cbbfbf;
}
.roundcorners2{
border-right:1px solid #441b1b;
border-left:1px solid #441b1b;
padding:0px 1px;
background:#d7cece;
margin:0px 1px;
}
.roundcorners3{
border-right:1px solid #d7cece;
border-left:1px solid #d7cece;
margin:0px 1px;
}
.roundcorners4{
border-right:1px solid #896e6e;
border-left:1px solid #896e6e;
}
.roundcorners5{
border-right:1px solid #cbbfbf;
border-left:1px solid #cbbfbf;
}
.roundcorners_content{
padding:0px 5px;
background:#ffffff;
}

#toggleCategTree { display:block; cursor:pointer; color:blue; }
#categtree { margin:3px 0; height:450px; width:300px; overflow-y:auto; overflow-x:hidden; border:1px dotted #9EC2F3; border-width:0 1px 1px; }
#catTitle { background:#fff; color:blue; font-weight:bold } /* Important for Konqueror */
#categtree h2 { margin:0 0 5px; padding:2px; text-align:center; color:#5e74b3; background:#DDE5F3; vertical-align:middle; }
#categtree #close_tree { right:0; padding:1px; text-align:center; white-space:nowrap; cursor:pointer; }
#categtree .categ-item { color:black; clear:both; margin:3px 5px; padding:2px 5px; display:block; border:1px dotted #CBE2EC; border-width:1px 0; cursor:pointer; }
#categtree .categ-item img { margin-right:1em; }
#categtree .odd { background:#F8F8FC; font-size:12px; font-family:Arial;}
#categtree .even { background:#fff; font-size:12px; font-family:Arial;}
#categtree .categ-item:hover { background:#fefbdc; }

.errForm {
	color:red;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
}

a.topmenu {
	color: #FFFFFF; text-decoration: none; font-size:24px; display:inline;
}
a.topmenu2 {
	color: #FFFFFF; text-decoration: none; font-size: 18px;
}

.smlgr {
	font-size: 10px;
	color: #404040;
}

h1 {
	font-size:24px;
	display:inline;
}

input.btn {
   color:#050;
   width: 80px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:90%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
input.btnhov {
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

input.btn2 {
   color:#050;
   width: 350px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:90%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
input.btnhov {
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

.nobr {
	white-space: nowrap;
}

.even {
   background:#fff;
	text-align:left;
	width:100%;
}
.odd {
   background:#fefbdc;
	text-align:left;
	width:100%;
}

.wrd {text-align:center;margin:0;padding:0;}
.wrd ul {margin:0;padding:0;}
.wrd li {list-style:none;display: block; width: 25%; float: left; clear: none; padding: 0; margin: 0;}
.wrd a {color:navy;font-weight:normal;text-decoration:underline;}
.wrd a:hover {color:red;}

.choose {
	color: #ffffff;
	height: 20px;
	border: 1px solid aqua;
	background-color: navy;
}

.label {
	color:black;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
}

a.blun:link {
	color:blue;
	text-decoration:underline;
}
a.blun:visited {
	color:blue;
	text-decoration:underline;
}
a.blun:hover {
	color:green;
	text-decoration:underline;
}