﻿<!--

body, p, td
{
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div,img
{
	margin:0px;
	padding:0px;
	border:0px;
}

table,tr,td
{
	padding:0px;
}

body
{
	background-color:#4188A4;
	magin:0;
	padding:0;
	height:100%;
	text-align:center;
}


.sidebar
{
	magin:0;
	padding-top:10px;
	padding-left:10px;
	border:0;
	text-align:left;
	vertical-align:top;
	border-right:1px solid black;
	background-color:#cccccc;
	font-size:8pt;
	width:140px;
	height:350px;
	background-repeat: no-repeat
}

.content
{
	padding:10px;
	border:0;
	text-align:left;
	vertical-align:top;
	border-top:0px solid black;
	font-size:9pt;
	color:#666666;
}

h1,h2,h3,h4
{
	margin: 0;
}


h1
{
	font-size: 17pt;
	font-variant: small-caps;
	color: #CC0033;
}

h2
{
	font-size: 10pt;
	margin: 0px;
	text-indent: 5px;
	font-weight: bold;
	font-style: italic;
}

h3
{
	font-weight: bold;
	padding-left: 5px;	
}


a:hover
{
	border-bottom: 1px solid #C99C05;
}

.footer
{
	border-top:1px solid black;
	font-size:8pt;
	height: 20px;
	text-align:center;
}

.placeholder
{
	magin:0;
	padding:0;
	border:0;
	height:100%;
	border-top:0px solid black;
}


.Error
{
	color: red;
}


/* Menu items */

.Menu, .MenuItem, .SelectedMenuItem, .MenuBar, .MenuItem a:link, .MenuItem a:visited, .MenuItem a:hover, .MenuItem a:active , .SelectedMenuItem a:link, .SelectedMenuItem a:visited, .SelectedMenuItem a:hover, .SelectedMenuItem a:active 
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #CC0033;
	text-align: left;
}

.MenuBar
{
	width: 100%;
}

.MenuItem a:link, .MenuItem a:visited, .MenuItem a:hover, .MenuItem a:active 
{
	color: #CC0033;
}

.SelectedMenuItem a:link, .SelectedMenuItem a:visited, .SelectedMenuItem a:hover, .SelectedMenuItem a:active 
{
	color: #C89A06;
}
