body { 
	color: #333333; 
	background-color: #ffffff; 
	margin: 12px;
	font-family: Arial;
	font-size: 11pt;
	line-height: 15px;
}

td.mainl {
	background-image: url(../images/commons/s-left.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #ffffff;
}

td.mainr {
	background-image: url(../images/commons/s-right.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}

td.nav {
	background-image: url(../images/commons/nav-bg.gif);
	background-repeat: repeat-x;
	background-color: #237d3d;
}
td.nav2 {
	background-image: url(../images/commons/nav-bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
td.nav3 {
	background-image: url(../images/commons/nav-bg2.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
td.navs {
	background-image: url(../images/commons/nav-s.gif);
	background-repeat: repeat-x;
	background-color: #333333;
}

td.contact {
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	padding: 10px 20px;
	background: #ffffff;
	border-right: 2px #cccccc solid;
}

td {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
}

td.content {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 20px;
}

td.copyright {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 20px;
	background-color: #e0e0e0;
	border-top: 1px #ffffff solid; 
}

a {
	color: #cc6600;
	text-decoration: none;
}

a:hover { 
	color: #237d3d;
	text-decoration: none;
 }


h1 {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	color: #237d3d;
	padding: 0px;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 5px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	text-align: right;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
}

ul.subnav {
	padding: 0px 0px 10px 20px;
	margin: 0px;
	width: 200px;
}

li.subnav {
	padding: 2px 5px 2px 5px;
	margin: 0px;
	list-style: none;
	border-top: 1px #cccccc dotted;
	border-right: 2px #000000 solid;
	text-align: right;
}

hr {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}