
body
{
	margin: 0px;
	font-family: Tahoma;
	background-color: #778899;
	color: #696969;
}
img
{
	border:none;
}
a:link, a:visited
{
	color: #696969;
}
a:hover
{
	color: #ff0000;
}

.cooldate
{
	font-size:8pt;
	text-transform:uppercase;
}
#tops
{
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff;
	width: 100%;
	background-color: #708090;
	background-image:url('media/bg2.gif');
	padding:5px 5px 5px 5px;
}
#tops a:link, #tops a:visited
{
	color:#ffffff;
}
.main
{
	/*background: black url('media/bg.gif');*/
	background-color: #ffffff;
	width:1200px;
}

#lsidebar
{
	padding-left: 5px;
	font-size: 10pt;
	background-color: #3c3c3c;
	width: 150px;
	margin-left: 5px;
	color: #ffffff;
}
#lsidebar a:hover
{
	color: #a9a9a9;
}
#lsidebar a:link, a:visited
{
	color:#ffffff;
}
.top
{ 
	color:#000000;
	background-color: #ffffff;
	width: 100%;
	border-bottom: #808080 2px solid; 
}

#foot
{
	background-color: #000000;
	width: 100%;
	padding-bottom: 5px;
	color: #ffffff;
}
#foot a:link, a:visited
{
	color:#ffffff;
}

.NewsLink
{
	font-size: 12pt;
	font-weight: bold;
}

#wrapdesc
{
	line-height: 1.3em;
	padding-left: 5px;
}

#wrapdesc a
{
	font-size:10pt;
}

#wrapdesc object
{
	visibility:hidden;
	height:0px;
	width:0px;
}
#wrapdesc embed
{
	visibility:hidden;
	height:0px;
	width:0px;
}

h1
{
	font-family:Tahoma;
	font-size:10pt;
}

/* lightbox */
.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content
{
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 500px;
	height: 400px;
	padding: 16px;
	border: 5px solid orange;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

/* lightbox */

.commbox
{
	background-color: #000000;
	border:solid 1px #3c3c3c;
	font-size:10pt;
	color:#ffffff;
}
.maincommbox
{
	background-color: #1B1814;
	border:solid 1px #3c3c3c;
	font-size:10pt;
	color:#ffffff;
}
#BlogBody
{
    font-weight:bold;
    font-size:12pt;    
}

#BlogBody img
{
    width:200px;
}