/* *****************************************LINKS ***************************************** */
a.menu:link , a.menu:visited
{
	display:block;
	color:#ffffff;
	height:36px;
	padding-top:4px;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	width:110px;
	text-align:center;
}
a.menu:hover
 {
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}
/*-------------------------*/
a.general:link , a.general:visited
{
	border-bottom:1px dotted #74B729;
	color:#000000;
	text-decoration:none;
}
a.general:hover
 {
	border-bottom:1px dotted #74B729;
	color:#000000;
	background-color:#F3C532;
	text-decoration:none;
}
/*-------------------------*/
a.bottom:link , a.bottom:visited
{
	text-decoration:none;
	border-bottom:1px dotted #666666;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}
a.bottom:hover
 {
	text-decoration:none;
	border-bottom:1px dotted #22296F;
	color:#22296F;
	font-weight:normal;
}
/* *****************************************BODY ***************************************** */
table
{
	empty-cells: show;
}
body, td, th , tr, div
{
	color: #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* The main body of the entire forum. */
body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	height:100%; 
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
input, textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000046;
	background-color:#cccccc;
	font-size: 11px;
	font-weight:normal;
	border: 1px solid #C0C4C3;
}
.textinput
{
	background-color:#b12225;
	border:1px solid #C0C4C3;
	color:#ffffff;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* *****************************************DIV ***************************************** */
.footer
{
	width:910px;
	text-align:center;
	color:#666666;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.div_title
{
	color:#AD0A0F;
	font-size:15px;
	font-weight:bold;
	width:100%;
	border-bottom:1px dashed #96D288;
	text-align:center;
	padding-bottom:5px;
}
.p_title
{
	color:#23224F;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}