body, table {
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
body {
	background: #EEEEEE;
}
a {
	text-decoration: none;
	color: #424280;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
h3 {
	font-size: 12pt;
	font-weight: bolder;
}
h2 {
	font-size: 10pt;
	font-weight: bolder;
	margin-top : 14px;
	margin-bottom : 2px;
}
fieldset {
	width: auto;
}
legend {
	font-size: 10pt;
	font-weight: bolder;
	color: #424280;
}
.login_legend {
	font-size: 12pt;
	font-weight: bolder;
	color: #424280;
}
.errortext {
	color: #FF0000;
}
.box {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #424280;
	background: #EEEEEE;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #999999;
}
.select, .select_fixed {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #424280;
	background: #EEEEEE;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid black;
}
.select_fixed {
	width: 170px;
}
.button {
	font-family: arial, helvitca, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #424280;
	background-color: #b9d6a9;
	margin: 2px;
	border: 1px solid black;
	width: 100px;
}
input.submit {
	font-family: arial, helvitca, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #424280;
	background-color: #b9d6a9;
	margin: 2px;
	border: 1px solid black;
	width: 100px;
}
#bottom_text {
	font-size: 9px;
	color: #AAAAAA;
}
div#menu {
	position: absolute;
	width: auto;
	height: auto;
	top: 1em;
	left: 1em;
	right: auto;
	background-color: #b9d6a9;
	border-style: dashed;
	border-color: #333333;
	border-width: 1px;
	padding: 6px;
}
div#menu a {
	text-decoration: none;
	color: #424280;
	font-size: 9pt;
	font-weight: bold;
}
div#menu a:hover {
	text-decoration: none;
	color: #232350;
}

div#main {
	padding-left: 180px;
}

.bord {
	background-color: #dddddd;
	font-size: 10pt;
}
.vertical_line {
	border-left: 1px solid #666666;
}
.black {
	color: #000000;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.header_stripe {
	background-color: #dddddd;
}
.light_stripe {
	background-color: #eeeeee;
}
.light_stripe_highlite {
	background-color: #ddeedd;
}
.dark_stripe {
	background-color: #ffffff;
}
.dark_stripe_highlite {
	background-color: #eeffee;
}

#orderFormStaticTable {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

#orderFormStaticTable td {
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #cccccc;
}

.invoiceTable th {
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.invoiceTable td {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Menu fix for WinIE6 (hrmm... borrowed from w3c CSS page) */
body>div#menu { position: fixed }