@charset "utf-8";
/* CSS Document */

html
{
}

body
{
	background-color: #9999ff;
	background-image: url(images/background.gif);
	background-position:center, top;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table
{
	border: 0px;
	border-collapse: collapse;
}

table.main
{
	border: 0px;
	border-collapse: collapse;
}

table.footer
{
	width: 950px;
	margin-left:0px;
	padding-left:0px;
}

td.left
{
	width: 300px;
}

td.container
{
	border: #CCCCCC 2px solid;
	background-image: url(images/60percent.png);
	background-repeat: repeat;
	width: 600px;
	vertical-align: top;
	margin-top: 5px;
	padding-top: 5px;
}

td.gutter
{
	width: 50px;
}

td.footer
{
	text-align:center;
	width: 950px;
}


td.links
{
	background-image:url(images/link_bar_background.gif);
	background-repeat:repeat-x;
	height: 26px;
	width: 950px;
}

h2
{
	margin: 3px;
	font-size: 14px;
}

div.content
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
	text-align:center;	
}

input
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

td.item
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
	text-align: left;
}

ul
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
	text-align: left;
}

div.checkback
{
	font-size: 16px;
	color:#CC0000;
	font-weight: bold;
}

img.logo
{
	padding-left: 2px;
	padding-top: 3px;
	padding-right: 5px;
}
