body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/bg.png);
}

a {
	font-weight: bold;
}

a:hover {
	font-weight: none;
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

.cont {
	width: 800px;
	margin: 0 auto;
}

.bg2 {
	width: 100%;
	height: 130px;
	background-image: url(images/bg2.png);
}

.head2 {
	width: 500px;
	height: 120px;
	margin: 0 auto;
	background-image: url(images/header.png);
}

.cont2 {
	width: 91%;
	margin: 0 auto;
	min-height: 100px;
	padding: 4px;
	background-color: transparent;
}

.head {
	width: 100%;
	height: 120px;
	background-image: url(images/header.png);
}

.left {
	float: left;
}

.sp2 {
	width: 10px;
	height: 10px;
}

.sp3 {
	width: 4px;
	height: 4px;
}

.icont {
	width: 95%;
	margin: 0 auto;
}

.icont2 {
	width: 98%;
	margin: 0 auto;
}

.navH {
	width: 190px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #000000;
	background-image: url(images/bar.png);
}

.navB {
	width: 190px;
	min-height: 50px;
	color: #000000;
	background-color: #CCCCCC;
	border: 2px solid #000000;
	border-top: 0px;
}

.navI {
	width: 98%;
	height: 22px;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	background-color: #666666;
}

.navI:hover {
	width: 98%;
	height: 22px;
	margin: 0 auto;
	padding: 2px;
	cursor: pointer;
	background-color: #999999;
}

.contH {
	width: 520px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #000000;
	background-image: url(images/bar.png);
}

.contB {
	width: 520px;
	min-height: 50px;
	color: #000000;
	font-size: 10pt;
	background-color: #CCCCCC;
	border: 2px solid #000000;
	border-top: 0px;
}