body {
	background-color: #CCCCCC;
	margin: 0px;
}
body, p, a, li, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.errortext {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.successtext {
	display:block;
	color:#00BB00;
	padding-left: 40px;
	width: auto;
	overflow:hidden;
	margin-bottom:20px;
	line-height:30px;
	font-size: 18px;
	background-position: left center;
	background-image:url(images/image-correct-30.png);
	background-repeat: no-repeat;
	min-height:30px;
}
a:link {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #1D3E93;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #EC164F;
	text-decoration: underline;
}

a.mainnav:link {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainnav:visited {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainnav:hover {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #F2F3F4;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #1D3E93;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #EA164E;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #1D3E93;
	text-decoration: none;
}
.footer {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #1D3E93;
	text-decoration: none;
}
a.footer:link {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #1D3E93;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #1D3E93;
	text-decoration: underline;
}
a.footer:hover {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #EA164E;
	text-decoration: underline;
}

.redtitle {
	font-size: 18px;
	font-weight: bold;
	color: #EC164F;
	text-decoration: none;
}
.whitetitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bluetitle {
	font-size: 18px;
	font-weight: bold;
	color: #1D3E93;
	text-decoration: none;
}
.tablealt {
background-color: #DEDFEF;
}
.tablemain {
background-color: #FFFFFF;
}

table.maincontent
{
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}
.text { 
	background-color:#FFFFFF;
	border: 1px #1D3E93 solid;
	border-radius: 5px;
	width:400px;
	
}
.text:focus {
	background-color:#DEDFEF;
}
.row_alt td { 
	background-color: #DEDEDE;
}
.row_nor td { 
	background-color:#EEEEEE;
}
#loginpanel {
	text-align: right;
	display: block;
	float: right;
	}
#loginpanel p {
	margin:0px;
}
.breadcrumbs { 
	margin:0px;
	font-size:10px;
}
.breadcrumbs a {
	font-size: inherit;
}
