body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Tahoma",Verdana,Arial,Sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

.header {
	background: url(img/header_back.gif) repeat-x bottom;
}

.red {
	background-color: #B14819;
	color: #FFFFFF;
}

.grey {
	background-color: #C2C2C2;
	color: #FFFFFF;
}

.sidebar {
	background-color: #ECF1E4;
	color: #000000;
	padding: 10px;
	border: 1px solid #B14819;
}

.content {
	padding: 10px;
}

.footer {
	color: #B14819;
	font-size: 8pt;
}

.price {
	color: #B14819;
	font-size: 11pt;
	font-weight: bold;
}

img.float {
	float: right;
	padding-right: 5px;
	clear: right;
}

h1 {
   color: #EE9C00;
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	color: #3A5F0B;
	font-size: 10pt;
	font-weight: bold;
}

p {
	font-size: 10pt;
}

.main {
	font-size: 10pt;
}

.productListing-data {
    font-size: 10pt;
}

.productListing-heading {
    font-size: 10pt;
}

.smallText {
    font-size: 8pt;
}

ul {
	font-size: 10pt;
	list-style-image: url(img/arrow.gif);
}

input, select {
    font-size: 9pt;
}


a:link, a:visited, a:active {
	color: #EE9C00;
}

a:hover {
	color: #B14819;
}

.column-field-desc {
    margin: 8px 0px;
    font-size: 10px;
    color: green;
}

.messageStackError, .messageStackWarning {
    font-size: 10px; 
    background-color: #ffb3b5; 
}

.messageStackSuccess {
    font-size: 10px; 
    background-color: #99ff00;
}

.inputRequirement {
    font-size: 10px; 
    color: #ff0000;
}

.exemption {
font-size: 8pt;
}