body { 
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #80A1AD;
	SCROLLBAR-SHADOW-COLOR: #80A1AD;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #80A1AD;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	background-attachment: fixed;
	background-image: url(img/bg_pages.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.borders {border: 1px solid #CC0000;}
.bordimages {border: 1px solid #000000;}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: thin #3D3F53 solid;
	background-color: #EEEEEE;
}

A:link {
	font-family: "Courier New", Courier, mono;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;

}
A:visited {
	font-family: "Courier New", Courier, mono;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;

}
A:active {
	font-family: "Courier New", Courier, mono;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;

}
A:hover {
	font-family: "Courier New", Courier, mono;
	color: #CC0000;
	text-decoration: underline;
	font-size: 11px;

}

A.image { 
	border: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

A.image:hover {
	border-top: 2px solid #CC0000;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
}
.text {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.textcol {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-style: oblique;

}
