/* CSS Document */
body {
	font-family: Verdana;
	font-size: 9px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	padding-top:20px;
	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
	color: #333333;
}

#lineStyle {
		border: 0.1em #EBEBEB solid;
}
#textStyle100 {
	text-align:justify;
	font-family:Verdana, "Trebuchet MS"; 
	font-weight:100;
}
#textStyle200 {
	text-align:center;
	font-family:Verdana, "Trebuchet MS"; 
	font-weight:200;
	font-size:24px;
}
#footerStyle {
	text-align:right;
	font-family:Verdana, "Trebuchet MS";
	font-weight: 400;
	font-size: 9px;
	color: #FFFFFF;
	cursor:default;
	padding:5px;
}
.style1 {color: #FFFFFF}

a {
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}

.style2 {
	color: #666666;
	font-size:11px;
	font-weight: bold;
}

#mainTable {

	filter: RevealTrans(Duration=0.5, Transition=fade);
}

