a:link { color: #0000FF; background: transparent;}
a:active { color: #0000FF; background: transparent;}
a:visited { color: #0000FF; background: transparent;}
a:hover { color: #FF0000; background: transparent;}

a.menu:link { color: #FFFFFF; font-weight: bold; background: transparent; text-decoration: none;}
a.menu:active { color: #FFFFFF; font-weight: bold; background: transparent; text-decoration: none;}
a.menu:visited { color: #FFFFFF; font-weight: bold; background: transparent; text-decoration: none;}
a.menu:hover { color: #FF0000; font-weight: bold; background: transparent; text-decoration: none;}

a.plain:link { color: #000000; background: transparent; text-decoration: none;}
a.plain:active { color: #000000; background: transparent; text-decoration: none;}
a.plain:visited { color: #000000; background: transparent; text-decoration: none;}
a.plain:hover { color: #000000; background: transparent; text-decoration: none;}

body {
	font-size: 10pt;
	font-family: verdana, helvetica, arial;
	color: #000000;
	margin: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 10px;
}

td {
	font-size: 10pt;
	font-family: verdana, helvetica, arial;
	color: #000000;
	#text-align: justify;
}

.content {
	width: 700px;
	background: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 20px;
	text-align: justify;
}

.smallcontent {
	background: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 20px;
}

.wide {
	width: 740px;
}

.ragged {
	text-align: left;
}

.aright {
	text-align: right;
}

.black {
	width: 760px;
	background: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
	padding-right: 20px;
}

.menubar {
	width: 760px;
	background: #0033CC;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 20px;
	border-top: 2px solid #FFFFFF;
}

.heading {
	width: 100%;
	background: #EEEEEE;
	font-weight: bold;
	padding: 1px;
	padding-left: 4px;
}

.dark {
	background: #999999;
	color: #FFFFFF;
}

.light {
	background: #EEEEEE;
}

.help {
	color: darkblue;
	background: #EEFFFF;
	font-size: 9pt;
	margin-left: 40px;
	margin-right: 40px;
	padding: 8px;
	border-color: darkblue;
	border-width: 1px;
	border-style: solid;
}

.grey {
	background: #EEEEEE;
}

.rule {
	background: #999999;
}

.listprice {
	font-family: helvetica,sans-serif;
	text-decoration: line-through;
	font-size: 10pt;
}

.price {
	color: #990000;
	font-weight: bold;
}

.small {
	font-size: 7pt;
}


