/* GENERAL */

html
{
	height: 100%;
}

body
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	height: 100%;
}

form
{
	height: 100%;
}

div
{
	text-align: left;
}

h1
{
	background: white url(../images/heading.gif) repeat-y;
	color:White;
	font-family: Tahoma;
	font-size: 12px;
	border-bottom: dashed 1px #EFEFEF;
	padding-left: 5px;
	margin-bottom: -1em;
	white-space: nowrap;
}

h2
{
	font-family: Tahoma;
	font-size: 12px;
}

td
{
	vertical-align: top;
}

p
{
	font-family: Tahoma;	
	font-size: 11px;
}

a, a:active, a:visited, a:hover, a:link
{
	font-family: Tahoma;	
	font-size: 11px;
	border: 0;
}

img
{
	border-style: none;
}

/* CLASSES */
.Page
{
	width: 800px;
	border-top: solid 5px #EFEFEF;
	background: white;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 auto;
	height: 100%;
}

.Header
{
	padding-top: 30px;
	font-family: Tahoma;
	font-size: 10pt;
}

.Content
{
	
}

.MainContent
{
	width: 600px;
	float: left;
}

.SubContent
{
	width: 200px;
	float: right;
	background-color: #EFEFEF;
}

.ContentBlock
{
	padding: 0px 5px 0px 5px;
}

.Logo
{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

.Menu
{
	border-top: solid 1px #EFEFEF;
	background-color: #EFEFEF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	height: 14px;
	vertical-align: middle;
	white-space: nowrap;
	display: block;
}

.Menu li
{
	display: inline;
}

.Menu a, .Menu a:active, .Menu a:hover, .Menu a:link, .Menu a:visited
{
	text-decoration: none;
	color: Black;
	font-weight: bolder;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 1px white;
}

.Footer
{
	border-top: solid 1px #EFEFEF;
	text-align: center;
	clear: both;
	font-family: Tahoma;
	font-size: 10px;
	height: 30px;
	padding-top: 5px;
}

.Box
{
	border: solid 1px #EFEFEF;
	width: 250px;
}

.SideBox
{
	padding-left: 5px
}

.Example
{
	width: 100%;
	background-color: #EFEFEF;
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 10px;
}

/* FORMATTERS */
.CenterAlign
{
	text-align: center;
}

.Small
{
	font-size: xx-small;
}

.White
{
	background-color: White;
}

.Center
{
	text-align: center;
}