body {
margin: 0px;;
padding: 0px;
background-color: #000;
}
	
	ul li {
	font-family:Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size:13px;
	line-height: 18px;
	list-style-type: circle;
	}
	
	p {
	margin: 0px;
	padding: 0px;
	}
	
	HR {
	size: 1px;
	color: #000;
	}
	
	.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg-body {
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-form {
	background-image: url(images/form-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.window {
padding-top: 2px;
padding-right: 2px;
}

	/* LINK STYLES */
	
	a:link {color: #88b0e3; text-decoration: none;}
 a:visited {color: #88b0e3; text-decoration: none;}
 a:active {color: #88b0e3; text-decoration: none;}
 a:hover {color: #ecac22; text-decoration: none;}
	
	/* HEADER STYLES */
	
h1 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #88b0e3;
	padding-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
h2 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #88b0e3;
	padding-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
	h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
 text-transform: uppercase; 
 color: #003368;
	padding: 0px;
	margin: 0px;
	}
	
	h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
 text-transform: uppercase; 
 color: #444;
	padding: 0px;
	margin: 0px;
	}
	
	h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
 color: #444;
	}
	
		h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
 text-transform: uppercase; 
 color: #fff;
	padding: 0px;
	margin: 0px;
	}
	
		/* TEXT STYLES */
		
	.bodytext {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
	border: 0px;
	line-height: 18px;
}

	.bodytext-w {
 font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	border: 0px;
	line-height: 18px;
}

	.bodytext-b {
 font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	border: 0px;
	line-height: 18px;
}

.navtext {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.color-text {
 font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:9px;
	font-weight: normal;
}

.footer {
 font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:10px;
	font-weight: bold;
}

.footer a:link, .footer a:visited, .footer a:active {
color: #fff;
}

	/* FORM STYLES */

.formborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.formnopadd {
	margin: 0px;
	padding: 0px;
}

.formnoborder {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* CSS BUTTON STYLES */

.button a {
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
font-variant: small-caps;
text-decoration: none;
text-align: center;
padding: 12px 0 0 0;
display: block;
width: 184px;
height: 42px;
background-image: url(images/btn_css.jpg);
background-repeat: no-repeat;
}
.button a:hover, .button a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
color: #fff;
font-variant: small-caps;
text-decoration: none;
text-align: center;
padding: 12px 0 0 0;
display: block;
width: 184px;
height: 42px;
background-image: url(images/btn_css_on.jpg);
background-repeat: no-repeat;
}


