body, p, td, input, select, textarea { font-family: Verdana, sans-serif; font-size: 12px; color: #333333; }

h1 { font-size: 26px; color: #E88F1B; font-weight: normal; margin: 0 0 14px 0; }
h2 { font-size: 18px; color: #E88F1B; font-weight: bold; margin: 20px 0 14px 0; }
h3 { font-size: 14px; color: #A4988C; font-weight: bold; margin: 20px 0 14px 0; }

p {	line-height: 16px; margin: 0 0 10px 0; }
li { line-height: 16px; margin: 0 0 4px 30px; }
strong { font-weight: bold; }
em { font-style: italic; }

ul, ol { margin-bottom: 12px; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

a:link, a:visited { text-decoration: underline; color: #0066A9; }
a:hover, a:active { text-decoration: underline; color: #E88F1B; }
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited { text-decoration: none; }

img { border: none; }

.flush { margin-top: 0; }
.clear { clear: both; }
.moretop { margin-top: 20px; }
.floatleft { float: left; padding: 0 20px 10px 0; }
.floatright { float: right; padding: 0 0 10px 20px; }

table { border-collapse: collapse; }
table th { border: 1px solid #A4988C; color: #FFFFFF; background-color: #A4988C; font-weight: bold; padding: 6px 8px; line-height: 15px; }
table td { border: 1px solid #A4988C; background-color: #F6F5EE; padding: 6px 8px; line-height: 15px; }

#footer p { margin-bottom: 0; font-size: 11px; color: #666666; }


/* Awards bits */

div.awardwinner { width: 510px; clear: both; padding: 16px 0; border-top: dotted 1px #A4988C; }
div.awardlogo { width: 140px; float: left; text-align: right; padding: 0 10px 0 0; }
div.awardtext { width: 346px; float: left; padding-left: 10px; border-left: 2px solid #A4988C; }
div.awardtext h2 { margin: 4px 0 4px 0; font-size: 16px; }
div.awardtext strong { color: #666666; }
div.awardtext p { margin-bottom: 6px; } 
div.awarddetails { padding-top: 10px; } 
div.awarddetails p { font-size: 11px; } 
a.awardtoggle { display: block; padding: 2px 0 3px 18px; background: url(expand-down.gif) 0 2px no-repeat; }
a.awardtoggle.expanded { background-image: url(expand-up.gif); }
                       