html,body
{
	font-size: 10.5pt;
	margin: 0px;
	padding: 0px;
}

/* Body background */
body
{
	background-image: url(../../images/common/logo.gif);
	background-repeat: no-repeat;
}

/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, a, li, input, select, textarea
{
	color: #999C8E;
	font-family: Bookman, Times Roman, serif;
}

h1
{
   font-size: 16pt;
}
h2
{
   font-size: 13pt;
}

/* General label properties */
label, a
{
   cursor: pointer;
   cursor: hand; /* for IE compatibility */
	font-weight: bold;
	text-decoration: none;
}

img
{
	border-width: 0px;
}

/* Ordinary paragraphs and list-items */
p, ul, ol
{
	font-size: 1.0em;
	margin-top: 0em;
	margin-bottom: 1.2em;
	padding-top: 0em;
}

/* This can be used to hide text from regular browsers while allowing it appear for text readers */
p.accessibility, li.accessibility
{
	display: none !important;
}

/* ================================================ Design ================================================== */

.menuband
{
	background-image: url(../../images/common/menuband.gif);
	background-repeat: repeat-x;
}

.menusep
{
	background-image: url(../../images/common/menusep.gif);
	background-repeat: no-repeat;
	width: 1px;
}

.colorband
{
	background-color: #E7EEF6;
}

/* =========================================== General form properties ========================================== */

/* No margin or padding on forms */
form
{
	margin: 0em;
	padding: 0em;
}

/* Input elements and textareas in general */
input, textarea
{
	border: 1px solid #000000;
	font-size: 1.0em;
}

/* ================================================ Page ================================================== */

/* This holds the entire page. It's this div that is horizontally
	centered within the browser window */
div#page
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 100%;
}

div#header
{
}

div#footer
{
}

#menu
{
	color: #999C8E;
	font-family: Tahoma, Helvetica, sans serif;
	font-variant: small-caps;
	font-size: 10pt;
}
#menu a
{
	color: #BEBFB4;
}

div#content
{
	background-color: white;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 300px;
	padding-left: 70px;
	padding-right: 70px;
	position: relative;
	text-align: left;
}
* html div#content
{
	height: 300px;
}

hr.bottomband
{
	color: #E7EEF6;
	background-color: #E7EEF6;
	height: 5px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

