body {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 15px;
	scrollbar-3dlight-color:#AA0000;
	scrollbar-arrow-color:white;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:#660000;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-color: #660000;
	/*background-repeat: repeat-x;*/
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:  #FFFFFF;
	font-weight: bold;
}

/*table styling for main tables*/
.headertable {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 0px solid white;
}

.pagetitletable {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
	background: #660000 url(../images/pagetitletable_bg.jpg) no-repeat;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-top: 4px;
	font-size: 26px;
}

.bodytable {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
	background: black;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}

.basictable {
	font-size: 15px;
}

.smalltext  {
	font-size: 12px;
}
/*table style ENDS*/

/*image floats*/
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
