﻿/*** General Styles ***/
body 
{
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	margin: 0px; 
	font-family: Arial, sans-serif;
	background: #000099;
}

h1
{
  	font-size: medium;
  	color: #cc0000;
}

.reversed
{
	color: white;
	font-weight: bold;
    text-align: center;
}

.header
{
	color: white;
	font-weight: bold;
	font-size: 16pt;
}

.centered
{
    text-align: center;
}

.small
{
    font-size: xx-small;
}

a
{
	color: #000099;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}


#maintable
{
	width: 760px;
	HEIGHT: 100%;
	text-align: center;		
}

#mainbody 
{
	height: 100%; 
	padding: 10px;
	text-align: center;
}

img
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    text-align: center;
}

.justify
{	
	text-align: justify;
}