﻿body
{
	background-color: #CECECE;
}


.CellStroke { border: solid 1px #000000; }

.LogoCell 
{
	background-color: #FFFFFF;
	text-align: center;
	width: 350px;
	}
	
.AccentCell
{
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	background-color: #FFFFFF;
	width: 350px;
	}	
	
.BottomStroke{border-bottom: #003366 1px solid;}
.Center{text-align: center !important;}

P 
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-align: justify;
	color: #000000;
}


a:link
{
	color: #cc0000;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

a:visited
{
	color: #cc0000;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: underline;
}

.LoginCell
{
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    background-color: #f0f0f0;
    text-align: center;
    width: 350px;
    height: 250px;
}	
	
.LoginDesc
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	color: #000000;
}

.LoginField
{
	border: solid 1px #000000;
	font-family: Verdana,Sans-Serif;
	font-size: 11px;
	color: #4B4B4B;
	padding: 2px 2px 2px 5px;
	width: 150px;
	height: 18px;
	}
	
.LoginError
{
	padding-right: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #CC0033;
	font-family: Verdana,Sans-Serif;
	text-align: right;
}

.LoginButton {
	font-family: Arial,Sans-Serif;
	font-weight : bold;
	color: #ffffff;
	font-size : 11px;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	background-color : #990000;
	border : 3px double #000000;
}
	



