﻿body {
	font-size :11px;
	font-family: ;
	font : Times New Roman;
	background-image : url("/images/cuts/background.gif");
}

td {  font-size: 13px  }
	

A.footerLink {	color: #008A83; 	text-decoration: none; 	font-family: Arial; 	font-size : 11px; 	font-weight : 700;  	}
A.footerLink:link { color: #008A83; 	text-decoration: none; 	font-family: Arial; 	font-size : 11px; 	font-weight : 700;		}
A.footerLink:visited {color: #008A83;	text-decoration: none;	font-family: Arial;	font-size : 11px; 	font-weight : 700;  	}
A.footerLink:hover { text-decoration: underline; 	font-size : 11px; 	font-weight : 700;	}
A.footerLink:active {color:  #008A83;	text-decoration: none;	 font-family: Arial; 	font-size : 11px; 	font-weight : 700;  	} 

form { 	margin-bottom: 0px; }
	.comments{ width: 100%;  }
	


#menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:700;
	background:transparent url(/images/menu/menu_back.gif) repeat-x top left;
}

#menu ul
{
	margin:0;
	margin-left:10px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
}

#menu ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
#menu ul li a
{
	display:block;
	float:left;
	padding:8px 8px 0 8px;
	color:#fff;
	text-decoration:none;
}
	
#menu ul li a:hover
{	
	border-bottom:3px solid lime;	
}
	

#menu ul li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}
