/*-----------------------------------------------------------------------------


	Fonts


-----------------------------------------------------------------------------*/





body {


	font-face: Arial;


	font-color: #000000;


	font-size: 12;


}  





.bold {


	font-weight: bold;


	color: #780068;


}





.italic {


	font-style: italic;


	font-weight: bold;


	color: #780068;


}





p {


	font-family: Arial;


	font-size: 12px;


	color: #000000;


	line-height: 130%;


} 





h2	{


	font-face: Arial;


	font-size: 15;


	color: #BD36A7;


} 





td {


	font-family: Arial;


	font-size: 11px;


	color: #000000;


} 





.whiteText {


	color: #ffffff;


}








/*-----------------------------------------------------------------------------


	Tables


-----------------------------------------------------------------------------*/


 


.mainLeftSd {


	background-image: url(../images/img_lShadeHm.jpg);


	background-repeat: repeat-x;


} 





.subLeftSd  { background-image: url("../images/img_lShadeSub.jpg"); background-repeat: repeat-y }





.darkPurple {


	background-color: #780068;





}





.whiteTable {


	background-color: #ffffff;


}





.litePurple {


	background-color: #BD36A7;


}


	


/*--------------------------------------------------------------------------


	Link


-----------------------------------------------------------------------------*/





a.homeLinkOff:Link, a.homeLinkOff:Active, a.homeLinkOff:Visited {


	font-family: Arial;


	font-size: 12;


	color: #ffffff;


	text-decoration: none;


} 





a.homeLinkOff:Hover {


	text-decoration: underline;


}





a.homeLinkOn:Link, a.homeLinkOn:Active, a.homeLinkOn:Visited {


	font-family: Arial;


	font-size: 12;


	color: #660066;


	text-decoration: none;


} 





a.homeLinkOn:Hover {


	text-decoration: underline;


}





a.subLinkOff:Link, a.subLinkOff:Active, a.subLinkOff:Visited {


	font-family: Arial;


	font-size: 12;


	color: #ffffff;


	text-decoration: none;


} 





a.subLinkOff:Hover {


	text-decoration: underline;


}





a.subLinkOn:Link, a.subLinkOn:Active, a.subLinkOn:Visited {


	font-family: Arial;


	font-weight: bold;


	font-size: 12;


	color: #660066;


	text-decoration: none;


} 





a.subLinkOn:Hover {


	text-decoration: underline;


}





a.footerLink:Link, a.footerLink:Active, a.footerLink:Visited {


	font-family: Arial;


	font-size: 10;


	color: #C21CAA;


	text-decoration: none;


} 





a.footerLink:Hover {


	text-decoration: underline;


}





a.Link:Link, a.Link:Active, a.Link:Visited {


	font-family: Arial;


	font-size: 10;


	color: #F2DD4F;


	text-decoration: none;


} 





a:Link, a:Active, a:Visited {


	font-family: Arial;


	color: #BD36A7;


	text-decoration: none;


}





a:Hover {


	text-decoration: underline;


} 



