/* basic elements */
/* Default CSS Stylesheet for a new Web Application project */{}
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-weight: bold;
	font-size:9pt;
	color: #0d182d;
	}
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	font-size:9pt;
	color: #173361;
	}
a:hover{ 
	text-decoration: underline;
	}
a.sec:link { 
	font: Arial;
	text-decoration: none; 
	font-weight: bold;
	font-size:10pt;
	color: #f6875c;
	}
a.sec:visited { 
	font: Arial;
	text-decoration: none;
	font-weight: bold; 
	font-size:10pt;
	color: #f6875c;
	}
a.sec:hover{ 
	text-decoration: underline;
	}
.generalpage
{
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 1px; /* Margins */

}
.blktext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size:10pt;
	color: #000000;
}
.bigtext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	font-size:12pt;
	color: #ffffff;
}
.gentext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size:10pt;
	color: #ffffff;
}
.main_home {
	background-image: url('images/womens site_3x1.jpg');
	background-repeat: no repeat;
	}
#head span {
	display:none
	}
.special {
	font: Arial;
	text-decoration: none; 
	font-size:8pt;
	color: #ffffff;
	}