body
{
	margin: 0;
	background: white;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

a, a:visited, a:link, a:active, a:hover
{
	color: inherit;
	font: inherit;
	text-decoration: none;
}

a.menu
{
	color: black;
}

a:hover
{
	text-decoration: underline;
}

a.blue
{
	color: blue;
	text-decoration: underline;
}

a.small
{
	font-size: 8pt;	
}

table
{
	background: white;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

div#header
{
	margin-bottom: 55px;
}

div#footer
{
	text-align: center;
	
}

.boldBlue
{
	font-weight: bold;
	font-size: 10pt;
	color: #273d79;
}

.boldRed
{
	font-weight: bold;
	font-size: 10pt;
	color: #91000a;
}

.floatingRight
{
	margin: 5px;
	float: right;
}

.detailText
{
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 25px;
}

.textEmphasis
{
	font-variant: small-caps;
	font-size: 10pt;
}

li
{
	margin-bottom: 3px;
}

a.orderLink
{
	font-size: 10pt;
	color: #91000a;
	text-decoration: underline;
}

#footer a
{
	color: blue;
	text-decoration: underline;
}

#content
{
	margin: 10px;
	width: 851px;
}

.menuFrame
{
	width: 851px;
	border-bottom: solid 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 8pt;
	background: white;
}

.menuFrame a
{
	padding-left: 5px;
	padding-right: 5px;
}

.menuFrame a:hover
{
	text-decoration: none;
	color: #dda90e;
}

.logindiv
{
	margin-top: 20px;
	width: 851px;
	text-align: center;
}

.orderdiv
{
	margin-top: 20px;
	margin-left: 10px;
	width: 851px;
}

.status,
.error {
	width: 851px;
	margin: 0.5em auto;
	font-weight: bold;
	border: 1px solid #000000;
}

.status {
	color: #ffffff;
	background-color: #007f00;
}

.error {
	color: #000000;
	background-color: #ff0000;
}

.status p.msg,
.error p.msg {
	min-height: 1em;
	margin: 0.5em 5px;
	text-align: center;
}

.hidden
{
	color: white;
	font-size: 2pt;
}
