/* Text */
body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: black;
	margin-top: 2px;
}

/* Colours */

.brown	{
	color: #cc0000;
}

.charcoal11	{
	color: #666666; font-size: 11px;
}

.red	{
	color: red;
}

.black11bold	{
	font-weight: 600; font-size: 11px;
}

.blue11	{
	color: blue; font-size: 11px;
}

.bold{
	font-weight: 600;
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.martop10	{
	margin-top: 10px;
}

.martop15{
	margin-top: 15px;
}

.martop20{
	margin-top: 20px;
}

.martop25	{
	margin-top: 25px;
}

.martop30	{
	margin-top: 30px;
}

.martop50	{
	margin-top: 50px;
}

.redasterisk {
	color: Red; padding-left: 2px; padding-right: 2px; font-weight: 600;
}

/* Links */
a {
	color: #990000;
}

a:hover {
	color: red;
}

a.footer	{
	color: #ffcc00; text-decoration: none; padding-right: 10px;  
}

a.footer:hover {
	color: red; text-decoration: none; padding-right: 10px; background-color: gray;
}

a.more	{
	color: blue; text-decoration: none;
}

a.more:visited	{
	color: #990000; text-decoration: none;
}

a.more:hover	{
	color: red; text-decoration: none;	
}

/* Tables */

table {
	margin: 0px; padding: 0px; width: 0px; border: 0px; text-align: left; margin-left: auto; margin-right: auto;
}

table.footer {
	width: 955px; margin-top: 30px; margin-bottom: 10px;
}

table.login	{
	border-color: silver; border-style: solid; border-width: 1px; padding: 2px 
}

table.loginnotice {
	background-color: #f5f5f5; border-color: #990000; border-style: dotted; color: red; padding: 3px; text-align: left;
}

table.maintable {
	background-color: white; width: 955px;
}

table.masthead	{
	width: 955px; margin-top: 2px; padding: 0px; background-color: white; padding: 0px; 
}

table.menubar	{
	width: 955px;
}

table.noticegrey	{
	background-color: #f5f5f5; border-color: silver; border-style: solid; border-width: medium;
}

table.noticered	{
	background-color: #f5f5f5; border-color: red; border-style: solid; border-width: medium;
}

table.tofriend	{
	width: 955px; background-color: white;
}

/* Cells */

td.footer	{
	color: #cccccc; text-align: left; padding-top: 20px; font-size: 10px; 
}

td.footermenu	{
	text-align: left; color: #ffcc33;
}	

td.gutterl {
	width: 20px;
}

td.gutterr {
	width: 20px;
}

td.mainpanelsmall {
	text-align: left; padding-top: 25px;
}

td.mainpanellarge {
	text-align: left; padding-top: 25px;
}

td.menubar	{
	text-align: right;
}

td.loginlinel	{
	text-align: left; border-bottom-color: #dbdbdb; border-bottom-style: solid; border-bottom-width: 1px;
}

td.loginliner	{
	text-align: left; border-bottom-color: #dbdbdb; border-bottom-style: solid; white-space: nowrap; border-bottom-width: 1px;
}

td.masthead	{
	text-align: right; white-space: nowrap;
}

td.menubar	{
	border-top-color: red; border-top-style: solid; border-top-width: 1px;
}

td.pricelistheader	{
	background-color: black; color: #ffcc00;	
}

td.pricelistline	{
	border-bottom-color: silver; border-bottom-style: solid; border-width: 1px;		
}

td.sidebarl {
	width: 200px; text-align: center; padding-top: 25px; padding-left: 2px;
}

td.sidebarr {
	width: 200px; text-align: center; padding-top: 25px;
}

td.tofriend	{
	padding-top: 10px; padding-right: 10px; text-align: right;
}

/* Lists */

ul.greendots	{
	list-style-image: url(images/lists/GreenDots.gif);
}

ul.reddots	{
	list-style-image: url(images/lists/RedDots.gif);
}

ul.reddotsl	{
	list-style-image: url(images/lists/RedDotsL.gif);
}

li	{
	margin-bottom: 8px;
}

li.ten	{
	margin-bottom: 10px;
}





