body
{
	background-color: #fff;
	color: #000;
	font-size: x-small;
	font-family: arial;
	margin: 0;
	/*background-image: url(images/background.gif);*/
	/*background-image: url(images/black.gif);*/
}

table
{
	font-size: x-small;
}

#main
{
	/*width: 60em;*/
	width: 100%;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	background-color: #fff;
}

.barback
{
	background-image: url(images/header_strip.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#menu
{
	background-color: #FFAE00;
	font-weight: bold;
	height: 35px;
	padding-left: 20px;
}

#menu a
{
	text-decoration: none;
	color: #000;
}

#menu a:hover
{
	text-decoration: underline;
	color: #000;
}

#content
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#footer
{
	background-image: url(images/footer_strip.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#copyright
{
	padding-left: 20px;
	font-size: xx-small;
}

.right
{
	float: right;
	padding-left: 10px;
}

.rightup
{
	float: right;
	padding: 0;
	margin: 0;
}

h1
{
	font-size: small;
	font-weight: bold;
	color: #000;
}

h2
{
	font-size: x-small;
	font-weight: bold;
	color: #000;
}

a:link
{
	color: #1750a5;
}

a:visited, a:hover
{
	text-decoration: none;
	color: #1750a5;
}

#productbox
{
	background-image: url(images/area_background.gif);
	background-repeat: repeat-y;
	width: 246px;
	float: right;
	margin-left: 20px;
}

#productbox h2, #productbox p
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0;
	margin-top: 0;
}

.boxed
{
	border: 2px solid #000;
	padding: 6px;
}

#summarytable
{
	border-collapse: collapse;	
}

label
{
	float: left;
	width: 120px;
}

input, textarea
{
	border: 1px solid #000;
	font-size: small;
	font-family: arial, helvetica, sans serif;
}

#logo_bullets
{
	float: right;
	margin-left: 10px;
}

.border
{
	border: 1px solid #000;
}

.logofont
{
	color: #000;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}