/* Common Styles */

/* html tags */
BODY
{
    color: #000000;
    background-color: #ffffff;
    font-family:arial, helvetica, sans-serif;
    font-size: 12px
}
P, TD {
	font: normal x-small arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px
	bgnd1 {
		background-color : #930042 
	}
}
UL, OL, LI, DT, DD, BLOCKQUOTE, FORM {
	font: normal x-small arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 10px
}
div, span {
	font: normal x-small arial, helvetica, sans-serif;
}

/* Classes for background colors */
table.bgnd1 {
	background-color : #930042 
}
table.bgnd2 {
	background-color : #84216B
}
table.bgnd3 {
	background-color : #44225E
}


/* text variants tny = tiny, sm = small, med = medium/normal, lg = large, xlg = extra large */
/* white text */
.tiny			{font-size:.5em;color : #000000;}
.small			{font-size: xx-small;color : #000000;}
.medium			{font-size: x-small;color : #000000;}
.large			{font-size: small;color : #000000;}
.xlarge			{font-size: medium;color : #000000;}

/* grey text */
.tnySubdued 	{font-size:.5em;color : #DDDDDD;}
.smSubdued 		{font-size: xx-small;color : #DDDDDD;}
.medSubdued 	{font-size: x-small;color : #DDDDDD;}
.lgSubdued 		{font-size: small;color : #DDDDDD;}
.xlgSubdued 	{font-size: medium;color : #DDDDDD;}

/* yellow text */
.tnyHighlight 	{font-size:.5em;color : #FFFF66;}
.smHighlight 	{font-size: xx-small;color : #FFFF66;}
.medHighlight 	{font-size: x-small;color : #FFFF66;}
.lgHighlight 	{font-size: small;color : #FFFF66;}
.xlgHighlight 	{font-size: medium;color : #FFFF66;}

/* pl-blue text */
.tnyEmphasis 	{font-size:.5em;color : #CCFFFF;}
.smEmphasis		{font-size: xx-small;color : #CCFFFF;}
.medEmphasis	{font-size: x-small;color : #CCFFFF;}
.lgEmphasis		{font-size: small;color : #CCFFFF;}
.xlgEmphasis	{font-size: medium;color : #CCFFFF;}

/* pink text */
.tnyEmphasis 	{font-size:.5em;color : #f2bad8;}
.smEmphasis		{font-size: xx-small;color : #f2bad8;}
.medEmphasis	{font-size: x-small;color : #f2bad8;}
.lgEmphasis		{font-size: small;color : #f2bad8;}
.xlgEmphasis	{font-size: medium;color : #f2bad8;}

a:link {color: white; text-decoration: underline} 
a:active {color: pl-blue; text-decoration: underline} 
a:visited {color: grey; text-decoration: underline} 
a:hover {color: pink; text-decoration: underline} 

/* headline classes */
H1				{font-weight:bold;font-size:36px; color: #FFFFFF; margin: 0px;}
H2				{font-weight:bold;font-size:24px; color: #FFFFFF; margin: 0px;}
H3 				{font-weight:bold;font-size:16px; color: #FFFFFF; margin: 0px;}
H1.Subdued 		{font-weight:bold;font-size:36px; color: #8f8475; margin: 0px;}
H2.Subdued 		{font-weight:bold;font-size:24px; color: #8f8475; margin: 0px;}
H3.Subdued 		{font-weight:bold;font-size:16px; color: #8f8475; margin: 0px;}
H1.Highlight 	{font-weight:bold;font-size:36px; color: #fc8a00; margin: 0px;}
H2.Highlight 	{font-weight:bold;font-size:24px; color: #fc8a00; margin: 0px;}
H3.Highlight 	{font-weight:bold;font-size:16px; color: #fc8a00; margin: 0px;}
H1.Emphasis		{font-weight:bold;font-size:36px; color: #165b83; margin: 0px;}
H2.Emphasis		{font-weight:bold;font-size:24px; color: #165b83; margin: 0px;}
H3.Emphasis		{font-weight:bold;font-size:16px; color: #165b83; margin: 0px;}


/* form classes */

INPUT, INPUT.button, .inputBox {
	font: normal x-small Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #ffffff;
}

SELECT {
	font: normal x-small Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color : #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}

TEXTAREA {
	font: normal x-small Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}