body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #323232;
}
body {
	background-color: #c5d7e7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#head{
	background: url(../images/headBG.jpg) center top no-repeat;
}
#headCNT{
	width: 901px;
	height:201px;
	margin-left: auto;
	margin-right: auto;
}
#menu a{
	font-size: 14px
}
#menu{
	background: url(../images/mnu.png) left top no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: inline;
	width: 200px;
	height: 201px;
	color: #FFF;
}
#content{
	background: url(../images/bg.jpg) center top repeat-y;	
}
#cnt{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #323232;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #323232;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #323232;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #323232;
	font-weight: bold;
}
#footer{
	background:		url(../images/foot.jpg) center top no-repeat;
	height:			55px;
}
script, noscript, object, embed{
	margin:			0px;
	padding:		0px;
}
#menu a{
	color: #FFF;
}
#cnt a{
	color: #323232;
}
input, select, textarea
{
	background-color: #dee5b6;
	border:			1px solid #92a542;
	color:			#323232;
	font-size:		11px;
	font-weight:	bold;
	font-family:	Arial;
}