@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
	
html {
/* this is a hack to force scrollbars on at
all times so that the page does not jump
when going from short to long pages */
	height: 100%;
	margin-bottom: 1px;
	overflow:scroll-y;
}

html, body { height: 100%; /* Required */
}

body {
	background-color: #0066FF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	background-position: center top;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

.contentbg {
	text-align: center;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0 auto;
}

.wmimage {
	text-align: center;
	background-image: url(images/wmimage_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	
}
.aright { text-align: right; }

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.lineheight1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 20px;
}

.b1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.hd1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.hd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f00000;
	font-weight: bold;
}

.border1px { border: 1px solid #000000; }

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #604A0B;
}

.lists1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	list-style-type: disc;
	padding-left:20px;
	list-style-position: inside;
	text-align: left;
	white-space: normal;
}

.lists2, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	list-style-type: none;
	padding-left:20px;
	list-style-position: outside;
	text-align: left;
	white-space: normal;
	background-image:url(images/li-body.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom:3px;
}


.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	line-height: 16px;
}
