
body {
    font-family: Verdana;
    background-color: #F0F0F0;
}

.iconhead {
    margin: 5px;
    float:  left; 
    height: 90px;
} 
.header {
	background-position: center center;
        background-color: #000000;
	text-align: center;
	height: 100px;
	width: 800px;
}
    .header h1,
    .h1 {
        color: #ffffff;
        font-size: 50px;
        margin: 0px;
    }
    .header h3,
    .h3 {
        color: #ffffff;
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }
.nav {
	background-position: center center;
        background-color: #FFFFFF;
	text-align: right;
	height: 20px;
	width: 800px;
        padding: 0px;
        color: #000000;
        font-size: 10px;
}
    .nav p {
        color: #000000;
        font-size: 10px;
    }
    .nav A:link {text-decoration: none; color: #000000;}
    .nav A:visited {text-decoration: none; color: #000000;}
    .nav A:hover {text-decoration: underline; color: #787878;}
    .nav A:active {text-decoration: none; color: #787878;}
.table
{
    display: table;
}
.tablegrid
{
    display: table;
	width: 100%;
}
.tablefull
{
    width: 675px;
    display: table;
}
.title
{
    background-color: #787878;
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.seperater
{
    background-color: #787878;
    display: table-caption;
    text-align: center;
    font-weight: bold;
}
.heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}
.headingsmall
{
    display: table-row;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.row
{
    display: table-row;
}
.roweven
{
    background-color: #FFFFFF;
    display: table-row;
}
.cellfull {
    width: 225px;
    min-width: 225px;
    display: table-cell;
    font-size: small;
    padding: 5px;
}
    .cellfull h3,
    .h3 {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }
.cellfullsmall {
    width: 225px;
    min-width: 225px;
    display: table-cell;
    font-size: smaller;
    padding: 5px;
}
    .cellfullsmall h3,
    .h3 {
        margin: 0;
        padding: 0;
        font-size: 8px;
    }
.cell
{
    text-align: center;
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 0px;
    padding-right: 0px;
}
.cellsmall {
    display: table-cell;
    font-size: smaller;
    padding: 5px;
}
.cellsmallright {
    text-align: right;
    display: table-cell;
    font-size: smaller;
    padding: 5px;
}
    .cellsmall h3,
    .h3 {
        margin: 0;
        padding: 0;
        font-size: 8px;
    }
.cellpad
{
    text-align: left;
    display: table-cell;
    border: solid;
    border-width: thin;
    padding: 10px;
}
.cellform
{
    text-align: left;
    display: table-column;
    padding-left: 10px;
    padding-right: 10px;
}
.cellgrid
{
    text-align: left;
    display: table-cell;
	border: 1px solid #7CFC00;
    padding-left: 0px;
    padding-right: 0px;
}
.popbottom
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 4px solid #787878;
    background-color: #CCCCCC;
}
.popdetails
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 4px solid #00ccff;
    background-color: #CCCCCC;
}
.popHead
{
    width: 600px;
    height: 30px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.popColume
{
    width: 50%;
    text-align: center;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}
.popCell
{
    width: 298px;
    height: 60px;
    text-align: left;
    font-size: smaller;
    border: solid;
    border-width: thin;
    padding-left: 0px;
    padding-right: 0px;
}
.displayrow {
    display: table-row;
    width: 600px;
}
.display {
    width: 250px;
    display: table-cell;
    padding: 10px;
}
        .display h3,
	.h3 {
            margin: 0;
            padding: 0;
            font-size: 16px;
        }