@charset "utf-8";
/* CSS Document */

body {
	background-color:#000066;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
p {
	margin: 0;
	padding: 0;
}
.red {
	color: #FF0000;
}
.darkred {
	color: #CC3300;
}
.blue {
	color: #0000FF;
}
.darkblue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
.back_grey {
	background-color: #F4F4F4;
}
.back_blue {
	background-color: #DFF1FF;
}
.back_light_blue {
	background-color: #F4F9FF;
}
.underline {
text-decoration:underline;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.tx_left {
	text-align:left;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
.clear {
	clear:both;
}
.cursor {
	cursor: pointer;
}
.link a:link { color: #0099FF; text-decoration: none; }
.link a:visited { color: #0099FF; text-decoration: none; }
.link a:hover { color: #FF0000; text-decoration: underline; }
/*Vunshen div*/
.out {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 829px;
}
.head {
	width:829px;
	height:171px;
}
.menu {
	width:829px;
	height:69px;
}
.main {
	width:829px;
	background-image:url(img/bgrnd.jpg);
	background-repeat:repeat-y;
}
.bottom {
	width:829px;
	height:35px;
}
.left {
	float:left;
	width:529px;
}
.right {
	float:right;
	width:300px;
	margin-top:10px;
}
.left p {
	margin:20px 0px 0px 20px;
}
.right p {
	text-align:center;
}

