﻿body {
	background-color: #202020;
	margin-top: 0;
	margin-bottom: 0;
	font-family: tahoma, sans-serif;
	font-size: 11pt;
	color: #3399FF;
	}

p 	{
	font-size: 11pt;
	line-height: 20px;
	}

h1	{
	font-family: tahoma, sans-serif;
	font-size: 18pt;
	color: #F74897;
	font-weight: bold;
	}
		
h2	{
	font-family: tahoma, sans-serif;
	font-size: 14pt;
	color: #404040;
	font-weight: bold;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	color: #404040;
	line-height: 20px;
	}

table.register
	{ 
	width: 400px;
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
	margin-bottom: 5px;
	}

td.registertop
	{ 
	background-color: #C0C0C0;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF; 
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}

td.registertxt
	{ 
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .8em;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px; 
	}	
	
	
	
/*  MENU CODE */
	
#menu {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 0px;
	margin: 10px;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #404040;
	display: block;
	background: url(img/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #C00000;
	background: url(img/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(img/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}