html, body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	background-position:center;
	background-repeat:repeat-y;
	background-image:url(images/main-bg.png);
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
	height: 100%;
}

#table {
	border: 0;
	padding: 0px;
	background:url(images/box-body-bg.png);
	background-repeat: repeat-x;
 	background-color: #FFFFFF;
}

#table_main  {
	border:0;
	height:100%;
	min-height:100%;
	padding:0px;
	width:867px;
	background:url(images/main-bg.png);
	background-repeat:repeat-y;
	vertical-align:top;
	table-layout:fixed;
}

#box_header {
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 11px;
	border-bottom:dashed, #000000;
	background-image: url(images/box-header-bg.png);
	background-repeat: repeat-x;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

#nav  {
	font-size: 10px;
}

#link2	{
	color: #000066;
}