HTML			{height: 			100%; 
				overflow: -moz-scrollbars-vertical; 
				margin-bottom: 		1px;}
BODY			{background:		#006b54 url(images/bg.gif) repeat-x;
				color:				#ffffff;
				font-size:			8pt;
				font-family:		"Verdana", sans-serif;
				margin-top:			0;
				margin-left:		0;
				margin-right:		0;
				}

TD				{background-color:	#ffffff;
				color:				#333333;
				font-size:			10pt;
				font-family:		"Verdana", sans-serif;}
H1				{font-size:			16pt;
				font-family:		"Century Old Style Std", serif;
				color:				#006b54;
				text-align: 		center;
				margin-top:			0px;}
H2				{font-size:			12pt;
				color:				#333333;
				text-align: 		center;}
H3				{font-size:			10pt;
				color:				#333333;}
H4				{font-size:			8pt;
				color:				#333333;}
BR				{clear:				both;}
HR				{height:			1px;}

A:link			{color: 			#006b54;
				text-decoration:	none;}
A:active		{color: 			#006b54;
				text-decoration:	none;}
A:visited		{color: 			#11886e;
				text-decoration:	none;}
A:hover			{color: 			#006b54;
				text-decoration:	underline;}
#header			{background:		#006b54 url(images/header_bg.png) no-repeat;
				width:				832px;
				height:				200px;}
#mainbody		{margin:			0px 50px 0px 50px;}
.green			{background-color:	#006b54;}
.margin-right	{background:		#006b54 url(images/margin_right.gif) repeat-y;}
.margin-left	{background:		#006b54 url(images/margin_left.gif) repeat-y;}
.bold			{font-weight:		bold;}
.justify		{text-align:		justify;}
.center			{text-align:		center;}
.smfont			{font-size:			10pt;}
.x-smfont		{font-size:			8pt;}
.x-smfontbold	{font-size:			8pt;
				font-weight:		bold}
.xx-smfont		{font-size:			7pt;}
.spec-caption	{font-size:			12pt;
				font-family:		"Century Old Style Std", serif;}

.list-plain		{list-style-type:	none;
				margin-bottom:		12px;} 

.box 			{width: 			100%;
				border-width:		1px;
				border-style: 		solid;
				border-color:		#e8e6e4;
				background-color:	#f3f2f1;
				padding:			10px;
				margin: 			10px 10px 10px 10px;
				font-size:			8pt;
				text-align:			justify;
				display: 			block;}
.box2 			{width: 			100%;
				border-width:		1px;
				border-style: 		solid;
				border-color:		#e8e6e4;
				background-color:	#f3f2f1;
				padding:			10px;
				margin: 			10px 0px 0px 10px;
				font-size:			9pt;
				text-align:			center;
				display: 			block;}
.box3 			{width: 			500px;
				border-width:		1px;
				border-style: 		solid;
				border-color:		#ffffff;
				background-color:	#f3f2f1;
				padding:			8px;
				margin: 			10px 0px 0px 0px;
				font-size:			8pt;
				text-align:			left;
				display: 			block;}

fieldset 		{border:			1px solid #006b54;}				
legend 			{font-size:			10pt; 
				font-weight: 		bold; 
				color: 				#006b54;}
label 			{float:				left;
				width:				15em;
				padding-left:		10px;}
.formfield		{font-size:			8pt;
				font-weight:		bold;
				color:				#333333;
				background-color:	#ffffff;
				margin:				1 1 1 1;}	
.form-error 	{font-size: 		8pt;
				color: 				#ff3333;
				text-align:			center;}

#print-only		{display: 			none;}

/* SLIDER */				
#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 598px; 
    height: 158px; 
    padding: 0px;; 
	display: table;
  width: 100%;
  table-layout: fixed;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}