/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg-gradient.bmp);
	background-repeat: repeat-x;
	margin:10px;
}



#wrapper {
	width: 752px;
	border: 1px solid #000000;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 8pt;
	text-align: justify;
	line-height:17px;
}


#titleimg {
	width:752px;
	height:140px;
	margin:0px;
	padding:0px;
}

#titleimg img {
	border-style: none;
}



#contentdiv {
	padding:0px 10px 20px 10px;
	background:#E2E1E0;
}

#sectionhead {
	padding:30px 0px 20px 0px;
	border:0px;
	display:block;
	overflow:hidden;
	font-family:"Trebuchet MS";
	font-size:12pt;
	cursor:default;
}

#maintext {
	margin:0px 30px 0px 30px;
	text-align:justify;
}

#maintext a {
	font-weight:bold;
}

img {
	border-style: none;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

a:link,a:visited {
	color:#666699;
	text-decoration:none;
}

a:active,a:hover {
	color:#9999CC;
	text-decoration:none;
}

input.textinput {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
