﻿BODY
{
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    margin-top: 0px;
    margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
}

.agent_header
{
	text-align: right;
	margin-top: 10px;
}

.agent_header_text
{
	text-align: right; 
	margin-right: 5px;
	margin-left: auto;
	margin-top: 5px;
	padding: 10px;
}

.submit_button
{
	text-transform: none;
    BACKGROUND-COLOR: #ffffff;
    border: 1px solid #000;
    font-size: 11pt;
}

a.submit_button, .link_button
{
	border: 2px outset #000;
	padding: 2px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-size: 11pt;
}

a.submit_button:active, .link_button:active {
	border: 2px inset #000;
	padding: 2px;
	text-decoration: none;
}

.availability
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.AVLList
{
	width: 30em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.AVLList THEAD
{
	font-weight: bold;
}

.small
{
	font-size: smaller;
}

BODY
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman'
}

div.availability
{
	text-align: center;
}

.availability table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


