/* Copyright (C) 2002 Metrostar Systems, Inc. */

/* Default Font Type - any font residing within the TD tags of a table */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 

{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

/* Bold */
.Normal_bold
{
	font-weight : bold;
}

/* Italic */
.Normal_italic
{
	font-style: italic;
}

/* Underline */
.Normal_underline
{
	text-decoration: underline;
}

/* ------------------ Small Font Type ------------------ */
.Small
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

/* Small Bold */
.Small_bold
{
	font-weight : bold;
    FONT-SIZE: 11px;
}
/* Small Bold */
.Small_bold_white
{
	font-weight : bold;
    FONT-SIZE: 11px;
	color:#FFFFFF;
}
/* Small Italic */
.Small_italic
{
	font-style: italic;
    FONT-SIZE: 11px;
}

/* Small Italic */
.Red_Small_italic
{
	font-style: italic;
    FONT-SIZE: 11px;
    COLOR: #FF0000;
}

/* Small Underline */
.Small_underline
{
	text-decoration: underline;
    FONT-SIZE: 11px;
}

/* ------------------ Copyright Font Type ------------------ */
.copyright
{
    COLOR: #333333;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px
}

/* ------------------ Copyright Font Type ------------------ */
.BackgroundRightBorder
{
padding: 0 10 0 10;
border-right:1px solid #CCCCCC;
}

/* News*/
.News
{
	font-weight : bold;
	color:#FFFFFF;
}

.SectionTitle
{
padding: 15 0 15 0;
font-size:14px;
font-weight:bold;
}
/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none;} 
A:link {text-decoration: none; color: #0000FF;}
A:visited {text-decoration: none; color: #990000;}
A:active {text-decoration: none; color: #000066;}
A:hover {text-decoration: underline; color: #0000FF;}

/* LINKS Set #1 */
a.temp:link
{
	text-decoration : none;
	color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : none;
}
a.temp:visited
{
	text-decoration: none;
	color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : none;
}

a.temp:hover
{
    text-decoration: underline;
	color: #996633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : none;
}

/* LINKS Set #2 */

	a.scrollingnews:link
	{
		text-decoration : none;
		color: #FFF;
		font-size : 11px;
	}
	a.scrollingnews:visited
	{
		text-decoration: none;
		color: #FFF;
		font-size : 11px;
	}

	a.scrollingnews:hover
	{
		text-decoration: underline;
		color: #FFF;
		font-size : 11px;
	}


/* 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;
	}
*/
