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

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #181C32;
	text-decoration: none;
}

.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;	
}

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

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

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

.center { 
text-align: center;
}

.center table { 
margin-left: auto;
margin-right: auto;
text-align: left;
}

hr.hr1 {
/*  noshade: noshade; */
  color: #181C32;
/*  background-color: #181C42; */
  height: 1px;
}

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

table.main {
	border: 2px #FFFFFF solid;
	background-color: #96A7C3;
	cellpadding: 1;
	cellspacing: 0;
	width: 780
}
/* style="border-left:#FFFFFF 2px solid" style="border-right:#FFFFFF 2px solid" style="border-top:#000000 2px solid" style="border-bottom:#FFFFFF 2px solid" */

table.content {
	border: 0;
	cellpadding: 5;
	cellspacing: 0;
}

table.cellborder {
	border: 1px #FFFFFF solid
}
	
.text_headercell {
	font: bold normal 10pt/normal Verdana, Arial;
	color: #FFFFFF;
	margin: auto;
	background-color: #000000;
	background-position: center center;
	padding: 2px;
	text-align: center;
}

