/*********************************
 * GENERAL/Default Styles
 *********************************/

body {
	color:#37302A;
	margin:0px;
	background-color:#eeeeee;
	background-image:url('/images/bodybg.gif');
}

body, td {
	font-family:verdana, arial, sans-serif;
	font-size:10pt;
}

a, a:visited {
	color:#37302A;
}

a:hover {
	color:#D20039;
}

a:active {
	color:#009E48;
}

/*********************************
 * Midpage - Heading (Span 100%)
 *********************************/
div.mainheading {
	text-align:center;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	color:white;
	background-image:url('/images/bar.gif');
	background-color:#406692;
	border:1px solid #406692;
}


/*********************************
 * Midpage - Random Cam Boxes
 *********************************/

div.randomcamheader {
	font-weight:bold;
	padding:3px;
	text-align:center;
	color:white;
	border:1px solid #5C93D1;
	background-color:#5C93D1;
}

div.randomcamlinks {
	line-height:14pt;
	border-top:none;
	text-align:center;
	padding:3px 3px 7px 3px;
	border:1px solid #5C93D1;
	background-color:#EBEEE4;
}

div.subheading {
	text-align:center;
	font-weight: normal;
	color:white;
	font-family:arial, sans-serif;
	font-size:8pt;	
}

/*********************************
 * Right and Left Sidebars
 *********************************/
 
div.sidebarheader {
	font-weight:bold;
	padding:3px;
	text-align:center;
	/*background-image:url('/images/barXX.gif');*/
	color:white;
	border:1px solid #91998E;
	background-color:#91998E;
}

div.sidebarlinks {
	line-height:14pt;
	border:1px solid #91998E;
	border-top:none;
	padding:3px 3px 7px 3px;
	font-weight:bold;
	background-color:#EBEEE4;
}

div.sidebarlinks2 {
	line-height:14pt;
	border:1px solid #91998E;
	border-top:none;
	padding:15px 3px 15px 30px;
	font-weight:bold;
	background-color:#EBEEE4;
}


/*********************************
 * Make toplist links bold
 *********************************/

td.topreflink {
	font-weight:bold;
}


