

body	 	{		
			font-family:'Trebuchet MS',Helvetica,Arial,sans-serif;
			Background-Color:#ffffff;
			background-image:url(images/bg.gif);
			margin:0%;
			background-repeat: repeat-x;
			color:#6d481d;
		}

table.border1	{ 
			border: 20px solid #502e06;
			background-color: #ffffff;
			padding-bottom:0.5cm;
			padding-left:2.0cm;
			padding-top:0.5cm;
		}

/* above is a CSS hack to ensure the proper width of the main box in IE and below is the code used in proper browsers ;-) */

html>body table.border1	
		{ 
			border: 20px solid #502e06;
			background-color: #ffffff;
			padding-bottom:0.5cm;
			padding-left:2.0cm;
			padding-top:0.5cm;
			padding-right:2.0cm;
		}

table.main	{
			table-layout: fixed;
		}
		
table.events	{
			border: 4px ridge #502e06;
			table-layout: auto;
		}
		
td.contact	{
			font-size:16pt;
		}	
		
tr.contact	{
			font-size:16pt;
		}	

img		{
			border: 0px none #ffffff;
		}
		
font.top	{
			color:#ffffff;
			font-size:10pt;
			text-decoration: none;
			font-weight: bold;
		}
		
font.small	{
			font-size:8pt;
		}
		
h1		{
			font-size:32pt;
			font-weight:bold;
			text-align:center;
		}

h2		{
			font-size:20pt;
			font-weight:bold;
			text-align:left;
			margin-left:0.5cm;
			margin-bottom:0cm;
		}

h3		{
			font-size:10pt;
			font-weight:normal;
			text-align:left;
			margin-left:0.5cm;
			margin-bottom:0cm;
			margin-top:0cm;
			font-style: italic;
		}
		
p		{
			font-size:12pt;
			text-align:justify;
		}

p.form		{
			text-align:right;
		}

li.ol		{
			margin-bottom:0.3cm;
		}

blockquote	{
			font-size:12pt;
			text-align:justify;
			margin:0.5cm;
			font-style:italic;
		}
		
a:link		{
			color:#999999;
			text-decoration: none;
		}
		
a:visited	{
			color:#999999;
			text-decoration: none;
		}
		
a:hover		{
			color:#999999;
			text-decoration: underline;
		}
				
a:active	{
			color:#999999;
			text-decoration: none;
		}
	
a.top:link	{
			color:#ffffff;
			text-decoration: none;
		}
		
a.top:visited	{
			color:#ffffff;
			text-decoration: none;
		}
		
a.top:hover	{
			color:#ffffff;
			text-decoration: underline;
		}
				
a.top:active	{
			color:#ffffff;
			text-decoration: none;
		}

.legal		{
			color: #707070;
			font-size: 8.5pt;
		}