#body, html, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
}

#header {
	background-color: #CC6633;
	position: relative;
	height:71px;
	overflow:hidden;
}

#navigation {
	position: relative;
	float:left;
	width: 168px;
	top: 4px;
}

#navigation ul {
	font-size:1em;
	line-height: 1.4em;
	list-style-type: none;
	margin:2px 0px 10px 10px;
	padding:0;
}

#navigation a,a:visited {
	text-decoration:none;
	color:#333333;
}

#navigation a:hover {
	text-decoration:underline;
	color:#CC6633
}

#maincontent {
	position: relative;
	margin-left: 178px;
	margin-top:4px;
}

#floatright {
	position:relative;
	float:right;
	width:168px;
	margin-left:10px;
}
#footer {
	background-color: #CC6633;
	position: relative;
	color:#FFFFFF;
	clear:both;
	top:10px;
	background: #CC6633 url("../images/rounded_tr.png") top right no-repeat;
}
#footer h2 {
	padding:0;
	margin:0;
	background: url("../images/rounded_tl_orange.png") top left no-repeat;
	padding:5px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.navimage {
	padding-bottom: 2px;
}

/*curved box */
.curvebox .content {
	position:relative;
	border: 1px solid #CC6633;
	padding-left:5px;
	padding-right:5px;
}
.curvebox h1 {
	position:relative;
	background: #CC6633 url("../images/rounded_t.png") no-repeat;
	color:#FFFFFF;
	font-size:1.4em;
	margin:0;
	padding:4px;
	border:0;
}
.curvebox p {
	font-size:1em;
}


/* standard elements */
h1 {
	font-size: 1.8em;
	margin-top:5px
}
h2 {
	font-size:1.3em;
}
p, li {
	font-size:1.2em;
	line-height:1.2em;
}

/* homepage comparison table */
.traditional {
	color:#666666;
}
th.traditional {
	background:#999999 url("../images/rounded_tl.png") top left no-repeat;
	color:#FFFFFF;
	text-align:left;
}
td.traditional {
	border-left:1px solid #999999;
}
td.tradlast {
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	color:#666666;
}
.foliopro {
	color:#000000;
}
th.foliopro {
	background:#CC6633 url("../images/rounded_tr.png") top right no-repeat;
	background-color:#CC6633;
	color:#FFFFFF;
	text-align:right;
}
td.foliopro {
	border-left:1px solid #CC6633;
	border-right:1px solid #CC6633;
}
td.fplast {
	border-left:1px solid #CC6633;
	border-right:1px solid #CC6633;
	border-bottom:1px solid #CC6633;
	color:#CC6633;
	font-size:1.2em;
}
acronym {
	cursor:help;
}
.legend {
	font-size: 0.8em;
	color: #999999;
	font-style: italic;
}
