.body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #FFF;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#66755E;
	margin: 0px;
	padding: 0px;
}
.wbody {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.header {
	width:770px;
	height:252px;
	background-image:url(images/mast.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
.main {
	width:800px;
	height:1000px;
	margin:0 auto;
	background-image:url(images/body_bg.jpg);
	background-repeat:no-repeat;
}
.nav {
	width:770px;
	padding-top:230px;
	text-align:center;
	margin:0 auto;
}
.content {
	width:500px;
	padding-left:10px;
	padding-right:20px;
	padding-top:20px;
	float:left;
	text-align:justify;
}
.rail {
	text-align:center;
	width:250px;
	padding-right:10px;
	padding-top:20px;
	float:right;
}
h1 {
	font-size:22px;
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555E50;
}
h2 {
	font-size:16px;
	color:#000;
	padding-top:10px;
	padding-bottom:4px;
	margin:0px;
}
h3 {
	color:#66755E;
	font-size:22px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.rail_hd {
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555E50;
	display:block;
	padding-bottom:10px;
}
#main p {
	padding:0px;
	margin:0px;
}
.content_ul {
	line-height:16px;
	padding-top:10px;
	padding-bottom:20px;
	margin:0px;
}
.emp {
	color:#000;
	font-weight:bold;
}
.notfound {
	padding:10px;
	background-color:#eee;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
}
.sorry {
	color:#66755E;
	font-weight:bold;
	font-size:18px;
}
.note {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	font-style:italic;
	color:#66755E;
	margin-top: 4px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
/*-- PNG Hack --*/
img, div, tr, td, em { behavior: url(iepngfix.htc) }
/*-- Link Styles --*/
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:none;
}
#nav a:link {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
#nav a:visited {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
#nav a:hover {
	color:#66755E;
	font-size:14px;
	text-decoration:underline;
}
#nav a:active {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#tbl a:link {
	color:#66755E;
	text-decoration:none;
}
#tbl a:visited {
	color:#66755E;
	text-decoration:none;
}
#tbl a:hover {
	color:#000;
	text-decoration:none;
}
#tbl a:active {
	color:#66755E;
	text-decoration:none;
}