/* CSS main*/
html,body {height:100%;}

body {
	background-color:#000000;
	color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.07em;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

p,li,h1,h2,h3,td,th,caption,input,select,textarea,table { 
  font-family:Arial, Helvetica, sans-serif, Tahoma, sans-serif; font-size:12px; color:#EEEEEE;
	line-height: 18px; 
	letter-spacing: 0.07em;
	font-weight: normal;
  }

th { font-size:12px; color:#EEEEEE; font-weight:bold; background-color:#EEEEEE; }
h1 { font-size:12px; color:#EEEEEE; }
h2 { font-size:12px; color:#EEEEEE; }
h3 { font-size:10px; color:#EEEEEE; }

.border {
	border: 1px solid #EEEEEE;
}
.border2 {
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px none #EEEEEE;
}

.bordertext {
	padding: 3px;
}

a:link { color:#EEEEEE; font-weight:normal; text-decoration:underline; }
a:active { color:#EEEEEE; font-weight:normal; text-decoration:underline; }
a:visited { color:#EEEEEE; font-weight:normal; text-decoration:underline; }
a:hover  { color:#DDDDDD; font-weight:normal; text-decoration:underline; }

.TableSize {
height:100%;
width: 100%;
}
