/* CSS Document */
body
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #444444;
    background-color: #212E40;
}

a:link
{
	font-family: Arial;
	color: #1164FF;
	text-decoration: none;
}

a:visited
{
	font-family: Arial;
	color: #1164FF;
	text-decoration: none;
}

a:hover
{
	font-family: Arial;
	color: #212E40;
	text-decoration: underline;
}

a:active
{
	font-family: Arial;
	color: #1164FF;
	text-decoration: none;
}

h1
{
	font-size: 24px;
	color: #1164FF;
}

h2
{
	font-size: 13px;
	color: #444444;
}

hr
{
	color: #666666;
	height: 1px;
}

.basetable
{
    background-color: #F7F7F7;
}

.nav
{
    background-image: url(images/nav_tile.gif);
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

.subtitle
{
	font-weight: bold;
	color: #1164FF;
	font-size: 13px;
}

.subheading
{
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.title
{
	padding-left: 7px;
	font-size: 12px;
}

.content
{
	padding: 8px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.footer
{
	background-color: #EEEEEE;
	color: #444444;
    font-size: 11px;
	text-align: center;
	padding: 4px;
	margin: 0px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

.login
{
    background-image: url(images/nav_tile.gif);
	color: #444444;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	border-bottom: 2px solid #999999;
}

.copyright
{
	background-color: #CCCCCC;
	color: #003597;
    font-size: 11px;
	text-align: center;
	padding: 4px;
	margin: 0px;
	border-bottom: 2px solid #999999;
}

.error
{
	color: #990000;
}

.message
{
	color: #0059FF;
}

.selling
{
	font-size: 12px;
}

.sold
{
	font-size: 12px;
	color: #990000;
}

.options
{
	background-color: #F1F1F1;
	font-size: 14px;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.olink:link
{
	color: #222222;
	text-decoration: none;
}

.olink:visited
{
	color: #222222;
	text-decoration: none;
}

.olink:hover
{
	color: #000000;
	text-decoration: none;
}

.olink:active
{
	color: #222222;
	text-decoration: none;
}

input, select, textarea
{
	font-family: Arial;
	font-size: 11px;
}

.advertising
{
	background-color: #F7F7F7;
	border: 1px solid #AAAAAA;
	padding: 7px;
	width: 675px;
}