/*Main Elements*/
BODY
{
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
	border-bottom: medium none;
	padding-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	margin: 0pt;
	background-position: left 0px;
	background-color: #000033;
	background-attachment: fixed;
	/* background-image: url(/images/righttest.gif); */
	color: #000000;
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, 'sans serif';
}
TD
{
    FONT-SIZE: 0.8em;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Arial, Helvetica, 'Sans serif';
}
H1
{
    FONT-SIZE: 2em;
    COLOR: #ffffff;
}
A            /* for unvisited links ALSO?  Same as Link? */
{
	color: blue;
	text-decoration: none;
}
A:link {}    /* for unvisited links */
A:visited {} /* for visited links */
A:hover      /* when mouse is over link */
{
	color: green;
}
A:active {}  /* when link is clicked */ 


/* User Defined Classes */
A.BlueBoxA
{
	COLOR: #dbaf36;  /* Gold color */
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
}
A.BlueBoxA:link {}
A.BlueBoxA:visited {}
A.BlueBoxA:hover
{
	COLOR: #faf720;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
}
A.BlueBoxA:active {}


/* User Defined Custom Classes */
.BodyText
{
    FONT-SIZE: 0.9em;
    COLOR: #000000;
}
.BoxHeaderText
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 1.2em;
    COLOR: #ffffff;
}
.BoxBackColor
{
	background-color: #212b69;	
}
.BoxBodyText
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 0.9em;
    COLOR: #ffffff;
}
.SectionHeader
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 1.1em;
    COLOR: #000000;
}
.FooterText
{
    FONT-SIZE: 0.8em;
    COLOR: #000000;
}
.AlphaList
{
	list-style-type: upper-alpha;
	list-style-position: outside;
}
.SubList
{
	list-style-position: outside;
	list-style-type: lower-roman;
}
.SubSubList
{
	list-style-position: outside;
	list-style-type: lower-alpha;
}
.NoBulletList
{
	list-style-type: none;
}
.NoteBox
{
    BORDER-RIGHT: teal double;
    PADDING-RIGHT: 5px;
    BORDER-TOP: teal double;
    PADDING-LEFT: 5px;
    FONT-SIZE: 0.75em;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: teal double;
    COLOR: black;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: teal double;
    FONT-FAMILY: 'Courier New', Arial, sans-serif;
    TEXT-ALIGN: justify
}
.SmallText
{
    FONT-SIZE: 0.8em;
    COLOR: black
}
.SmallTextBold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 0.8em;
    COLOR: black
}
.BoldText
{
    FONT-WEIGHT: bold;
    COLOR: black;
    FONT-FAMILY: Tahoma, Arial, Helvetica, 'Sans serif'
}
.LargeText
{
    FONT-SIZE: 1.3em;
    COLOR: black
}
.FloatingFrame1
{
    BORDER-RIGHT: #f0cd33 5px groove;
    PADDING-RIGHT: 9px;
    BORDER-TOP: #f0cd33 5px groove;
    PADDING-LEFT: 9px;
    FONT-SIZE: 1em;
    LEFT: 65px;
    FLOAT: none;
    VISIBILITY: visible;
    PADDING-BOTTOM: 9px;
    MARGIN: 0px;
    OVERFLOW: auto;
    BORDER-LEFT: #f0cd33 5px groove;
    WIDTH: 95%;
    COLOR: black;
    PADDING-TOP: 9px;
    BORDER-BOTTOM: #f0cd33 5px groove;
    FONT-FAMILY: Tahoma, Arial, 'sans serif';
    POSITION: absolute;
    TOP: 115px;
    HEIGHT: 350px;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left
}
.TinyText
{
    FONT-SIZE: 0.1em;
    COLOR: white
}
.FlashingText
{
    TEXT-DECORATION: blink
}
