body 
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin:	0px;
	padding: 0px;
	width: 100%;
	padding-top: 20px;
}

#container
{
	width:	562px;
	//height: 435px;
	height: 560px;
	border: 1px solid #999999;
	margin: auto;
}

body, td, input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}

h1
{
	background-image: url(top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 562px;
	height: 67px;
	margin:	0px;
	padding: 0px;
}

.alt
{
	display: none;
}

td.logo
{
	vertical-align: middle;
	width: 50px;
}

td.txt
{
	vertical-align: middle;	
}

col.colLabel, td.colLabel
{
	width: 150px;
}

hr
{
	width: 98%;
	background-color: #D6E0E0;
	color: #D6E0E0;
	border: 0px;
	height: 1px;
}

input.textbox, input.button, select.dropdownlist, textarea.textbox
{
	border: 1px solid #346767;
	background: white;
}

input.textbox:hover, input.button:hover, select.dropdownbox:hover
{
	background: #EBEBCD;
}

a 
{
	color: #336666;
	text-decoration: none;
}

a:hover
{
	border-bottom: dotted 1px #336666;
}

#content
{
	margin: 20px;
}

a.large
{
	display: block;
	height: 45px;
	margin: 5px 0px 5px 0px;
}

a.large:hover
{
	border: 0px;
	color: #999900;
}

a.large img
{
	border: 0px;
	vertical-align: middle;
	margin-right: 20px;
}