html,body {
	background-color: #000000;
	margin:0;
        padding:0;
        height:100%;
        border:none;
}
body,td,tr {
	font-family: tahoma, arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px; 
}
#page {
	min-height: 100%;
}
h1 {
      margin: 0px;
      Color: #ffffff; 
      Font-Family: "Trebuchet MS", Sans; 
      Font-Size: 18px; 
      Letter-Spacing: -1px;
      padding-bottom: 7px;
}

h2 {
	margin: 0px;
	color: #CDCDCD;
	font-family: tahoma;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 4px;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;}

a {text-decoration: none; font-weight: bold; color: #ffffff;}
a:hover {text-decoration: bold; color: #EDB8D0;}

a.menu {text-decoration: none; color: #000000;}
a.menu:hover {text-decoration: underline; color: #808080;}






/* Internet Explorer (IE) 6 and below doesn't support min-height, so it needs to be hacked. */
* html #page {
	height: 100%
}
