
BODY {
	background-color:	black;
	color:			white;
	font-family:		Tahoma,Arial,sans-serif;
	font-size:		10pt;
	}
BODY.inset {
	background-color:	black;
	color:			white;
	font-family:		Tahoma,Arial,sans-serif;
	font-size:		10pt;
	}
	
DIV.retainer {
	bottom:			0px;
	left:			0px;
	position:		absolute;
	right:			0px
	text-align:		center;
	top:			0px;
	vertical-align:		center;
	}

TABLE,TR,TH,TD {
	background-color:	transparent;
	font-family:		Tahoma,Arial,sans-serif;
	font-size:		10pt;
	}
TD.heading {
	color:			#cc9988;
	font-size:		1.5em;
	font-weight:		bold;
	padding-left:		2em;
	}
IFRAME {
	border:			none;
	padding:		0px;
	margin:			0px;
	}
IMG.link {
	cursor:			pointer;
	}
A,A:link,A:visited,A:hover,A:active {
	color:			orange;
	text-decoration:	none;
	}
A:hover {
	color:			yellow;
	}
A.nav,A.nav:link,A.nav:visited,A.nav:hover,A.nav:active {
	background-color:	#330033;
	color:			white;
	font-size:		1.1em;
	font-weight:		bold;
	float:			left;
	margin-top:		5px;
	padding:		5px;
	text-decoration:	none;
	width:			100%;
	}
A.nav:hover {
	background-color:	white;
	color:			#330033;
	}
TD.log {
	background-color:	#330033;
	color:			white;
	font-size:		0.9em;
	font-weight:		normal;
	text-decoration:	none;
	}
DIV.innerlog TABLE TR TH {
	background-color:	#660066;
	font-size:		8pt;
	}
DIV.innerlog TABLE TR TD {
	font-size:		8pt;
	}
DIV.innerlog {
	margin:			2px;
	height:			36px;
	overflow:		hidden;
	width:			196px;
	}
SPAN.nav {
	background-color:	#660066;
	color:			white;
	font-size:		1.1em;
	font-weight:		bold;
	float:			left;
	margin-top:		5px;
	padding:		5px;
	text-decoration:	none;
	width:			100%;
	}
DIV.hidden {
	display:		none;
	}
TD.text {
	background-color:	#330033;
	color:			white;
	font-family:		Tahoma,Arial,sans-serif;
	font-size:		10pt;
	padding:		1em;
	text-align:		justify;
	}
TD.body {
	background-color:	#333333;
	color:			white;
	font-family:		Tahoma,Arial,sans-serif;
	font-size:		10pt;
	padding:		1em;
	text-align:		justify;
	}
P.title {
	font-size:		1.5em;
	font-weight:		bold;
	}
P.subtitle,P.caption {
	color:			yellow;
	font-size:		1.2em;
	font-weight:		bold;
	}
TD.team {
	background-image:	url('/images/logobar.jpg');
	background-position:	top left;
	background-repeat:	no-repeat;
	}
DIV.shot,DIV.thumb {
	background-color:	black;
	border:			1px solid green;
	color:			#99cc99;
	float:			left;
	font-size:		8pt;
	height:			144px;
	margin:			2px;
	padding:		2px;
	text-align:		left;
	vertical-align:		top;
	width:			102px;
	}
DIV.shot {
	clear:			left;
	}
DIV.shot>IMG,DIV.thumb>IMG {
	cursor:			pointer;
	}
IMG.right {
	border:			1px solid green;
	float:			right;
	margin:			1em;
	}