a:link
{
	color: rgb(0, 50, 80);
}
a:active
{
	color: rgb(200, 200, 0);
}
a:hover
{
	color: rgb(100, 120, 150);
}
a:visited
{
	color: rgb(50, 50, 150);
}
a.noline
{
    text-decoration: none;
}
table
{
	border-collapse: collapse;
	border-color: rgb(0, 120, 150);
}
th
{
	border-color: rgb(0, 120, 150);
}
td
{
	border-color: rgb(0, 60, 150);
}
hr
{
	color: rgb(0, 60, 150);
}
body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 60, 90);
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-family: Trebuchet MS;
	margin: 0px;
}
body.hdr
{
	background-color: rgb(100, 135, 255);
	background-image: url('img/banner.png'); 
	background-repeat: no-repeat; 
}
h1
{
	color: rgb(0, 40, 80);
	font-size: 32px;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-style: normal;
}
h2
{
	color: rgb(90, 120, 150);
	font-size: 26px;
	font-style: normal;
	font-weight: bolder;
	font-family: Trebuchet MS;
}
h3
{
	color: rgb(0, 50, 90);
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	font-family: Trebuchet MS;
}
h4
{
	color: rgb(50, 50, 150);
	font-size: 20px;
	font-weight: bold;
	font-family: Trebuchet MS;
}
h5
{
	color: rgb(0, 0, 100);
	font-size: 18px;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-style: normal;
}
h6
{
	color: rgb(110, 140, 180);
	font-size: 16px;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-style: normal;
}
table
{
	font-weight: normal;
	font-style: normal;
	font-family: Trebuchet MS;
}
table.action
{
	background-color: rgb(0, 200, 250);
	padding-left: 3px;
	padding-right: 3px;
}
table.menu
{
	font-weight: bold;
	font-style: normal;
	font-family: Trebuchet MS;
	text-align: center;
	border: 2px;
}
table.login
{
	font-weight: bold;
	font-style: normal;
	font-family: Trebuchet MS;
	font-size: 14px;
        margin-top: 55px;
}
td.menu
{
	background-color: rgb(230, 210, 20);
	padding-left: 4px;
	padding-right: 4px;
}
td.menu:hover
{
	background-color: rgb(250, 230, 50);
	padding-left: 4px;
	padding-right: 4px;
}
div.body
{ 
	border: 0px; 
        padding-top: 10px;
        padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%
}
p.footer
{ 
	height: 20px;
	border: 0px; 
	font-weight: normal;
	font-style: italic;
	font-size: small;
	font-family: Trebuchet MS;
	text-align: center;
	bottom: 10px;
}
h1.header
{
	margin-top: 0px;
}
img.header
{
	top: -10px;
	border-style: none;
}

th.pad
{
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
}

td.pad
{
    vertical-align: top;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
}
p.wfd
{
  margin-top: 0;
  margin-bottom: 2px;
}
