@charset "UTF-8";
/* CSS Document */


/* used to position the contents in the center */

body, html {height: 100%;}
#outer {height: 100%; width:100%; overflow: visible;} /* or without overflow */
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */

/* end positioning */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #010101;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.box {
	border: 1px solid #010101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box2 {
	border: 1px solid #010101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#010101; 
}
.box3 {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#666666; 
}
.footerText { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#FFFFFF;
}
#menu *{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#FFFFFF; letter-spacing: 0.2em;
	text-decoration:none;
}
#subMenu *{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#FFFFFF; letter-spacing: 0.2em;
	text-decoration:none;
}
.menuTitle {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
}
.menuItem {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
table.displayTable {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.displayTable th, table.displayTable td {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px;
	font-size: 10px;
	font-family: Verdana;
}
a {
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}
