/**
 */

/* main menu styles */

/* General Fonts */
BODY,P,OL,UL,DIV,TD {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #4C0972; 
font-style: normal;  
line-height: 130%; 
}
 
 
/* In Text Hyperlinks */
a:link {
 color: #4C0972; 			/*blue*/
 font-size: 12px;
 text-decoration: none;
}
a:visited {
 color: #4c0972; 			/*blue*/
 font-size: 12px;
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: #FF8000;
 font-size: 12px;
 text-decoration: none;
}


/* Bottom Navigation Menu */
.bottomnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.bottomnav a:link {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav a:visited {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav a:hover {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #F75487;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:active {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #F75487;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:link {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:visted {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:hover {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #F75487;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}




}
 
/* Forms Fields */
SELECT {  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #555555;
border-right: #F75487 1px solid; 
border-top: #F75487 1px solid; 
border-left: #F75487 1px solid; 
border-bottom: #F75487 1px solid
}

input {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
border-right: #F75487 1px solid; border-top: #F75487 1px solid; border-left: #F75487 1px solid; border-bottom: #F75487 1px solid; background-color: #ffffff
}

.input {
border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid; 0
}



.tx-powermail-pi1 {
float:left;
width:90%;
height:320px;
margin-left:0px;

}





















