/* Copyright (C) 2002 Metrostar Systems, Inc. */
#divScroller1 {
	Z-INDEX: 50; LEFT: 16px; OVERFLOW: hidden; WIDTH: 185px; CLIP: rect(0px 0px 0px 0px); POSITION: relative; TOP: 10px; HEIGHT: 240px; visbility: visible
}

body {
	background-color: #666666;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style3 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight : bold;
}
.style4 {font-size: 12px}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.style6 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style7 {color: #666666}
.style8 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; }
.style9 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style10 {
	font-size: 14px;
	color: #FFFFFF;
}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.style12 {color: #FFFFFF}
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; }

/* Default Font Type - any font residing within the TD tags of a table */
TD
{
    font-family: Verdana;
	font-size: 11px;
	color: #000000;
}


.Data
{
	font-weight : bold;
	color: #add8e6;
}

/* Bold */
.Normal_bold
{
	font-weight : bold;
}

/* Italic */
.Normal_italic
{
	font-style: italic;
}

/* Underline */
.Normal_underline
{
	text-decoration: underline;
}

/* ------------------ Large Font Type ------------------ */

.Large
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 16px;
}

/* Large Bold */
.Large_bold
{
	font-weight : bold;
    FONT-SIZE: 16px;
}

/* Large Italic */
.Large_italic
{
	font-style: italic;
    FONT-SIZE: 14px;
}

/* Large Underline */
.Large_underline
{
	text-decoration: underline;
    FONT-SIZE: 14px;
}



/* ------------------ Small Font Type ------------------ */
.Small
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
}

/* Small Bold */
.Small_bold
{
	font-weight : bold;
    FONT-SIZE: 11px;
}

/* Small Italic */
.Small_italic
{
	font-style: italic;
    FONT-SIZE: 11px;
}

/* Small Underline */
.Small_underline
{
	text-decoration: underline;
    FONT-SIZE: 11px;
}

/* ------------------ Copyright Font Type ------------------ */
.copyright
{
    COLOR: #CCCCCC;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px
}

/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none} 
A:link {text-decoration: underline; color: #00608A}
A:visited {text-decoration: underline; color: #896F94}
A:active {text-decoration: underline; color: #999999}
A:hover {text-decoration: none; color: #999999}

/* LINKS Set #1 */
a.footer:link
{
	text-decoration : none;
	color: #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : none;
}
a.footer:visited
{
	text-decoration: none;
	color: #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : noned;
}

a.footer:hover
{
    text-decoration: underline;
	color: #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : none;
}

/* LINKS Set #2 */
A.data{text-decoration: none;} 
A.data:link {text-decoration: none; color: #add8e6;}
A.data:visited {text-decoration: none; color: #add8e6;}
A.data:active {text-decoration: none; color: #add8e6;}
A.data:hover {text-decoration: underline; color: #add8e6;}

.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}





/* Form Feilds */
input, textarea, select
{

    FONT-FAMILY: "Courier New", Courier, mono;
    FONT-SIZE: 12px;
}

/* ---------------- Define additional styles below ---------------- */
/*                                                                  */
/*     Use the Sample code below to define your new CSS style       */
/*     Rename your style .(Color)(Size)(Weight) 
			ex:  .BlueLargeBold
                                                            
	.Sample
	{
		COLOR: #333333;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		font-weight : bold;
	}
*/