﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #181C42;
	color: #181C42;
	font-family: 'Verdana', 'Arial', 'MS Sans Serif';
	font-size: small;
}

a:link {
	color: #181C42;
	text-decoration: underline;
}
a:visited {
	color: #181C42;
	text-decoration: underline;
}
a:hover {
	color: #96A7C3;
	text-decoration: underline;
}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
.navbar a:hover {
	color: #181C42;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;	
}

.popborder a:link {
	border-width: 0px;
}
.popborder a:visited {
	border-width: 0px;
}
.popborder a:hover {
	border:1px #96A7C3 solid;
}

.footerbar a:link {
	color: #181C42;
	text-decoration:: none;
}
.footerbar a:visited {
	color: #181C42;
	text-decoration: none;
}
.footerbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bluelink a:hover {
	color: #96A7C3;
	text-decoration: underline;	
}
.bluelink a:link {
	color: #96A7C3;
	text-decoration: underline;
}
.bluelink a:visited {
	color: #96A7C3;
	text-decoration: underline;
}

.navbartext {
	line-height: 24px;
	font-weight:bold;
}

.navbarbullet {
	color: #181C42;
	font-weight: bold; 	
}

.pageheader {
	color: #FFFFFF
}

.center { 
	text-align: center;
}

.left {
	text-align:left;
}

hr.hr1 {
/*  noshade: noshade; */
	color: #96A7C3;
/*  background-color: #181C42; */
	height: 2px;
}

table.shell {
	border: 1px #FFFFFF solid;
	background-color: #96A7C3;
	cellpadding: 0;
	cellspacing: 0;
}

table.main {
	border: 2px #FFFFFF solid;
	color: #181C42;
	background-color: #96A7C3;
	cellpadding: 0;
	cellspacing: 0;
	width: 780;
}

table.content {
	border: 0;
	background-color: #FFFFFF;
	color: #181C42;
	cellpadding: 0;
	cellspacing: 0;
	text-align:left;
}

table.cellborder {
	border: 1px #FFFFFF solid;
}
	
.text_headercell {
	color: #FFFFFF;
	margin: auto;
	background-color: #181C42;
	background-position: center center;
	padding: 2px;
	text-align: center;
	font-weight:bold;
}


