body {
	margin:0px;
}

#bg, #bg2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:-200;
}
#bg2 {
	z-index:-150;
}

a {
	text-decoration:none;
	color:black;
	font-family:Tahoma;
	font-size:13px;
}

#logo {
	margin-top:5px;
	margin-left:40px;
}

#main_table {
	margin:0px auto 20px 20px;
}

#top_nav {
	margin-top:-14px;
	text-align:center;
}

#top_nav img {
	vertical-align:middle;
	border:0px;
}

.page_nav {
	padding-left:15px;
	padding-right:15px;
	height:37px;
	padding-top:8px;
	display:inline-block;
}
.page_nav:hover {
	color:#991B00;
}
.page_nav_selected {
	background-image:url('images/marker.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

#selectors {
	position:absolute;
	left:720px;
}
.selector {
	background-image:url('images/selector.png');
	background-repeat:no-repeat;
	height:35px;
	text-align:right;
	padding-right:20px;
	margin-bottom:15px;
	cursor:pointer;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
.selected {
	background-image:url('images/selected.png');
}
.selector_hover {
	background-image:url('images/selector_hover.png');
}

#content_wrapper {
	padding:10px 78px 5px 10px;
	font-family:Calibri, Arial;
	font-size:11pt;
	text-align:justify;
}

#content_wrapper h1 {
	font-size:14pt;
	color:#99392C;
}

#content_wrapper a {
	color:#6C8DC7;
}

#content_wrapper a:hover {
	color:#99453E;
}

#vncopen_ss {
	font-size:18px;
	font-weight:bold;
	color:#BFBFBF;
	text-align:center;
	margin-top:10px;
}

#vncopen_ss a, #vncopen_ss img {
	border:0px;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
}





























#tl {
	background-image:url('images/tl.png');
	height:24px;			width:24px;
}
#tc {
	background-image:url('images/tc.png');
	height:24px;			
}
#tr {
	background-image:url('images/tr.png');
	height:24px;			width:24px;
}


#ml {
	background-image:url('images/ml.png');
	width:24px;
}
#mc {
	background-color:white;
}
#mr {
	background-image:url('images/mr.png');
	width:24px;
}


#bl {
	background-image:url('images/bl.png');
	height:24px;			width:24px;
}
#bc {
	background-image:url('images/bc.png');
	height:24px;			
}
#br {
	background-image:url('images/br.png');
	height:24px;			width:24px;
}