body { background-color:#ffcc33; }
a { color:#000000; }
a.linktab:hover { background-color:#ff9933; display:block; padding:2px; }

span.activetab { font-family:verdana; font-size:small; font-weight:bold; text-align:center; width:100%; background-color:#ffffcc; padding:10px; }
span.linktab { font-family:verdana; font-size:small; text-align:center; line-height:200%; }

div.contentheader { font-family:verdana; font-size:x-small; font-weight:bold; text-align:center; margin-bottom:10pt; }
div.contenttext { font-family:verdana; font-size:x-small; margin-bottom:10pt; }

td.activetab { background-color:#ffffcc; border-top:2px solid #000000; border-left:2px solid #000000; border-right:2px solid #000000; width:40%; text-align:center; background-color:#ffffcc; }
td.linktab-left { border-top:1px solid #000000; border-bottom:2px solid #000000; border-left:1px solid #000000; width:15%; text-align:center; }
td.linktab-right { border-top:1px solid #000000; border-bottom:2px solid #000000; border-right:1px solid #000000; width:15%; text-align:center; }
td.content { border-bottom:2px solid #000000; border-left:2px solid #000000; border-right:2px solid #000000; width:100%; background-color:#ffffcc; padding:10px; }

div.header {
	width: 100%;
	height: 10%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

div.header h1 {
	font-size:28px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
	padding-right:10px;
	padding-left:10px;
}
div.header h2 {
	font-size:18px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:10px;
	padding-left:10px;
}