/* */
body
{
	scrollbar-face-color: #330000;
	scrollbar-shadow-color: #1A0000;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #666666;
        
}

/* */
.bg
{
	margin: 15% 0px 1px 5px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	clip: rect( );


}


/* */
.introbox
{
	position: relative;
	width: 50%;
	margin: 0px 0px 1px 15%;
	padding: 3px;
	text-align: center;
}

.introtext
{
	margin: 0px 1px 1px 5px;
	padding: 3px;
	text-align: center;
	text-indent: 45%;
	text-transform: none;
	text-decoration: none;
}

.introtext a:link, .introtext a:active, .introtext a:visited
{
	margin: 0px 1px 1px 5px;
	padding: 3px;
	text-align: center;
	text-indent: 45%;
	text-transform: none;
	text-decoration: none;
}


.introtext a:hover
{
	margin: 0px 1px 1px 5px;
	padding: 3px;
	text-align: center;
	text-indent: 45%;
	text-transform: none;
	text-decoration: none;
	color: red;
}

/* Main Column */

.maincolumn
{
	margin-bottom: 5px;
	width: 95%;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
	list-style-image: url(../img/crossbullet.png);
	border-bottom-color: #999999;
	border-bottom-style: none;
	border-bottom-width: 1px;
}