/* Tags */

BODY
{
	background-color: #FFFFFF;
	color: #000000;
	font: x-small Arial, Helvetica, sans-serif;
	vertical-align: center;
	margin-top: 0px;
}

TABLE
{
	background: #FFFFFF;
	color: #000000;
	padding: 0px;
}

TD.purple { background: #520063; }

TR.purple {background: #520063; }

FORM
{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

LI
{
	margin-top: 2px;
	margin-bottom: 2px;
/*	font-size: x-small; */
	font-size: 12px;
	list-style-type: square;
}

small { font-size: smaller; }

big { font-size: larger; }

h1 { font-size: xx-large; }

h2 { font-size: x-large; }

h3 { font-size: large; }

h4 { font-size: medium; }

h5 { font-size: small; }

h6 { font-size: xx-small; }

font[size=1] { font-size: xx-small; }

font[size=2] { font-size: small; }

font[size=3] { font-size: medium; }

font[size=4] { font-size: large; }

font[size=5] { font-size: x-large; }

font[size=6] { font-size: xx-large; }

font[size=7] { font-size: 300%; }

font[size=-1] { font-size: smaller; }

font[size=+1] { font-size: larger; }

font[size=-2] { font-size: 60%; }

font[size=+2] { font-size: 150%; }

font[size=+4] { font-size: 300%; }


/* Links */

a:link, a:visited {  text-decoration: none; color: #000099}
a:link:hover, a:visited:hover {  text-decoration: underline; color: #000099}
a:link:active, a:visited:active  {  text-decoration: none; color: #000099}
a:link:active:hover, a:visited:active:hover  {  text-decoration: underline; color: #000099}

/* Classes */

.RIGHT { text-align: right; }

.LEFT { text-align: left; }

.CENTER { text-align: center; }

.menuImg
{
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}

.topLink
{
	border: #000000 solid 0px;
	text-decoration: none;
	color: #FFFFFF;
}

.footerText
{
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	color: #FFFFFF;
}

.Disclaimer
{
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:center;
	color: #000000;
}

.captionText
{
	font: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: bottom ;
	color: #000000;
}

.gridCell
{
	border-top: #CCCCCC solid 1px;
}

.tinyBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000
}

.menuBlock1
{
	border: #520063 solid;
	border-width: 0px 1px 0px 0px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.menuBlock2
{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.redRequired { color: #FF0000; }

.regularText { font: Arial, Helvetica, sans-serif; font-size: 12px; }
.largeText { font-family: Arial, Helvetica, sans-serif; font-size: 16px}
