a:link { color: #8A7A55; text-decoration: none }
a:active { color: #8A7A55; text-decoration: none }
a:visited { color: #8A7A55; text-decoration: none }
a:hover { color: #ffffff; text-decoration: none }



body {
filter:chroma(color=#FFFFFF);
	scrollbar-face-color: #00151E;
	scrollbar-highlight-color: #aeaeae;
	scrollbar-shadow-color: #00151E;
	scrollbar-3dlight-color: #00151E;
	scrollbar-arrow-color:  #aeaeae;
	scrollbar-track-color: #00151E;
	scrollbar-darkshadow-color: #00151E;
	font-family: Tahoma;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	cursor: default;
	background-image: url('images/contentbg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #536c73;
	margin-bottom:0px
	}
	
body#index {
	background-image: url('images/gradientbg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #536c73;
	margin-top:0px;
	scrollbar-face-color: #536c73;
	scrollbar-highlight-color: #aeaeae;
	scrollbar-shadow-color: #536c73;
	scrollbar-3dlight-color: #536c73;
	scrollbar-arrow-color:  #aeaeae;
	scrollbar-track-color: #536c73;
	scrollbar-darkshadow-color: #536c73;

	}

p {
	color: #AEAEAE;
	}

table {
	font-family: Tahoma;
	font-size: 12;
	color: #AEAEAE;
	}
	

#bottomright {
	position:absolute;
	bottom:0px;
	right:0px;
	}

#topleft {
	vertical-align:top;
	}
	
#link {
	cursor: pointer;
	}
