body { background-color: #000000; color: #FFFFFF; }

h1 { text-align: center; }

a { color: #006600; text-decoration: none; }
a:hover { color: #000070; }

a.darklink { color: #00FFFF; text-decoration: none; }
a:hover.darklink { color: #00FF00; }

a.lightlink { color: #000088; text-decoration: none; }
a:hover.lightlink { color: #005500; }

td.menubar 
{
   max-width: 150px;
   width: 150; 
   padding-left: 15px;
   padding-top: 10px;
   
   min-height: 100%;
   
   vertical-align: top;

   border-right: thin solid #000000;

   font-family: Arial;
   color: #000000;
   
   font-size: 8px;

}

td.main
{
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	
	min-width: 100%;
	
	vertical-align: top;
	
}

td.caption
{
	color: #000000;
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	font-stretch: wider;
	text-indent: 6;
		
	background-color: #000000;
	background-image: url("/tdcaptionb.png");
	background-repeat: repeat-x;
	
	padding-top: 1;
	padding-bottom: 2;
	
	margin-bottom: 0;
	
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	
}

td.darkcaption
{
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	font-stretch: wider;
	text-indent: 6;
	
	background-color: #000000;
	background-image: url("/hotr/tdcaption.png");
	background-repeat: repeat-y;
	
	padding-top: 1;
	padding-bottom: 2;
	
	margin-bottom: 0;
	
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	
}

td.cell
{
	color: #000000;
	background-color: #DFF0FF;
	font-family: Arial;
	
	margin-top: 0;
	
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
    border-right: thin solid #000000;
	
	padding: 1 2 1 2;
}

td.darkcell
{
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial;
	font-weight: bold;
	background-image: url("/hotr/bg.jpg");
	
	margin-top: 0;
	
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
    border-right: thin solid #000000;
	
	padding: 1 2 1 2;
}

td.sidecaption
{
	color: #000000;
	font-family: "Verdana";
	font-size: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-stretch: wider;
	text-indent: 6;
	vertical-align: top;
}

td.innerbox
{
	color: #FFFFFF;
	background-color: #000110;
	font-family: "Bookman Old Style";
	font-size: 16px;
	
	margin-top: 0;
	
	border-top: thin solid #AAAAAA;
	border-bottom: thin solid #777777;
	border-left: thin solid #AAAAAA;
    border-right: thin solid #777777;
	
	padding: 7 10 7 10;
}

.tbutton
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	
	width: 120px;
	height: 32px;
	
	background-image: url("buttonbk.jpg");
	background-repeat: repeat-x;
	
	cursor: pointer; 
	
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	
	border-left: 2px solid #999999; 
	border-top: 2px solid #999999; 
	border-bottom: 2px solid #555555; 
	border-right: 2px solid #555555;
}