/* CSS Document */

/*stylesheet start*/

body {
	font-family:Verdana, Arial, Helvetica, "Sans Serif";
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration: none;
	position: absolute;
	visibility: visible;
	

}

s {
	font-family:Verdana, Arial, Helvetica, "Sans Serif";
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}

p {
	font-family:Verdana, Arial, Helvetica, "Sans Serif";
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}

a {
font-family:Verdana, Arial, Helvetica, "Sans Serif";
font-size:10px;
color:#757575;
font-weight:normal;
text-decoration:none;
}

a:active {color:#757575}
a:visited {color:#757575}
a:hover {color:#757575;cursor:hand}

a.main:link {font-size:11px;color:#757575}
a.main:active {font-size:11px;color:#000064}
a.main:visited {font-size:11px;color:#757575}
a.main:hover {font-size:11px;color:#000064;cursor:hand}

a.nav:link {font-size:10px;color:#757575}
a.nav:active {font-size:10px;color:#000064}
a.nav:visited {font-size:10px;color:#757575}
a.nav:hover {font-size:10px;color:#000064;cursor:hand}


a.other:link {font-size:10px;color:#000064}
a.other:active {font-size:10px;color:#757575}
a.other:visited {font-size:10px;color:#000064}
a.other:hover {font-size:10px;color:#757575;cursor:hand}

#main {
	position:absolute;
	left:60px;
	top:15px;
	width:650px;
	height:400px;
	z-index:1;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 1px solid #000000;
	visibility: visible;
	overflow: hidden;
	vertical-align: middle;
}

#navbar {
	position:absolute; 
	left:60px; 
	top:440px; 
	width:652px; 
	height:40px; 
	z-index:2;
	visibility: visible;
	overflow: hidden;
}

#updates {
	position:absolute;
	width:230px;
	height:400px;
	visibility: visible;
	overflow: auto;
	left: 180px;
	top: 90px;
}
