/* CSS AMT December 2004 */

/* Element Styles */

Body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background: #02073B;
}

Form
{
	display: inline;
}

Table
{
	font-size: 11px;
}


Input
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Link classes */

a:link, a:active, a:visited
{
	color: #2161a5;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.white:link, a.white:active, a.white:visited
{
	color: white;
	text-decoration: none;
}

a.white:hover
{
	text-decoration: underline;
}

a.automated:link, a.automated:active, a.automated:visited
{
	color: white;
	text-decoration: none;
	padding: 4px;
	border: 3px double #02073B;
	background: #696d9c;
}

a.automated:hover
{
	text-decoration: underline;
}

/* Common Classes/Divs */

.frame
{
	border: 1px solid black;
}

.idx
{
	background: #e5e5e0;
}

.largeForm
{
	margin-top: 140px;
}

.pageTitle
{
	display: block;
	color: #393737;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tableHead
{
	background: #d0cfc4;
	font-weight: bold;
}

#content
{
	display: block;
	height: 100%;
	background: white;
	padding: 10px;
}

#flash
{
	display: block;
	width: 754px;
	height: 198px;
}

#footer
{
	display: block;
	background: #330000;
	padding: 4px;
	font-size: 9px;
	color: white;
	text-align: center;
}

#nav
{
	display: block;
	background: #696D9C;
	padding: 4px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#quicktime
{
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 4px;
	border: 1px solid black;
	text-align: center;
}