/* Default CSS Stylesheet for a new Web Application project */

.smallWhiteBold		{font-weight: bold;  font-size: 8pt;	color: white;font-family: Arial;}
.mediumWhiteBold	{font-weight: bold;	font-size: 10pt;color: white;font-family: Arial;}
.menu				{font-weight: bold;	text-decoration:none; font-size: 8pt;color: white;font-family: Arial;}
.bodyText			{font-weight:normal ;font-size: 9pt;color:Black;font-family: Arial;}
.adTextBlack		{font-weight:normal ;font-size: 8pt; color:Black;font-family: Arial;}
.adTextLink			{font-weight:normal ;font-size:8pt;text-decoration:none; color:Blue;font-family: Arial;}
.headers			{font-weight:bold ;font-size: 10pt;color:Black;font-family: Arial;}
.redHeaders			{font-weight:bold ;font-size: 10pt;color:Red;font-family: Arial;}
.blueHeaders		{font-weight:bold ;font-size: 10pt;color:#003366;font-family: Arial;}
.greenHeaders		{font-weight:bold ;font-size: 10pt;color:Green;font-family: Arial;}
.purpleHeaders		{font-weight:bold ;font-size: 10pt;color:Purple;font-family: Arial;}
.orangeHeaders		{font-weight:bold ;font-size: 10pt;color:#FF9900;font-family: Arial;}
.maroonHeaders		{font-weight:bold ;font-size: 10pt;color:Maroon ;font-family: Arial;}
.disclaimer			{font-weight:normal ;font-size: 8pt;color:Black;font-family: Arial;}
.boldBodyText		{font-weight:bold ;font-size: 9pt;color:Black;font-family: Arial;}
.linkText			{font-weight:normal ;font-size: 9pt;color:Blue;font-family: Arial;}
.smallBold			{font-weight: bold;  font-size: 8pt;color:Black;font-family: Arial;}
.menulinkText		{font-weight:bold ;	text-decoration:none;font-size: 9pt;color:#003366;font-family: Arial;}
.errors				{font-weight:bold ;font-size: 9pt;color:Red;font-family: Arial;}
.smallErrors		{font-weight:bold ;font-size: 7pt;color:Red;font-family: Arial;}
.smallMenulinkText	{font-weight:bold ;font-size: 7pt;color:#003366;font-family: Arial;}
.bodyLoginText		{font-weight:normal ;font-size: 8pt;color:Black;font-family: sans-serif, Arial;}
.menulinkTextCopy {
font-weight:bold ;	text-decoration:none;font-size: 9pt;color:#CC0000;font-family: Arial;
}
.smallAdminMenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.AdminMenuHeader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.MiniWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.Cursor {
	cursor: hand;
}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FF9933;
	border: thin outset #FF9933;
	cursor: hand;

}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.WhiteLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	cursor: hand;
	color: #FFFFFF;
	font-weight: bold;

}

