/* CSS Document */

body
	{
	background: #fff;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	}
	
p, td, li
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
    line-height: 20px;
	}
	
#wrapper
	{
	width: 760px;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #000066;
	text-align: left;
	}
	
#ie5fix
	{
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
	}

a:link
	{
	font-weight: bold;
	color: #fff;
	background-color: #000066;
	text-decoration: none;
	}
	
a:visited
	{
	font-weight: bold;
	color: #fff;
	background-color: #000066;
	text-decoration: none;
	}
	
a:active
	{
	font-weight: bold;
	color: #deeeff;
	background-color: #000066;
	text-decoaration: none;
	}
	
a:hover
	{
	font-weight: bold;
	color: #deeeff;
	background-color: #000066;
	text-decoration: none;
	}
	
.topLinks
	{
	background: #000066;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.bottomLinks
	{
	background: #000066;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
.cellColor
	{
	background: url(images/background_stripes.gif);
	}
	
.copyright
	{
	background: #000066;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	
.title
	{
	background: #eee;
	font-weight: bold;
	color: #000066;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	
.cellSpacing
	{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.navList
	{
	list-style: url(images/bullets.gif) outside;
	margin-right: 10px;
	}

.navListBullet
	{
	font-size: 11px;
    margin-top: 10px;
	margin-bottom: 15px;
	}
	
#header h1
	{
	margin: 0;
	text-align: center;
	font-size:18px;
	}
	
#header h2
	{
	margin-left: 15px;
	margin-right: 15px;
	font-size:12px;
	text-align: center;
	}
	
#header h3
	{
	margin-left: 50px;
	margin-right: 50px;
	padding: 0.5em 5% 0.5em 5%;
	font-size:11px;
	text-align: center;
	border: 1px solid #000066;
	background-color: #deeeff;
	}
	
#header h4
	{
	font-size:12px;
	text-align: center;
	}
	
#header h5
	{
	font-size:11px;
	text-align: center;
	}
	
#header
	{
	display:block;
	}

.invisible
	{
	display: none;
	}
	
.colLeft { float: left; width: 200px; padding-left: 0px; padding-top: 20px; padding-bottom: 10px;}

.login { width: 200px; border: 0px solid #7595AE; background-color: #deeeff; padding: 0; margin: 0; }

.titleLogin { background-color: #eee; color: #000066; padding: 1px 0px; margin: 0 0 0 0; }

.loginTxt { padding: 0 5px; margin: 10px 0; }

