* {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P, TD, DL, BODY, BLOCKQUOTE, PRE, OL, UL, BR  {
	font-size : 10pt;
	font-weight : normal;
	color : #666666;
}

html, body {
        margin: 0;
	padding: 0;
	background-color: #F5E0BB;
	scrollbar-base-color: #FFF6E2;
}  

/* Links */ 
a:link, a:visited {
	color: #CC6600;
}
a:hover, a:active {
	color: #CC6600;
}

small, .downloads  {
	font-size : 8pt;
	font-weight : normal;
	color : #666666;	
}

.page_data {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.verysmall  {
	font-size : 6pt;
	line-height : 12pt;	
	font-weight : normal;
	color : black;
}

H1, .heading1  {
	margin : 0;
	font-size : 18pt;
	font-weight : normal;
	color : #993300;
}

H2, .heading2  {
	font-size : 18pt;
	font-weight : normal;
	color : #E29203;
}

H3, .heading3  {
	font-size : 14pt;
	font-weight : normal;
	color : #E29203;
}

H4, .heading4  {
	font-weight : bold;
	color : #E29203;
}

.pagetitle  {
	font-size : 18pt;
	font-weight : normal;
	color : #993300;
}

.pagesubtitle  {
	font-size : 14pt;
	font-weight : normal;
	color : #E29203;
}

th {
	font-size : 10pt;
	font-weight : bold;
	color : #666666;
}

.heading4red  {
	font-weight : bold;
	color : #993300;
}

hr {
	border: none;
	color: #E29203;
	background-color: #E29203;
	height: 1px;
}

select, input, textarea {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: black;
	background-color: #FFF6E2;
	border: 1px solid #890505;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: white;
	border: none;
}
select.box {
	background-color: white;
	border: none;
}

/* This is for displaying checkboxes and radio buttons in table rows 
where I do not want a border around them */
input.boxhl {
	background-color: #FFF6E2;
	border: none;
}

.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: white;
	text-transform: uppercase;	
	background-color: #FDB200;
	border: 1px solid #E49105;
	font-weight : bold;
}

.button2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height: 8pt;
	color: white;
	text-transform: uppercase;	
	background-color: #FDB200;
	border: 1px solid #E49105;
	font-weight : bold;
}

.buyit_button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color: white;
	text-transform: uppercase;	
	background-color: #FDB200;
	border: 2px solid #E49105;
	font-weight : bold;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

/* Add space between list elements */
li.expand {
	margin-bottom: 10px;
}

ul.openbox {
	list-style-image: url(open-box-bullet.gif);
	margin-left: 10px;
	padding-left: 10px;
}

.alignleft {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	border: none;
}

.aligntopleft {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	border: none;
}

.alignright {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	border: none;
}

sup  {
	font-size : 6pt;
}



