a {
   color: #BB2F92;
   text-decoration : none;
   font-weight: bold;
}
a:Hover {
   text-decoration : underline;
}

a.default {
	color: #BB3A8C;
	font-weight: bold;
}

a.head {
	color: #BB3A8C;
	font-weight: bold;
	font-size: 1.0em;
}

a.mainMenu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}

a.mainMenuactive {
	color: #E054B7;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}

h2{
	background: transparent;
	color: #BB2F92;
	font-family: "Trebuchet MS", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	word-spacing: -0.1em;
	text-transform: uppercase;
	display:inline;	
}

h3{
	background: transparent;
	color: #000;
	font-family: "Trebuchet MS", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	word-spacing: -0.1em;
	text-transform: uppercase;
}


table {
   font-style : normal; 
   font-weight : normal; 
   font-size : 9px; 
   font-family: "Trebuchet MS", "Arial Narrow", Helvetica, Arial, sans-serif;
   color : #000000; 
   text-decoration : none;
}


input {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border: 1px solid lightgrey; 
    
}

select {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border: 1px solid lightgrey;  
}

radio {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #ffffff; 
   border: 1px solid lightgrey; 
}

textarea {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border: 1px solid lightgrey; 
}
