/* Default CSS Stylesheet for a new Web Application project */


a:link {
	color: #ffffff;
    text-decoration:none ;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;

}
a:hover {
	text-decoration: underline;
	color: #680500;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}
h2,h3,h4,h5,h6 {
	font-family: Times new Roman, Helvetica, sans-serif;
}
h1 {
	font-family: Copperplate Gothic Bold;
	font-size: 22px;
	color: #000000;
	}
h2 {
	font-size: 18px;
	color: #000000;
	font-family: Times New Roman, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	color: #000000;
	font-family: Times New Roman, Helvetica, sans-serif;

}
h4 {
	font-size: 14px;
	color: #000000;
	font-family: Times New Roman, Helvetica, sans-serif;
}

p
{
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
  }
 .firstword
 {
 FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
}
   


td.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 6%;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;

}


td.mainlinks a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

td.mainlinks a:visited {
	color: #CC9966;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.mainlinks a:hover {
	color: #CC3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}