body, html{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image:url("back.gif");
	background-position:center;
	background-repeat:repeat-y;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	text-align:center;
}
a:visited{
	color:#333333;
}
a:visited, a:link{
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
a:link{
	color:#000000;
}
a:hover, a:active{
	color:#000000;
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
div.button, div.innerbutton{
	text-align:center;
	width:115px;
	padding:2px;
	background:#423984;
	color:#FFFFFF;
	border:thin solid #FF0000;
	border-bottom-color:#120954;
	border-right-color:#120954;
	border-left-color:#7269B4;
	border-top-color:#7269B4;
}
div.innerbutton{
	width:auto;
	background:#524994;
	border-bottom-color:#221964;
	border-right-color:#221964;
	border-left-color:#8279C4;
	border-top-color:#8279C4;
}
a.buttonLink, a.buttonLink:visited, a.buttonLink:link, a.buttonLink:hover, a.buttonLink:active{
	width:100%;
	color:#FFFFFF;
	border-style:none;
	text-decoration:none;
}
div#headerWrapper{
	margin:0px auto;
	width:600px;
	height:110px;
	background-color:#FFFFFF;
}
h1, h2, h3{
	font-size:16pt;
	margin:5px 0 5px 0;
}
h2{
	font-size:14.5pt;
}
h3{
	font-size:13pt;
}
.normalText, .normalTextCenter{
	font-size:12pt;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
.normalTextCenter{
	text-align:center;
}
div#contentWrapper{
	margin:5px auto;
	width:600px;
	text-align:left;
}
div#footer{
	text-align:center;
	width:100%;
	float:left;
	border-top:thin solid #999999;
}
div#leftSide{
	border-right:thin solid #999999;
	width:120px;
	margin:0px;
	padding:4px;
	float:left;
}
div#center{
	margin:6px;
	padding:4px;
	float:left;
	width:450px;
}
.floatLeftCentered, .floatLeft, .floatRight{
	float:left;
	border-style:none;
	text-align:center;
	padding:5px;
	margin:0px;
}
.floatLeft{
	text-align:left;
	padding:10px;
}
.floatRight{
	float:right;
	text-align:right;
}
img{
	background:#C47500;
	border-width:thin;
	border-style:solid;
	border-bottom-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-left-color:#999999;
	border-top-color:#999999;
	border-color:#C47500;
}
p{
	margin:2px;
}
p.paragraph{
	margin:4px 0 15px 0;
}
ul{
	margin:0px;
	padding-left:15px;
}
li{
	padding-bottom:4px;
}
ol{
	padding-top:0px;
	margin-top:0px;
}
hr{
	border:none;
	background-color:#CCCCCC;
	color:#CCCCCC;
	height:1px;
	width:100%;
	margin:0px 0px 4px 0px;
}
.center{
	text-align:center;
	width:100%;
}
.left{
	text-align:left;
	width:100%;
}
.smallText{
	font-size:9pt;
}
.bold{
	font-weight:bold;
}
form{
	margin:0;
}
table{
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	
}
td{
	border:thin solid #999999;
	text-align:center;
}
tr.gray{
	background:#EEEEEE;
}
input:focus, textarea:focus {
	background: #fff;
	border: 1px solid #686868;
}
textarea, input {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 3px;
}