body         { background-repeat: no-repeat; background-attachment: fixed; 
               background-position: left top }
p            { font-family: Arial, Helvetica, 'Sans Serif'; font-size: 10pt; color: #333333; 
               margin-left: 4; margin-top: 0; margin-bottom: 0 }
ul           { font-family: Arial, Helvetica, 'Sans Serif'; font-size: 10pt; color: #333333; 
               list-style-type: square }
ul.tick      { list-style-type: circle; font-family: Arial, Helvetica, 'Sans Serif'; 
               font-size: 10pt; color: #333333; list-style-image: 
               url('images/tick.gif') }
h1           { font-family: Arial, Helvetica; font-size: 18pt; color: #000000; margin-left: 5; 
               margin-bottom: 6; font-weight: normal; }
h1.index     { font-family: Arial, Helvetica; font-size: 24pt; color: #000000; margin-left: 5; 
               margin-bottom: 6; font-weight: normal; }

h2           { font-family: Arial, Helvetica, Sans Serif; font-size: 12pt; color: 
               #000000; text-decoration: bold; line-height: 100%; 
               margin-left: 4; margin-top: 2; margin-bottom: 2 }
a:link, a:visited, a:active
             { font-family: "Arial", "Helvetica", "sans-serif"; color: #333333; font-size: 10pt; text-decoration: underline }
a:hover      { font-family: "Arial", "Helvetica", "sans-serif"; color: #000000; font-size: 10pt }

a.enter:link, a.enter:visited, a.enter:active
             { font-family: "Arial", "Helvetica", "sans-serif"; color: #666666; font-size: 12pt; text-decoration: none }
a.enter:hover      { font-family: "Arial", "Helvetica", "sans-serif"; color: #333333; font-size: 12pt }

a.menu:link, a.menu:visited, a.menu:active
             { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: 
               #FFFFFF; text-decoration: none; font-weight: normal }
a.menu:hover { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: 
               #FFFFFF; text-decoration: none; font-weight: normal }
a.submenu:link, a.submenu:visited, a.submenu:active
             { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: 
               #0099CC; text-decoration: none; font-weight: normal }
a.submenu:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: 
               #0099CC; text-decoration: none; font-weight: normal }
a.basemenu:link, a.basemenu:visited, a.basemenu:active { text-decoration: none; font-weight: normal; font-size: 8pt; color: #0048A6; 
               font-family: Verdana, Arial, Helvetica, sans-serif }
a.basemenu:hover { text-decoration: none; font-size: 8pt; color: #0099CC; font-family: 
               Verdana, Arial, Helvetica, sans-serif }
a.wd:link, a.wd:visited, a.wd:active
             { text-decoration: none; font-weight: normal; font-size: 8pt; color: #666666; 
               font-family: "Verdana", "Arial", "Helvetica", "sans-serif" }
a.wd:hover
             { text-decoration: underline; font-weight: normal; font-size: 8pt; color: #333333;
               font-family: "Verdana", "Arial", "Helvetica", "sans-serif" }
hr           { width: 100%; line-height: 1px; color: #666666 noshade }
h3           { font-family: Arial, Helvetica, 'Sans Serif'; font-size: 14pt; color: #3366CC; font-weight: normal }
input        { font-family: Arial, Helvetica, 'Sans Serif'; font-size: 10pt; color: #333333}
               border: 0 }


select       { border-style: solid; border-width: 1 }
textarea     { font-family: Arial, Helvetica, 'Sans Serif'; font-size: 10pt }


table.members tr td { text-align: center; font-family: Arial; font-size: x-small; }
table.suppliers tr td { text-align: center; font-family: Arial; font-size: x-small; }
table.admin tr td { text-align: center; font-family: Arial; font-size: x-small; }
table.login tr td { text-align: center; font-family: Arial; font-size: x-small; }

.userMessage {

	color: red;
}


.standard tr th {

	height: 30px;
	font-size: 12px;
	background-color: #666666;
	color: white;
	border-bottom: 1px solid white;

}

.standard tr td {

	font-size: 12px;
	background: #ebebeb;
	color: #666666;
	padding: 10px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.standard tr td a {

	color: #666666;
}

.standard tr td a:hover {

	color: #006699;
}	