body { color: #7D7D7D; background: #E6E6E6; font-family: Arial; font-size: 9pt }

.page { width: 800px; margin: 0px auto }
.header { width: 800px; height: 100px; margin: 0px auto; background: url(images/header.jpg); border: 1px #7D7D7D solid }
.navigation { width: 150px; background: #FFFFFF; border: 1px #7D7D7D solid; float: left }
	.caption { height: 21px; line-height: 21px; color: #FFFFFF; font-weight: bold; background: url(images/caption.jpg); text-align: right }
	.navi0 { height: 21px; line-height: 21px; padding-left: 10px }
	.navi1 { height: 21px; line-height: 21px; padding-left: 10px; background: #EDEDED }
.content { width: 616px; margin-left: 10px; background: #FFFFFF; border: 1px #7D7D7D solid; float: left; padding: 10px }
	.top { height: 21px; line-height: 21px; color: #FFFFFF; background: url(images/top.jpg); font-weight: bold; text-align: right }
.footer { width: 800px; margin: 0px auto; background: #FFFFFF; border: 1px #7D7D7D solid; text-align: center }

.orangeTitle { color: #F8920A; font-size: 12pt; font-weight: bold }
.greyTitle { color: #7D7D7D; font-size: 12pt; font-weight: bold }

a:link { color: #7D7D7D; font-family: Arial; font-size: 9pt; text-decoration: underline }
a:active { color: #7D7D7D; font-family: Arial; font-size: 9pt; text-decoration: underline }
a:visited { color: #7D7D7D; font-family: Arial; font-size: 9pt; text-decoration: underline }
a:hover { color: #F8920A; font-family: Arial; font-size: 9pt; text-decoration: underline }

.green { color: #008B00; font-weight: bold }
.red { color: #FF0000; font-weight: bold }

input { color: #7D7D7D; background-color: #EDEDED; border: 1px #7D7D7D solid }
textarea { color: #7D7D7D; background-color: #EDEDED; border: 1px #7D7D7D solid }
select { color: #7D7D7D; background-color: #EDEDED }

img { border: none }