body
{
	margin: 0px;
	padding: 0px;
}

body, table, td
{
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
	
}
a:link
 {
	color:#1c3b12;
	text-decoration:underline;
	
 }
a:hover
 {
	text-decoration:underline;
	color:#1c3b12;
 }
 a:active
 {
	text-decoration:underline;
	color:#1c3b12;
 }
 a:visited
 {
	text-decoration:underline;
	color:#1c3b12;
 }
td.head
{
	width:99%;
	height:138px;
	background-image:url('images/bg_head.gif');
	background-repeat:repeat-x;
	font-size:24pt;
	color:#ffffff;
	padding:20px;
	vertical-align:bottom;	
}
td.menu
{
	background-image: url('images/bg_menu.gif');
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:10px;
}
	
td.menu a
 {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	
 }
 td.menu a:hover
 {
	text-decoration:underline;
	color:#ffffff;
 }
 td.menu a:active
 {
	text-decoration:none;
	color:#ffffff;
 }
 td.menu a:visited
 {
	text-decoration:none;
	color:#ffffff;
 }
td.white
{
	background-image: url('images/bg_menu.gif');
	background-repeat:repeat-y;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	
}
td.bg_left
{
	background-image: url('images/bg_left.gif');
	vertical-align:bottom;
}
td.footer
{
	background-image: url('images/bg_footer.jpg');
}
td.footer_logo
{
	background-image: url('images/footer_logo.jpg');
	background-repeat:no-repeat;
	width: 233px;
	vertical-align:bottom;
	font-size:9px;
	color:#ffffff;
}
td.footer_logo a
{
	font-size:9px;
	color:#ffffff;
	
}

td.footer_logo a:hover
{
	font-size:9px;
	color:#ffffff;
	
}

td.footer_logo a:visited
{
	font-size:9px;
	color:#ffffff;
	
}
table.content
{
	width:100%;
	height:100%;
	background-image: url('images/content_bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}
h1
{
	color:#1c3b12;
	font-size:20;
	font-weight:normal;
}

h2
{
	color:#1c3b12;
	font-size:20;
	font-weight:normal;
}

p.t2
{
	font-size:11px;
}
li.nacpr
{
	list-style-type:square;
	line-height:5em;
	color:#1c3b12;
}

li a
{
	text-decoration:none;
	font-size:15;
	color:#3c8425;
	font-weight:bold;
}
li a:hover
{
	text-decoration:underline;
}


