html {
	height: 99.99%
}
body {
	height: 99.99%;
	margin: 0%;
	padding: 0%;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%
}
div.errorMessage {
	font-size: 1.0em;
	color: #FF0000
}
div.warningMessage {
	font-size: 1.0em;
	color: #009900
}
#leftContainer, #rightContainer {
	text-align: center;
	width: 49.9%;
	height: 99.9%;
	position: relative;
	float: left
}
#leftContainer {
	color: #000000;
	background-color: #FFFFFF;
	overflow: auto
}
#leftContentContainer {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 99%;
	overflow: auto
}
#rightContainer {
	color: #FFFFFF;
	background-color: #000000
}
#rightContentContainer {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 99%
}
.corner_1, .corner_2, .corner_3, .corner_4 {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	width:175px;
	height:175px
}
.corner_1 {
	vertical-align:top;
	text-align:left
}
.corner_2 {
	vertical-align:top;
	text-align:right
}
.corner_3 {
	vertical-align:bottom;
	text-align:right
}
.corner_4 {
	vertical-align:bottom;
	text-align:left
}
/* Content */
.white {
	color: #FFFFFF
}
.black {
	color: #000000
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 1px
}
h1 {
	font-size: 1.0em;
	font-weight: bold
}
h2 {
	font-size: 0.8em;
	font-weight: bold
}
h3, h4, h5, h6 {
	font-size: 0.7em;
	font-weight: bold
}
.asterix {
	color: #FF0000
}
.bodyText, span.bodyText, td.bodyText, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-decoration: none
}
.title1, span.title1, td.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000099
}
.title2, span.title2, td.title2 {
	font-size: 0.75em;
	color: #FFCC33
}
.link, span.link, td.link {
	color: #0000FF
}
.link:hover, span.link:hover, td.link:hover {
	text-decoration: underline
}
a {
  cursor: pointer;
	text-decoration: underline
}
