body.Background {
	background-color: #000000;
	background-image:  url(Images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Arial;
}

body.Main {
	/*scroll bar styles */
	scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color: #000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#2A61A4;
    scrollbar-arrow-color:#9EA8B1;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-track-color: #9EA8B1;
	
	background-image:   url("Images/InsideBackground.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 11px;
	margin-left: 2;
}
td {
	font-family: Arial;
	font-size: 11px;
}
font.Title {
	font-family:Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}

A:link {
	color: #000000;
	cursor: default;
	text-decoration: none;
}

A:visited {
	color: #000000;
	cursor: default;
	text-decoration: none;
}

A:hover {
	color: #3366FF;
	cursor: default;
	text-decoration: underline;
}

.Menu {
	position: absolute;
	bottom: 7px; 
	left: 100px;
	font-family: Arial;
	font-size: 10px;
}

.MainFrame {
	position:absolute;
	bottom: 36px;
	left: 86px;
	border: solid 1px #2A61A4;
}

.Sotw {
	position:absolute;
	bottom: 68;
	left: 405;
}