body
{
	margin: 0px;
	font-family: verdana;
}

table
{
	background-color: #FFFFFF;
}

td.activemenu, a.activemenu
{
	margin-left: 20px;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #D24e03;
	text-decoration: none
}

td.activemenubar, td.inactivemenubar
{
	height:26
}

td.inactivemenu, a.inactivemenu
{
	margin-left: 20px;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none
}

font.title1
{
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

font.title2
{
	font-size: 13px;
	font-family: Arial;
	font-style: normal;
	color: #BF230A;
	font-weight: bold;
}

font.title3
{
	color: #BE2209
}
font.title4
{
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	color: black;
}

font.normal
{
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	color: #666666;

}

input,select,textarea
{
	border-top: 1px #808080 solid;
	border-left: 1px #808080 solid;
	border-bottom: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	font-size: 11px;
	font-style: normal;
	font-family: verdana;
}

img.button
{
	border-width: 0;
}

.footer
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #A59C97;
	text-decoration: none
}

a.footer
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #bf2408;
	text-decoration: underline
}

a.footer:hover
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #F09797;
	text-decoration: none
}


/* NAVIGATION GLOBAL STYLES */
#navigation {width:220px;}
#navigation ul {padding:0; margin:0;}
#navigation ul li {list-style-type:none;}

/* NAVIGATION OUT CLASS */
#navigation ul li a {
	padding-left:30px; 
	height:24px; 
	font:11px Arial; 
	text-decoration:none; 
	line-height:24px; 
	display:block; 
	border-bottom:1px solid #ccc; 
	background:url("gfx/gfx_navigation_off.gif") no-repeat;
	color:#666;
}

/* NAVIGATION OVER CLASS */
#navigation ul li a:hover {
	color:#be230a; 
	background:url("gfx/gfx_navigation_on.gif") no-repeat #f1f1f1;
}

/* NAVIGATION NON-LINK CLASS */
#navigation ul li.active {
	padding-left:30px; 
	height:24px; 
	font:11px Arial; 
	text-decoration:none; 
	line-height:24px; 
	display:block; 
	border-bottom:1px solid #ccc; 
	color:#be230a; 
	background:url("gfx/gfx_navigation_active.gif") no-repeat #f1f1f1;
	cursor:default;

