/* Default CSS Stylesheet for a new Web Application project */

.MainPurple
{
LEFT: 0px; 
COLOR: #3a1c64;
FONT-FAMILY: Arial;
FONT-WEIGHT: bold;
FONT-SIZE: 12pt;
}

.MinorPurple
{
LEFT: 0px; 
COLOR: #3a1c64;
FONT-FAMILY: Arial;
FONT-WEIGHT: bold;
FONT-SIZE: 10pt;
}

.NormalPurple
{
LEFT: 0px; 
COLOR: #3a1c64;
FONT-FAMILY: Arial;
FONT-WEIGHT: normal;
FONT-SIZE: 10pt;
}
.MinorBlack
{
LEFT: 0px; 
COLOR: Black;
FONT-FAMILY: Arial;
FONT-WEIGHT: bold;
FONT-SIZE: 10pt;
}

.NormalText
{
LEFT: 0px; 
COLOR: Black;
FONT-FAMILY: Arial;
FONT-WEIGHT: normal;
FONT-SIZE: 10pt;
}

.GreenBorder
{
BORDER-RIGHT: #22af6b thin solid; 
BORDER-TOP: #22af6b thin solid; 
BORDER-LEFT: #22af6b thin solid; 
BORDER-BOTTOM: #22af6b thin solid; 
CURSOR: default; 
}
.WhiteLabel
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
}
.BigGreenLabelCenter
{
	font-size: 12pt;
	color: #00592F;
	font-family: Arial;
	text-align: Center;
	text-decoration: none;
	font-weight: bold;
}
.MedBlackLeft
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.MedBlackCenter
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: Center;
	text-decoration: none;
	font-weight: bold;
}


.MedGreenLabelLeft
{
	font-size: 8pt;
	color: #00592F;
	font-family: Arial;
	text-align: Left;
	text-decoration: none;
	font-weight: bold;
}
.MedGreenLabelCenter
{
	font-size: 8pt;
	color: #00592F;
	font-family: Arial;
	text-align: Center;
	text-decoration: none;
	font-weight: bold;
}
.SmallGreenLabelLeft
{
	font-size: 8pt;
	color: #00592F;
	font-family: Arial;
	text-align: Left;
	text-decoration: none;
}
.SmallGreenLabelLeft
{
	font-size: 8pt;
	color: #00592F;
	font-family: Arial;
	text-align: Center;
	text-decoration: none;
}