.azure { color: #000DB2; }
.golden { color: #E8CC4D; }
.mustard { color: #D9AB00; }
.white { color: #ffffff; }
.red { color: #FF0000; }
.gray { color: #808080; }
.lightgray { color: #C0C0C0; }

.xxsmall {font-size: xx-small}
.xsmall {font-size: x-small}
.small {font-size: small}
.medium {font-size: medium}
.large {font-size: large}
.xlarge {font-size: x-large}
.xxlarge {font-size: xx-large}
.big {font-size: 175%}

.left {text-align: left}
.right { text-align: right; }
.center { text-align: center; }
.justify {text-align: justify}

.bold { font-weight: bold; }
.italic {font-style: italic;}

.nounderline {text-decoration: none;}

.img_right { float: right; }

.nomargin
{
    MARGIN-LEFT: 0em;
    MARGIN-RIGHT: 0em;
    MARGIN-TOP: 0em;
    MARGIN-BOTTOM: 0em;
}
.noverticalmargin
{
    MARGIN-TOP: 0em;
    MARGIN-BOTTOM: 0em;
}
	
BODY, UL, OL, P, TD, TH, LI
{
    FONT-SIZE: x-small;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left;
	color: #000000;
}
H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

CAPTION
{
    FONT-SIZE: small;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}


H1
{
	font-size: 3em;
	font-weight: 700;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
H2
{
	font-size: 2.5em;
	font-weight: 700;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
H3
{
	font-size: 2em;
	font-weight: 700;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
H4
{
	font-size: 1.75em;
	font-weight: 700;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
H5
{
	font-size: 1.58em;
	font-weight: 500;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
H6
{
	font-size: 1.33em;
	font-weight: 500;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}

P.indent
{
    MARGIN-LEFT: 1em;
    MARGIN-RIGHT: 0em;
}

TH
{
    FONT-WEIGHT: bold;
    color: White;
    background-color : Maroon;
}

TH.alt
{
    FONT-WEIGHT: normal;
    color : Yellow;
    background-color : Navy;
}

TD.alt
{
    COLOR: #90FFB0;
}

a.title:link
{
	color: blue;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

a.title:active
{
	color: blue;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

a.title:visited
{
	color: blue;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

a.title:hover
{
	color: blue;
	font-size: 80%;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

A.reverse:link
{
    FONT-SIZE: x-small;
    COLOR: #FFFFFF;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
A.reverse:active
{
    FONT-SIZE: x-small;
    COLOR: #B000B0;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
A.reverse:visited
{
    FONT-SIZE: x-small;
    COLOR: #FFFFFF;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}
A.reverse:hover
{
    FONT-SIZE: x-small;
    COLOR: #0000FF;
    background-color: #EEEEEE;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: left
}

a:active
{
	color: red;
}
A:hover
{
	color:"#B000B0";
	BACKGROUND-COLOR: #FFFF40;
}
A:link 
{
	color:"#0040B0";
}
A:visited
{
	color:"#0040B0";
}

ADDRESS
{
    FONT-SIZE: x-small;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: center
}

.page-left
{
	background: url(images/starburst-left.gif) no-repeat;
	background-color: #BDCFF0;
	position: absolute;
	height: 100%;
	width: 110px;
	left: 0px;
	top: 0px;
}

.page-right
{
	background: url(images/starburst-right.gif) no-repeat;
	background-color: #ffffff;
	position: absolute;
	height: 100%;
	width: 690px;
	left: 110px;
	top: 0px;
}
.text_block
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
}
