/*  DEFAULTS  */
body
{
	margin: 0px;
	padding: 0px;
	background: #7F2932;
}
td
{
	vertical-align: top;
	font: 12px verdana;
}


/*   TABLE CENTER  */
table.center
{
	width: 638px;
	height: 100%;
	border: double #FFF;
	border-width: 0px 3px;
}

  /*  HEADER  */
td.header
{
	height: 170px;
}
td.top
{
	height: 70px;
	background-image: url(images/bg_top.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding: 12px 20px;
}
td.menu
{
	width: 197px;
	vertical-align: bottom;
	text-align: center;
	background: #FFF;
}
table.menu
{
	width: 185px;
	height: 190px;
}
td.m_link
{
	text-align: left;
	vertical-align: middle;
	font: 12px arial;
	padding: 0px 0px 0px 20px;
	border: solid #E7D6C3;
	border-width: 0px 0px 1px 0px;
}
td.header_spacer
{
	height: 8px;
	border: solid 1px;
	border-width: 1px 0px 0px 0px;
	background-image: url(images/bg_header_spacer.gif);
}
	/*  CONTENT  */
td.content
{
	background: #FFF;
	background-image: url(images/bg_tree.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 30px 20px 40px 20px;
	text-align: justify;
}
table.data
{
	width: 580px;
}
td.data_l, td.data_r
{
	width: 290px;
	text-align: justify;
	font: 12px arial, verdana;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
td.data_r
{
	padding: 0px 0px 0px 10px;
}
td.mapun
{
	height: 70px;
	background: #FFF;
	background-image: url(images/bg_content.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
	/*  FOOTER  */
td.footer
{
	height: 50px;
	text-align: center;
	padding: 5px;
	font: 11px arial;
	color: #FFF;
}





/*  LIST  */
table.list
{
	border: 1px solid #C2C2C2;
}

td.list_rh, td.list_ch, td.list_lh
{
	font: bold 11px arial;
	background: #EEEDED;
	border: solid #C2C2C2;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}
td.list_r, td.list_c, td.list_l
{
	font: 11px verdana;
	background: #F4F4F4;
	padding: 5px;
}
td.list_l, td.list_lh
{
	text-align: right;
}
td.list_c, td.list_ch
{
	text-align: center;
}


/*  HEADINGS  */
h1
{
	font: 25px arial;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
h2
{
	font: bold 18px arial;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	border: solid #44862C;
	border-width: 0px 0px 1px 0px;
}




/*  FORMS  */
td.form_r, td.form_c, td.form_l
{
	font: 12px verdana;
	line-height: 19px;
	padding: 2px;
}
td.form_l
{
	text-align: right;
}
td.form_c
{
	text-align: center;
}


table.cform
{
	border: 1px solid #C2C2C2;
}
td.cform_r, td.cform_l
{
	font: 11px verdana;
	line-height: 19px;
	background: #F4F4F4;
	padding: 5px;
	vertical-align: top;
}
td.cform_l
{
	text-align: right;
}



input
{
	font: 10px verdana;
	height: 17px;
}

select
{
	font: 11px verdana;
}

textarea
{
	font: 10px verdana;
}

input.btn
{
	font: 10px verdana;
	height: 25px;
}




/*  COLOR SPANS  */
span.green
{
	color: #090;
}
span.red
{
	color: #F00;
}
span.blue
{
	color: #03F;
}
span.orange
{
	color: #F90;
}




/**  COLOR LINKS  */
a.blue:link 
{color: #0033FF; text-decoration:none;}
a.blue:visited 
{color: #0033FF; text-decoration:none;}
a.blue:hover 
{color: #7B7B7B; text-decoration:none;}

a.red:link 
{color: #FF0000; text-decoration:none;}
a.red:visited 
{color: #FF0000; text-decoration:none;}
a.red:hover 
{color: #7B7B7B; text-decoration:none;} 

a.orange:link 
{color: #FF9900; text-decoration:none;}
a.orange:visited 
{color: #FF9900; text-decoration:none;}
a.orange:hover 
{color: #7B7B7B; text-decoration:none;}     

a.green:link 
{color: #009900; text-decoration:none;}
a.green:visited 
{color: #009900; text-decoration:none;}
a.green:hover 
{color: #7B7B7B; text-decoration:none;}    

a.brown:link 
{color: #8F8F76; text-decoration:none;}
a.brown:visited 
{color: #8F8F76; text-decoration:none;}
a.brown:hover 
{color: #0033FF; text-decoration:none;}    

/*  DEFAULT LINK  */      
a:link 
{color: #C30; text-decoration:underline}
a:visited 
{color: #C30; text-decoration:underline}
a:hover 
{color: #7B7B7B  ; text-decoration:none; }     

/* MENU LINK */
a.menu:link, a.menu:visited 
{
	color: #000;
	text-decoration:none;
	background-image: url(images/bg_mlink_01.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 17px;
}
a.menu:hover 
{
	color: #03F;
	text-decoration:none;
	background-image: url(images/bg_mlink_02.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 17px;
}




























