H1
{
    TEXT-ALIGN: center;
}
TABLE
{
    VERTICAL-ALIGN: middle;
}
TD
{
    VERTICAL-ALIGN: top;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

body 
{
	font-family:Verdana,Tahoma,arial,sans-serif;
	font-size:70%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

.error
{
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-STYLE: italic;
    TEXT-ALIGN: center;
}
.FieldDesc
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    FONT-STYLE: italic;
    TEXT-ALIGN: right;
}
.Header
{
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 4px;
    TEXT-TRANSFORM: capitalize;
    PADDING-TOP: 4px;
    TEXT-ALIGN: center;
    TEXT-DECORATION: underline;
    color: 006699;
}
.ComboBox
{
	TEXT-ALIGN: Left;
}
.OneLineMsg
{
    FONT-SIZE: 150%;
    TEXT-ALIGN: center;
    color: 006699;
}
.Definition
{
    FONT-STYLE: italic;
}
.PicturePlace
{
    BORDER-RIGHT: silver thick ridge;
    BORDER-TOP: silver thick ridge;
    BORDER-LEFT: silver thick ridge;
    BORDER-BOTTOM: silver thick ridge;
}
IMG
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
}
A:link
{
    CURSOR: pointer;
    COLOR: #000ebc;
}
A:visited
{
    COLOR: #9e6300;
}
A:hover
{
    COLOR: #fdad16;
}
.PageMenu
{
    BORDER-RIGHT: groove;
    BORDER-TOP: groove;
    BORDER-LEFT: groove;
    BORDER-BOTTOM: groove;
    BACKGROUND-COLOR: #dce6f6;
    TEXT-ALIGN: center;
}

.MoreInfo
{
    FONT-STYLE: italic;
}

.Calendar
{
	FONT-SIZE: x-small;
	FONT-STYLE: Italic;
	COLOR: #777777;
}