/* #666666 */

BODY { 
	background-color:#888; 
	margin:0px;
}


BODY, TH, TD {
	font-family:arial; 
	font-size: 12px;
	
}
.bodyTable {
	background-color:white;
}
	
a:link {
	COLOR: blue; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: arial;
	text-decoration: underline;
}

a:visited 	{
	COLOR: blue; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: arial;
	text-decoration: underline;
}

a:hover{
	COLOR: blue; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: arial;
	text-decoration: none;
}

a:active {	 
	COLOR: blue; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: arial;
	text-decoration: underline;
}

a.navLink:link {
	color:black;
	line-height: 16px; 
	font-family: arial;
	font-weight:bolder;
}

a.navLink:visited {
	color:black;
	line-height: 16px; 
	font-family: arial;
	font-weight:bolder;
}

a.navLink:hover {
	color:black;
	line-height: 16px; 
	font-family: arial;
	font-weight:bolder;
}

a.navLink:active {
	color:black;
	line-height: 16px; 
	font-family: arial;
	font-weight:bolder;
}



.copywrite {
	font-size: 11px;
	background-color: #FFF5C3; 
	border-top:1px solid #D4CEB1;
	
}

h1 {
	font-size:22px;
	margin-bottom: 0px;
}

h2 {
	font-size:16px;
	margin-bottom: 0px;
}

.boxOfText {
	border:solid 1px #ccc;
	background-color:#eee;
}
HR {
	color: #888;
	height:1px;
	
}

.outlineBox {
	border:inset 1px #FFEC8D;
	background-color:#FFFBE4;
}


/*
body { 
	background-image: url("gfx/bg.gif");
	background-repeat: repeat
}
*/


.sideBars {
	background-color:#8c8c8c;
}

td.sideBarLeft { 	
	width: 170px; 
	background-color: #FFF5C3; 
	background: url(gfx/sideBarLeft.gif); 
	background-repeat: repeat-y; 
} 

td.sideBarRight {
	width: 130px; 
	background-color: #FFF5C3; 
	text-align:center;
	background: url(gfx/sideBarRight.gif); 
	background-repeat: repeat-y; 
}






.bodyTD {
	padding:5px;
	
}