a:link {
	background-color: transparent; /*color: #00CD00;
	*/
	color: #BDB76B;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background-color: transparent; /*color: #00CD00;
	*/
	color: #BDB76B;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #AA2329;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}



body {
	background: url(../img/bg4.gif) #000000 no-repeat fixed top center; 
	/* background-color : #000000;
    background-image : url('../img/bg4.gif');
    background-position : top left;
    background-repeat : no-repeat;
    background-attachment: fixed; */
	
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #AA2329;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #AA2329;
	scrollbar-shadow-color: #AA2329;
	scrollbar-track-color: #000000;
	width: 90%;
	color: #F5F5F5;
}

h1 {
	background-color: transparent;
	color: #FFFFFF;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	text-align: left;
}

h2 {
	background-color: transparent;
	color: #FFFFFF;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	text-align: left;
}

p{
	text-align: left;
}

table {
	background-color: transparent;
	color: #FFFFFF;
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.buttons {
	background-color: transparent;
	border: 1px solid #808080;
	color: #FFFFFF;
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	padding: 3px;
	vertical-align: middle;
}

.hilite {
	background-color: #AA2329;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: top;
}

.hrgray {
	background-color: transparent;
	color: #808080;
}

.imgborder {
	border: 1px solid #FFFFFF;
}

.inputfield {
	background-color: transparent;
	border: 1px solid #808080;
	color: #808080;
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	padding: 5px;
	vertical-align: middle;
}

.spaced {
	letter-spacing: 1px;
	line-height: 20px;
}

.strike {
	background-color: #000000;
	color: #585858;
	text-decoration: line-through;
}


.textareascroll {
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: gray;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: gray;
	scrollbar-shadow-color: gray;
	scrollbar-track-color: #000000;
	height: 150px;
 	width: 400px; 
	text-align:left;
}

