body			{ background-color: #8f694b; margin: 0px }

.page			{ border-top: 1px solid #1b0c00; border-left: 1px solid #1b0c00;
			  border-right: 1px solid #1b0c00 }

table			{ font-family: arial, sans-serif; font-size: 14px;
			  border-collapse: collapse }

td			{ padding: 0px }

td.border		{ vertical-align: top; background-color: #3f1c00 }
td.footerCell		{ padding: 5px; font-size: 10px }

td.menuCell		{ height: 24px; color: #1b0c00;
			  vertical-align: middle;
			  background-image: url('images/FooterGradient.png');
			  border-bottom: 1px solid #1b0c00 }

.menu			{ color: #1b0c00; text-align: center }

.menuText		{ font-family: tahoma, sans-serif; font-size: 13px;
			  font-weight: bold; color: white }

.menuTextHover		{ font-family: tahoma, sans-serif; font-size: 13px;
			  font-weight: bold; color: yellow }

a.menuLink:link		{ color: #1b0c00; text-decoration: none }
a.menuLink:visited	{ color: #1b0c00; text-decoration: none }
a.menuLink:hover	{ color: #854500; text-decoration: underline }

a:link			{ color: #1b0c00; text-decoration: none }
a:visited		{ color: #1b0c00; text-decoration: none }
a:hover			{ color: #854500; text-decoration: underline }

.footer			{ font-family: tahoma, sans-serif; color: #1b0c00; text-align: right;
			  background-image: url('images/FooterGradient.png');
			  background-repeat: repeat-x;
			  border-bottom: 1px solid #1b0c00; border-left: 1px solid #1b0c00;
			  border-right: 1px solid #1b0c00 }

.contents 		{ padding: 10px; background-color: #ffdba1; vertical-align: top }
.contents_bold 		{ font-size: 14px; font-weight: bold }

.procedure_name		{ font-size: 14px; font-weight: bold;
			  margin: 5px 0px 5px 0px;
			  padding: 2px 4px 2px 4px;
			  background-color: #efcb91 }

td.procedure_text	{ width: 283px; font-size: 12px; text-align: left; vertical-align: top; padding: 0px 4px 0px 4px; }

td.cvDate		{ width: 120px; vertical-align: top; padding-top: 1px; padding-bottom: 1px }

.indented		{ text-indent: 30px; text-align: justify }
