.baseText
{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12;
}

body
{
	inherit-class: baseText;
	margin: 0;
	background-color: Black;
	color: #EFEFEF;
}

th
{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12;
	font-weight: bold;
	border: solid 1px #afafaf;
	width: 100%;
	height: 20;
	background-color: Gray;
	cursor: move;
	/*background-image: url(../images/handle.gif);
        background-repeat: no-repeat;
        background-position: right center;*/
        background-image: url(../images/header_background.gif);
}

td
{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12;
	padding: 5;
}

a
{
	inherit-class: baseText;
	color: White;
	text-decoration: none;
}

a:hover
{
	inherit-class: baseText;
	color: White;
	text-decoration: underline;
}

.window td
{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12;
	background-color: #5f5f5f;
	padding: 5;
}

.banner td
{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12;
	
	padding: 5;
}


.baseAnchor
{
	inherit-class: baseText;
	color: #CFCFCF;
	text-decoration: none;
}

.baseAnchorHover
{
	inherit-class: baseText;
	color: white;
	text-decoration: none;
}

a.button
{
	inherit-class: baseAnchor;
	background-image: url(../images/button_background.gif);
	width: 117;
	height: 21;
	text-align: center;
	position: absolute;
}

a:hover.button
{	
	inherit-class: baseAnchorHover;
	background-image: url(../images/button_background_hover.gif);
	width: 117;
	height: 21;
	text-align: center;
}

.navigation_background
{
	background-image: url(../images/navigation_background.gif);
	position: absolute;
	left: 0;
	top: 0;
	width: 670;
	height: 21;
}

.navigation_corner
{
	background-image: url(../images/navigation_corner.gif);
	position: absolute;
	left: 670;
	top: 0;
	width: 50;
	height: 21;
}

.header_background
{
	height: 58;
	width: 100;
	left: 0;
	top: 0;
	position: absolute;
	background-image: url(../images/header_background.gif);
}

.header_corner
{
	width: 353;
	height: 58;
	background-image: url(../images/header_corner.gif);	
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 525;
}

.secondary
{
	position: absolute;
	left: 0;
	top: 80;
	background-image: url(../images/secondary_corner.gif);
	background-repeat: no-repeat;
	width: 	175;
	height: 250;
}

.content_corner
{
	background-image: url(../images/content_corner.gif);
	background-repeat: no-repeat;
	height: 242;
	width: 455;
	position: absolute;
	left: 175;
	top: 80;	
}

.content
{
	
}

.content_title
{
	font-family: Tahoma, helvetica, Arial;
	font-weight: bold;
	font-style: oblique;
	color: White;
	position: absolute;
	left: 170;
	top: 22;	
	width: 150;
	border-bottom: solid 1px white;
}

.content_description
{
	font-family: Tahoma, helvetica, Arial;
	font-size: 10;
	font-weight: bold;
	font-style: italic;
	color: White;
	position: absolute;
	left: 200;
	top: 42;	
	width: 150;		
}

a.menu
{
	inherit-class: baseAnchor;
	border: solid 1px #000000;
	width: 173;
	height: 21;
	text-align: center;
	background-image: url(../images/secondary_background.gif);
	position: absolute;
}

a:hover.menu
{
	inherit-class: baseAnchorHover;
	border: solid 1px #000000;
	width: 173;
	height: 21;
	text-align: center;
	background-image: none;
	background-color: Black;
}

.window
{
	width: 500;
	border: solid 1px gray;	
	position: absolute;
	z-index: 0;
	table-layout: fixed;
}

.blog_title{
               inherit-class: baseText;
               font-weight: bold;
}







