.tx-mininews-pi1 .tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-teaser A { color:white; text-decoration:none; }
.tx-mininews-pi1 .tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-teaser A:hover { color:white; text-decoration:none; }



BODY,FORM,TABLE,P,OL,UL,FONT {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   /*font-style: normal;  */
/*	background-color: white; */
   line-height: 100%;
   /*margin: 0.25em 0.5em;*/
}

H1 {
   /* background-image: url(images/sun.jpg); */
   /* background-repeat: no-repeat; */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   color: #FFFF33;
}


H2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #999999;
   line-height: 90%;

}


H3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #CCCCCC;
   line-height: 90%;
}





HR {
   color: black; 
}

a:link {color: white}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: yellow}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */


#testimonial
{
	font-size: 10px;
}




/* THIS IS THE HEART OF TYPO. Change this, and the Typo base goes haywire! */
.bodytext
{

}


#leftmargin
{
margin-left: 1cm;
}





/* FORM MODULE */
/*
THE ULTIMATE REFERENCE: http://www.sitepoint.com/article/fancy-form-design-css
*/


/* GET RID OF THAT DAMN BORDER AROUND THE ENTIRE FORM */
.csc-mailform 
{
border: 0px;
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;
margin-bottom: 0.5em;
padding: 0;
align:center;
}

/* THIS IS CRITICAL FOR SPACING IN BETWEEN FIELDS! */
.csc-mailform-field
{
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.25em;
}

/* THIS IS THE LABEL THAT GOES BEFORE THE FORM ELEMENT (EX INPUT BOX) */
.csc-mailform-field label
{
float: left;  
width: 10em;  
margin-right: 1em;
}

/* THIS IS THE BUNCH OF TEXT (CALLED A LABEL .. I DUNNO WHY) */
.csc-mailform-label
{
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.5em;
padding-top: 0.25em;
}

/* THE SUBMIT BUTTON */
.csc-mailform-submit 
{  
float: none;  
position:absolute;
left:30%;
/*width: 100px;  */
/*border: 0 none #FFF;  */
/*padding-left: 2em; */
} bmit 
{  
float: none;  
position:absolute;
right:20%;
/*width: 100px;  */
/*border: 0 none #FFF;  */
/*padding-left: 2em; */
} 
