body {
	background-image: url(layout/bg.jpg);
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	/*scrollbar properties*/
				scrollbar-face-color:#7B2E00;
				scrollbar-arrow-color:F1DA90;
				scrollbar-track-color:#7B2E00;
				scrollbar-shadow-color:'7B2E00';
				scrollbar-highlight-color:'F1DA90';
				scrollbar-3dlight-color:'8A856F';
				scrollbar-darkshadow-Color:'8A856F'
}			
a:link {
	color: #006600;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #006600;			
}

.small-text {
	font-size: 9px;
	font-style: italic;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.gry-content-box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


.copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.table-outline-black {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Announcment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.body-text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.body-header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}

