* 
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-family: Segoe UI, Lucida Sans, Arial, Times New Roman;
	font-size: 11px;
}

* html #Page
{
	height: 100%;
	overflow: hidden;
}

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #4C4C4C;
	height: 100%;
	overflow: auto;
	scrollbar-base-color: #00237D;
	scrollbar-face-color: #00237D;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #82A6D1;
	scrollbar-highlight-color: #647DBC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #00154C;
	scrollbar-darkshadow-color: #000000;
}

div.Page
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	min-height: 100%;
}

.LinkCell
{
	text-align: center;
	vertical-align: bottom;
	color: white;
}

.LoginCell
{
	vertical-align: middle;
	text-align:right;
}

table.FullTable
{
	width: 100%;
	height: 100%;
}

.LogoCell
{
	background-image: url(images/logo_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	text-align: center;
	vertical-align: middle;
}

.MainTableHolderCell
{
	background-color: #FFFFFF;
}

.MainTable
{
	width: 780px;
	border-collapse: collapse;
}

.MainImageContentPane
{
	width: 875px;
	height: 320px;
	background-color: White;
}

.SeparatorRow
{
	height: 5px;
}

.SeparatorColumn
{
	width: 5px;
}

.WhiteBackground
{
	background-color: White;
}

.MainTextContentPane
{
	text-align: left;
	width: 605px;
	height: 160px;
	background-color: #82A6D1;
	color: #FFFFFF;
}

.LinkPane
{
	width: 160px;
	height: 160px;
	background-color: #ED922A;
	color: #FFFFFF;
	vertical-align: text-top;
	text-align: left;
}

.CopyrightCell
{
	font-size: 10px;
	color: white;
	text-align: left;
}

.LogoCell
{
	width: 210px;
	height: 79px;
}

img.LogoCell
{
	width: 100%;
	height: 100%;
}

.EmphasisedText {
	font-weight: bold;
	color: #00237D;
}

.smTextbox
{
	height:18px;
	font-size:11px;
	border-right-style: solid;
	border-right-color: #AAAAAA;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #4C4C4C;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #4C4C4C;
	border-top-width: 1px;
	background-color: #F0F0F0;
	width: 100px;
}

.StandardText {
	color: #FFFFFF;
}

.smButton
{
    height: 18px;
    background-color: #1A3675;
    border-left:1px solid #4F6EA8;
    border-top:1px solid #4F6EA8;
    border-right:1px solid #0C1A35;
    border-bottom:1px solid #0C1A35;
    font-size: 9px;
    color: #FFFFFF;
    padding:1px 3px;
    cursor:pointer;
    font-weight:bold;
    display:inline;    
}

a
{
	color: Silver;
	text-decoration: none;
}

a.normal
{
	color: White;
	text-decoration: underline;
}

a.normal:hover
{
	color: #00237D;
	text-decoration: none;
}

a:hover
{
	color: White;
}

a.WhiteLink
{
	color: White;
}

a.WhiteLink:hover
{
	font-weight: bold;
}

a.WhiteLinkEm
{
	font-weight: bold;
	color: White;
}

a.WhiteLinkEm:hover
{
	font-weight: bold;
	color: #00237D;
}

.WhiteLinkSelected
{
	font-weight: bold;
}

.menuSelected
{
	color: White;
}

.button
{
	width: 60px;
	height: 18px;
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	background-position: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: #4F81BD;
	border-top-color: #4F81BD;
	color: White;
}

.TextBox
{
}