﻿* {
    padding: 0;
    margin: 0;
}

html, body {
	min-height:100%;
	min-width:100%;
	width:100%;	
	height:100%;
}

body 
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    font-weight: normal;
    color:Black;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	min-height:100%;
	min-width:100%;
	height:100%;
	width:100%;	
}

.CompanyLogo
{
	height:80px;
	float: none;
	text-align: left;
	background-color: #212121;
}

.HeaderTextBox
{
	width: 100%;
	min-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: Black;
	background-color: #F6FFE3;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	padding-top:0px;
	padding-bottom:0px;
}

.HeaderLinkBox
{
	width: 100%;
	min-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
	background-color: #F6FFE3;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	text-align: center;
	vertical-align: middle;
}

.mHeaderLinkBox
{
	width: 100%;
	min-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
	background-color: #FFFF99;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #000000;
	text-align: center;
	vertical-align: middle;
}

.mHeaderTextBox
{
	display: -wap-marquee;
    -wap-marquee-loop: infinite;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: Black;
}

.DefaultPageMain
{
	padding: 0;
	margin: 0 auto;
	border-style: none;
	border-width: 0px;
	width: 100%;
	min-width: 100%;
	min-height:65%;
	vertical-align: top;
	background-color: White;
}

.mDefaultPageMain
{
	padding: 0;
	margin: 0 auto;
	border-style: none;
	border-width: 0px;
	width: 250px;
	min-width: 100%;
	min-height:65%;
	vertical-align: top;
	background-color: White;
}

.mRow
{
	
}

.Row
{
	
}

.BalCol1
{
	text-align:right;
}

.BalCol2
{
	text-align:left;
}

.DefaultPageLeft
{
	vertical-align:top;
	background-color: #D9E8FF;
}

.DefaultPageMiddle
{
	width: 82%;
	height: 100%;
	text-align: left;
	vertical-align: top;
}

.DefaultPageRight
{
	vertical-align:top;
	background-color: #D9E8FF;
	height:100%;
	text-align:left;
}

.PageColor
{
    background-color: white;
    color:Black;
}

.PageBarColor
{
	background-color: #c3d9ff;
	color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}	

.Footer
{
	width: 100%;
	height: 20px;
	vertical-align:top;
	background-color: white;
	padding: 4px;
}

.FooterLinkBar
{
	text-align: center;
	color: #FFFFFF;
	background-color: #cccccc;
	font-size:smaller;
	vertical-align:top;
}

.mFooterLinkBar
{
	text-align: center;
	color: #FFFFFF;
	background-color: #cccccc;
	font-size: smaller;
	vertical-align: top;
}

a
{
	color: #0000ff;
}

div.FooterLinkBar, div.FooterLinkBar, a:visited
{
	color: #0000ff;
}

.FooterCopyrightLine
{
	text-align: center;
	margin: 0 auto;
    background-color: inherit;	
	color: Gray;
	font-family: Arial;
    font-size: small;
}

.mFooterCopyrightLine
{
	text-align: center;
	margin: 0 auto;
    background-color: inherit;	
	font-family: Arial, Helvetica, sans-serif;
    font-size: small;
	display: -wap-marquee;
    -wap-marquee-loop: infinite;
	color: Black;
}

.Center
{
	text-align: center;
	margin: 0 auto;
}

.Center
{
	margin: 0 auto;
	text-align:-moz-center;
}

#container 
{
	min-height: 100%;
	height:100%;
    background-color: white;
	width:100%;
	margin: 0 auto;	
}
.GridItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.Error
{
	color: #ff0000;
}

.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height:25px;
    vertical-align:middle;
}

.upper 
{
    list-style-type: upper-alpha;
}

