﻿body {
	margin:2% 2% 2% 2%;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000 !important;
	background-color: #ffffff;	
	overflow: auto;
}

object.applet, embed.applet, applet.applet {
	width: 468px;
	height: 600px;
	background-color: transparent;
} 

#main {
	height: 660px;
	padding: 30px;
	background-color: #fffce4;
	border: solid thin #000000;
}

#left {
	min-width: 468px;
	width: 470px;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
	float:left;
}

#right {
	height: 660px;
	padding-right: 2em;
	font-size: 0.8em;
	text-align: justify;
	overflow: auto;
	max-width: 50%;
}

#footer, #header {
	background-color: #000000;
	color: #ffffff;
	font-weight: bolder;
	font-size: 8pt;
	padding: 0.75em;
}

#header {
	font-size: 20pt;
	text-align: center;
	vertical-align: middle;
}

#ftl, #ftr, #footer, #header {
	height: 45px;
	max-height: 50px;
	min-height: 40px;
}

#ftl {
	text-align: left;
	overflow:hidden;
	float:left;
}

#ftr {
	overflow: hidden;
	float:right;
	max-width: 50%;
}

#divider {
	background-color: #000000;
	height: 660px;
	vertical-align: middle;
	float: left;
	width: 3px;
	margin-left: 30px;
	margin-right: 30px;	
}

li {
	margin-top: 0.45em;
}

ol.subol {
	list-style:upper-alpha;
}

img {
	border: none;
	vertical-align: text-bottom;
}

a { 
	border: none;
	text-decoration: none;
}
 
a.dark {
	color: #ec1414;
}

a.light {
	color: #ffcc00;
}

sup {
	font-weight: bolder;
}