@charset "utf-8";
/* CSS Document */
 
 body 
 {
	font-size:12px; 
	font-family:Trebuchet MS;verdana,arial,sans-serif;
	color:#dddddd;
	background-color:#000000;
	margin:0;
	 
 } /*Font-size: 1.0em = 11px when browser default size is 16px*/


 h1
 {
	font-family:calibri;
	font-size:20px;
	font-style: italic;
 }


 .smallLink 
 {
	font-size:11px; 
	font-family:Trebuchet MS;verdana,arial,sans-serif;
	color:#dddddd;
 }

 .smallLink: visited
 {
 	font-size:11px;
	color:#dddddd;
 }

 .thb
 {
	border:1px solid #555555;

 }

 a
 {
	color:#dddddd;
	font-size:11px;
	text-decoration:none;
 }

 a:hover
 {
	color:#dddddd;
	font-size:11px;
	text-decoration:underline;
 }

 a:visited
 {
 	color:#dddddd;
	font-size:11px;

 }

 td
 {
 	color:#dddddd;
	font-size:12px; 
	font-family:Trebuchet MS;verdana,arial,sans-serif;
 }


.imgFrame 
{
	border:1px solid #666666
}

.imgName
{
	height:20px;
	text-align:center;
}


.footer
{
	
	border:1px solid #666666;
	color:#dddddd;
	font-size:11px;
	padding:5px;
}


.footer	 td
{
	
	
	color:#eeeeee;
	font-size:11px;
	padding:5px;
	
}

.footer a
{
	
	
	color:#eeeeee;
	font-size:11px;
	
}

.border1
{
	border:1px solid #666666;

	padding:4px;
}