/* CSS Document */
BODY {
	scrollbar-3d-light-color: #414141;
	scrollbar-arrow-color: "#ffffff";
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: "#000000";
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: "#dddddd";
	scrollbar-shadow-color: "#dddddd";
	
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url(Images/bg.gif);
}

td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3 {
	display: inline;
}

.redLink a {
	color:#FF0000;
	text-decoration:underline;
}

.pageTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#bottomMenu {
	background-image: url(images/bottomMenuBg.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}

.noline {
	text-decoration: none; color:#000000;
}
.noline a:link {
	text-decoration: none; color:#000000;
}
.noline a:visited {
	text-decoration: none; color:#000000;
}
.noline a:hover {
	text-decoration: none; color:#000000;
}
.noline a:active {
	text-decoration: none; color:#000000;
}

.style8 {
	font-size: x-small
}

.style9 {
	font-size: xx-small
}

.style11 {
	color: #000000
}

.copyright {
	font-size:10px;
	line-height:10px;
	text-align: right;
	color: #fbf8eb;
}

.goyText {
	color:#fbf8eb;
	vertical-align: top;
	font-size:14px;
}

.goyText a:link {
	color: #fbf8eb;
}

.goyText a:visited {
	color: #fbf8eb;
}

.goyText a:hover {
	color: #CC3300;
}
.goyText a:active {
	color: #fbf8eb;
}

.goyTextNoDec {
 	text-decoration: none;
}

/***************** LAYOUT DIV STYLES ********************/
div#goyHeaderDiv {
	margin: 0px auto;
	background-image: url(images/goyBg.gif);
	background-repeat: repeat-y;
	width: 769;

}

