body
{
	background: url(../images/background.jpg) repeat top center;
	margin: 0px;
	font-family: Verdana;
	font-size: 13px;
	color: #707070;
}	
td
{
	margin: 0px;
	font-family: Verdana;
	font-size: 13px;
	color: #707070;
}	
body { font-size: 80%; } 
p, td { font-size: 85%; } 
p, ul { font-size: 85%; } 
a
{
	color: #00751C;
	text-decoration: underline;
}
a:hover
{
}
#divMenu
{
	position: relative;
	left: 50%;
	margin-left: -161px;
	margin-top: 136px;
	width: 630px;
	height: 90px;
	z-index: 10;
}
td.clsSiteLeft
{
	background: url(../images/site_left.jpg) repeat-y top right;
	width: 14px;
}
td.clsSiteRight
{
	background: url(../images/site_right.jpg) repeat-y top left;
	width: 14px;
}
td.clsHeader
{
	background: url(../images/header.jpg) no-repeat;
	width: 964px;
	height: 237px;
}
td.clsContent
{
	background-color: white;
	width: 100%;
	height: 100%;
	padding: 18px;
}
td.clsContentSide
{
	background-color: #FEEA8D;
	width: 282px;
	height: 100%;
	padding: 18px;
}
.clsContentTitle
{
	background: url(../images/content_header.jpg) no-repeat; 
	margin: -5px 0px 8px -18px; 
	padding: 8px 0px 0px 18px; 
	height: 32px; 
	font-size: 17px; 
	color: #00751C; 
	font-weight: bold;
}
.clsTitle
{
	color: #00751C;
	font-weight: bold;
	font-size: 22px;
}
.clsSmallTitle
{
	color: #00751C;
	font-weight: bold;
	font-size: 17px;
}
.clsTransparent
{
   filter:alpha(opacity=45); 
   -moz-opacity: 0.45; 
   opacity: 0.45; 
}

.ie_td
{
	vertical-align: top;
}
