﻿  body
{
	font-family: Arial;
	font-size: 8pt;
	color: #3e3e3e;
	background-color:#CCCCCC;
}
td, input, textarea, select
{
	font-size:8pt;
}

a 
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

table.page_layout 
{
	border:solid 1px black;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
}

td.banner
{
	background-color:#E12026;
}

.logo
{
	position: relative;
	height: 85px;
	background-image: url(/images/Header_NSDB.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 560px;
}

.msg
{
	float: right;
	font-weight: bold; 
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	text-transform: uppercase;
}

td.usermenu
{
	padding:3px 10px 3px 10px;
	background-color:#E9E9E9;
	border-bottom:1px solid black;
}

td.menu 
{
	padding:10px 10px 10px 10px;
	background-color:#F4FDFF;
	width:150px;
	border-right:1px dashed black;
}

td.content
{
	padding:10px 10px 10px 10px;
	background-color:White;
	width:550px;
	height:300px;
}

td.footer
{
	text-align:center;
	font-size:xx-small;
	border-top:1px solid black;
	padding:2px 0px 2px 0px;
}

.form_header	
{
	font-weight:bold;
}

li	
{
	margin-left:-10px;
	margin-bottom:5px;
}

.table_header	
{
	color:darkblue;
	font-weight:bold;
}

.alternate	
{
	background-color:whitesmoke;
}