﻿body 
{
    margin:0px 0px 0px 0px;
    font-family:Verdana, Tahoma, helvetica, Sans-Serif;
    background-color:#2F5675;
    font-size:75%;
    color: white;
}

.title
{
		margin:0px 0px 0px 0px;
		position:absolute;
		top: 0px;
		left: 0px;
		float:right;
		display: block;
		border:solid 1px gray; 
		width: 100%;
		height: 45px;
		background-color: white;
		background-image: url(TopBanner_ewrims.png);
		background-position:left;
		background-repeat: no-repeat;
		font-weight: bold;
		font-size: 	small; 
		font-family: Verdana, Sans-Serif, Arial;
		color: #ffffff;
		
}

.headertext
{
		color: #3B4F74;
		position: absolute;
		top: 15px;
		left: 600px;
		font-size: 14px;
}

.metadatatext
{
		color: white;
		position: absolute;
		top: 65px;
		left: 15px;
		font-size: 12px;
}

.metadatatext table td
{
		font-size: 10pt;
		vertical-align: top;
}

h1
{
		color: white;
    background-color: #2F5675;
    padding: 0px;
    font-size: 150%;
    font-family: Verdana;
}

h4
{
    /*border-bottom:solid thin steelblue;*/
    margin-top:30px;
    margin-bottom:10px;
}

h5
{
    font-size:100%;
}

.sectionHead
{
    font-weight:bold;
}

.tableMain
{
    background-color:steelblue;
    border:steelblue thin solid;
}

.tableHeader
{
     background-color:steelblue;
     color:White;
}

.oddRow 
{
    background-color:#ddddff;
}

.evenRow
{
    background-color:White;
}

.key
{
    border: 1px black solid;
    padding: 4px;
    background-color: LightBlue;
    font-weight:bold;
    font-family:System;
    font-size:large;
}

a
{
    text-decoration: underline;
    color: white;
}
a:hover 
{
    text-decoration:underline;
    color: white;
    background-color: steelblue;
}
a:visited 
{
    color:white; 
}