BODY {
	margin: 0px;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: normal;

}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#orderTable, #orderTable table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#orderTable table, #orderTable input {
	font-weight: normal;
}
#orderTable input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.menutext a:link {
	color: #CC0000;
}
.menutext a:visited {
	color: #CC0000;
}
.menutext a:hover {
	color: #CC0000;
}
.menutext a:active {
	color: #CC0000;
}
.maintextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	padding-top: 1px;
	width: 100%;



}
.menuheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;

}
.maintextitalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;

}
.maintextsmall a:link {
	color: #CC0000;
}
.maintextsmall a:visited {
	color: #CC0000;
}
.maintextsmall a:hover {
	color: #CC0000;
}
.maintextsmall a:active {
	color: #CC0000;
}
.topborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.maintext a:link {
	color: #CC0000;
}
.maintext a:visited {
	color: #CC0000;
}
.maintext a:hover {
	color: #CC0000;
}
.maintext a:active {
	color: #CC0000;
}

.msg {
    margin: 0 0 10px 0;
    padding: 16px 10px 16px 46px;
    background-repeat: no-repeat;
    background-position: 12px center;
}

.msg-error {
    background-color: #FF9;
    background-image: url('/images/icon_alert.png');
}


.ui-spinner {
	width: 4em;
	height:2em;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	background: #FEFEFE url(/images/spinner-bg.gif) repeat-x left bottom;
	padding: 0 5px;
}

.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}

.ui-spinner-box {
	width: 50%;
	height: 100%;
	float: left;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 50%;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}

.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}

H2 {
	font-size:16px;
	font-weight:bold;
}

UL {
	margin-bottom: 20px;
}

LI {
	margin-bottom: 5px;
}