BODY {
	background : Black;
	font-family : Arial, Helvetica, sans-serif;
	color : Yellow;	
	font-variant : normal;
	font-weight : normal;
	scrollbar-3dlight-color : Gray;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #454545;
	scrollbar-track-color : #666666;
	scrollbar-highlight-color : Silver;
	scrollbar-shadow-color : Black;
	scrollbar-arrow-color : #B99E00;
	margin : 0px 0px 0px 0px;
}

.main {
	background-color : Black;
	width : 800px;
	height : 85%;
	border : none;
	padding : 0px;
}


.content {
	background : url(images/vid_tile.gif) repeat-y left;
	width : 522px;
	height : 100%;
	padding : 0px;
}

.scanline {
	background : url(images/base_tile.gif) repeat bottom;
	width : 119px;
	padding : 0px;
}

.left_tile {
	background : url(images/left_tile.gif) repeat top;
	width : 85px;
}

.right_tile {
	background : url(images/right_tile.gif) repeat top;
	width : 74px;
}

.default {
	font-size : x-small;
	color : Yellow;
}

.white {
	font-size : x-small;
	color : white;
}

A:LINK {
	text-decoration : none;
	color : White;
}

A:VISITED {
	text-decoration : none;
	color : White;
}


A:HOVER.default {
	color : White;
	text-decoration : underline;
}

.breadcrumb_current {
	font : small-caps 12px Arial, Helvetica, sans-serif;
	color : #FFD700;
}

.breadcrumb_past {
	font : small-caps bolder 12px Arial, Helvetica, sans-serif;
	color : #696969;
}
.date {
	background-color : #696969;
	color : White;
	font : normal small-caps xx-small Arial, Helvetica, sans-serif;
	text-justify : distribute-all-lines;
}

.white_small {
	font-size : xx-small;
	color : white;
}

.gold_small {
	font-size : xx-small;
	color : #FFD700;
}

UL {
	list-style : square outside;
	color : White;
}

A:HOVER.media {
	background-color : #DAA520;
	color : White;
	font : normal normal x-small Arial, Helvetica, sans-serif;
}

.alert {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	font-variant : small-caps;
}
