body, TD {
	background: White;
	color: Black;
	margin: 0px;
	padding: 0px;
}
em {
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	color: Black;
}


/* main formatting table */
.main {
	display: block;
	background: White;
	border: solid 1px Black;
	color: White;
	width: 800px;
	height: 550px;
	margin: 20px auto 0px auto;
	padding: 0px;
}

.sv {
	display: box;
	padding: 0;
	border: none;
	margin: 0px;
	width: 800px;
	height: 498px;
	text-align: center;
	color: Black;
	z-index: 20;
}

.menu {
	font-weight: normal;
	font-size: 14pt;
	line-height: 1;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
}

.topmenu {
	position: relative;
	margin: 0px 0px 0px 4px;
}

.footer {
	height: 22px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Georgia, "Time New Roman", serif;
	text-decoration: none;
	color: Black;
	text-align: center;
	border-top: solid 1px black;
}

.footer a {
	color: Black;
}

.logo {
      position: absolute;
	top: 0px;
	right: 1px;
	z-index: 50;
}

.mainarea {
	display: block;
}

.content {
	overflow: auto;
	width: 798px;
	height: 445px;
	margin-top: 50px;
	font-family: Georgia, "Time New Roman", serif;
	font-style: normal;
	font-variant: normal;
	font-size: 10pt;
	line-height: 140%;
	text-align: left;
/* Scrollbar staff */
	scrollbar-base-color:Black;
	scrollbar-arrow-color: Black;
	scrollbar-face-color: White;
	scrollbar-shadow-color: White;


}

.contenttext {
	margin: 0px 20px 20px 30px;
}

.contenttext img {
	padding: 0px 0px 0px 0px;
}

.content a {
	font-size: 10pt;
	color: Black;
	margin: 0px 7px 0px 0px;
	text-decoration: underline;
}

.content h2 {
	font-size: 12pt;
	color: Black;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: solid 18px #FF9900;
	padding-left: 6px;

}
.content h3 {
	font-size: 11pt;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-left: 24px;
}

.content .sidebar-r {
	float: right;
	padding: 10px;
	margin: 0px 0px 0px 5px;
	background-color: #FFCC99;
	color: Black;
	width: 200px;
	font-size: 8pt;
}

.content .sidebar-r h1 {
	font-size: 16pt;
}

.content .sidebar-r a {
	border: none;
	text-decoration: none;
}

.content .sidebar-r a:hover {
	border: none;
	text-decoration: none;
}

.content .sidebar-r img {
	border: 1px #996666;
	display: block;
}

.content h1 {
	color: #Black;
	font-size: 18pt;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.adline {
	text-align:center;
	margin: 2px auto 0px auto;
}


.indexpage {
	overflow: auto;
	width: 798px;
	height: 445px;
	margin-top: 50px;
	text-align: center;
}

/* End of types of main content area formatting */

#flashcontent {
 height: 80%;
 }
