body {
margin: 0pt;
background-color: #FBECF3;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
}

.body {
font-family: Garamond;
font-size: 14px;
font-weight: normal;
color: #000000;
text-align: left;
}

.h1 {
font-family: Garamond;
font-size: 14px;
font-weight: bold;
color: #000000;
text-align: left;
}

.h2 {
font-family: Times New Roman, Arial, Verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: left;
}

.h3 {
font-family: Times New Roman, Arial, Verdana;
font-size: 20px;
font-weight: bold;
color: #E32957;
text-align: center;
}

.header {
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
text-align: right;
padding: 10px;
}

.navigation {
font-family: Arial, Verdana;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
text-align: center;
}

.menu {
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: left;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
padding: 5px;
}

.top {
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
padding: 7px;
}

.topleft {
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
border-right: 1px solid #ffffff;
padding: 7px;
}

.topright {
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
border-left: 1px solid #ffffff;
padding: 7px;
}

.box {
font-family: Arial, Verdana;
font-size: 10px;
font-weight: normal;
color: #ffffff;
text-align: left;
padding: 5px;
background-color: #BA3A8C;
}

.boxtext {
font-family: Arial, Verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
text-align: left;
padding: 5px;
background-color: #FBECF3;
}

.imagebox {
font-family: Arial, Verdana;
font-size: 10px;
font-weight: normal;
color: #BA3A8C;
text-align: center;
padding:5px;
}

.copyright {
font-family: Arial, Verdana;
font-size: 10px;
font-weight: normal;
color: #BA3A8C;
text-align: right;
padding:5px;
}

.credits {
font-family: Arial, Verdana;
font-size: 10px;
font-weight: normal;
color: #FEE9B2;
text-align: right;
padding: 5px;
}


#dropmenudiv{
position:absolute;
border:1px solid #BA3A8C;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BA3A8C;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FAEBF2;
color: #BA3A8C;
}





/*  LINKS 
---------------------------*/

A 		{ color: #BA3A8C; font-family: Garamond; }
A:link		{ color: #BA3A8C; text-decoration: none; }
A:visited	{ color: #BA3A8C; text-decoration: none;  }
A:active	{ color: #BA3A8C; text-decoration: none;  }
A:hover		{ color: #FEE9B2; text-decoration: underline; }


.body A 	{ color: #BA3A8C; font-size: 14px; text-decoration: underline; font-weight:normal;}
.body A:link	{ color: #BA3A8C; text-decoration: underline; }
.body A:visited	{ color: #BA3A8C; text-decoration: underline; }
.body A:active	{ color: #BA3A8C; text-decoration: underline; }
.body A:hover	{ color: #FEE9B2; text-decoration: underline; }

.h1 A 		{ color: #BA3A8C; text-decoration: underline; font-family: Garamond; font-size: 14px; font-weight:bold;}
.h1 A:link	{ color: #BA3A8C; text-decoration: underline; }
.h1 A:visited	{ color: #BA3A8C; text-decoration: underline; }
.h1 A:active	{ color: #BA3A8C; text-decoration: underline; }
.h1 A:hover	{ color: #FEE9B2; text-decoration: none; }

.h2 A 		{ color: #BA3A8C; text-decoration: underline; font-size: 14px; font-weight:bold;}
.h2 A:link	{ color: #BA3A8C; text-decoration: underline; }
.h2 A:visited	{ color: #BA3A8C; text-decoration: underline; }
.h2 A:active	{ color: #BA3A8C; text-decoration: underline; }
.h2 A:hover	{ color: #FEE9B2; text-decoration: none; }

.link A 		{ color: #BA3A8C; text-decoration: underline; font-size: 14px; font-weight:bold;}
.link A:link	{ color: #BA3A8C; text-decoration: underline; }
.link A:visited	{ color: #BA3A8C; text-decoration: underline; }
.link A:active	{ color: #BA3A8C; text-decoration: underline; }
.link A:hover	{ color: #FEE9B2; text-decoration: none; }

.menu A 	{ color: #BA3A8C; text-decoration: underline; }
.menu A:link	{ color: #BA3A8C; text-decoration: underline; }
.menu A:visited	{ color: #BA3A8C; text-decoration: underline; }
.menu A:active	{ color: #BA3A8C; text-decoration: underline; }
.menu A:hover	{ color: #EE88CD; text-decoration: underline; }

.top A, .topright A 	{ color: #ffffff; text-decoration: none; }
.top A:link	{ color: #ffffff; text-decoration: none; }
.top A:visited	{ color: #ffffff; text-decoration: none; }
.top A:active	{ color: #ffffff; text-decoration: none; }
.top A:hover	{ color: #ffffff; text-decoration: none; }

.copyright A 		{ color: #BA3A8C; text-decoration: underline; }
.copyright A:link	{ color: #BA3A8C; text-decoration: underline; }
.copyright A:visited	{ color: #BA3A8C; text-decoration: underline; }
.copyright A:active	{ color: #BA3A8C; text-decoration: underline; }
.copyright A:hover	{ color: #FEE9B2; text-decoration: none; }

.credits A 		{ color: #FEE9B2; text-decoration: underline; }
.credits A:link	        { color: #FEE9B2; text-decoration: underline; }
.credits A:visited	{ color: #FEE9B2; text-decoration: underline; }
.credits A:active	{ color: #FEE9B2; text-decoration: underline; }
.credits A:hover	{ color: #BA3A8C; text-decoration: none; }