a:link 		{ color: #006699; }
a:visited 	{ color: #006699; } 
a:active 	{ color: #339999; }
a:hover  	{ color: #FFCCFF; background-color: #1377AC; }

a:link.menu 	{ color: #C4E0EF; font-family:Arial; font-size:9pt; font-weight:bold; }
a:visited.menu 	{ color: #C4E0EF; font-family:Arial; font-size:9pt; font-weight:bold; } 
a:active.menu 	{ color: #C4E0EF; font-family:Arial; font-size:9pt; font-weight:bold; }
a:hover.menu 	{ color: #FFCCFF; font-family:Arial; font-size:9pt; font-weight:bold; width: 100%; height:22; border: solid 1px #9266B1; background-color:#BF7DBD;}

.title        		{ font-size: 18pt; color: #660066; font-weight: bold; margin-top:10 }

.subtitle      		{ font-size: 13pt; color: #660066; font-weight: bold; margin-bottom:-16}

.datepicker         { font-size:7pt; }

.regform            { font-size: 9px; }


body
{
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	color: #000000;	
}

table
{
	font-family: Arial, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}

input
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #006666;
	font-weight: bold;
	background-color: #F4F4F4;
}
               
textarea
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #006666;
	font-weight: bold;
	background-color: #F4F4F4;
}
select
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #808080;
	font-weight: bold;
	background-color: #F4F4F4;
}
hr           { color: #DDC2E5; size:1px; width:98%;}


/* =========================== */
/* Classes for the menu system */
/* =========================== */

#dropmenudiv{
  position:absolute;
  border:0px #9269AF;
  line-height:22px;
  z-index:100;
}
 
#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 10px;
  background-color: #1377AC;
  text-decoration: none;
  color: #C4E0EF;
  font-family:Arial;
  font-size:9pt;
  font-weight:bold;
}
 
#dropmenudiv a:hover{
  color: #FFCCFF;
  background-color: #BF7DBD;
}

.footer
{
	color:#8D69AC; font-size:8pt;
}

