/* CSS Document */
html {
	height:100%;
	font-family:arial;
	font-size:11px;
	color: #000000;
	background-color:#ffffff;
}
body {
	padding:0px;
	margin:0px;
	text-align:center;
}

.head {
	width:932px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.content {
	width:932px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.bottom {
	clear:both;
	width:932px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #9d0d06;
	text-decoration: none;
}
b {
	color:#002f63;
}
strong {
	color:#000000;
}
.left{
	float:left;
}
.right{
	float:right;
}
.absolute{
	position:absolute;
}
.cursor{
	cursor:pointer;
}
.relative{
	position:relative;
}
.clearL{
	clear:left;
}
.clear{
	clear:both;
}