/* 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;
}

/* Table Header :: Section 508 compliants*/
TH
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

/* ------------------ Large Font Type ------------------ */
.LargeBold
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 14px;
	font-weight : bold;
}


/* Bold */
.Normal_bold
{
	font-weight : bold;
}
/* Bold Italic */
.Normal_bold_Italic
{
	font-weight : bold;
	font-style: italic;
	color: #002857;
}

/* 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 Italic */
.Small_italic
{
	font-style: italic;
    FONT-SIZE: 11px;
}

/* 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
}

/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none;} 
A:link {text-decoration: none; color: #000066;}
A:visited {text-decoration: none; color: #000066;}
A:active {text-decoration: none; color: #000066;}
A:hover {text-decoration: underline; color: #666666;}

	/* LINKS Set #1 */
	a.MainMenu:link
	{
		text-decoration : none;
		color: #FF0000;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
	}
	a.MainMenu:visited
	{
		text-decoration: none;
		color: #339999;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
	}
	
	a.MainMenu:hover
	{
		text-decoration: underline;
		color: #990000;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
	}

		/* LINKS Set #2 */
			a.MenuFooter:link
			{
				text-decoration : none;
				color: #0000FF;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
			}
			a.MenuFooter:visited
			{
				text-decoration: none;
				color: #0000FF;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
			}
		
			a.MenuFooter:hover
			{
				text-decoration: underline;
				color: #990000;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
			}

/* ----------------- Form Feilds ----------------- */
input, textarea, select
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
	border: 1px solid black;
}
	input.FORMcheckbox, input.FORMradiobutton
	{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		border-bottom: 0px solid; 
		border-left: 0px solid; 
		border-right: 0px solid; 
		border-top: 0px solid;
		cursor:hand; 
	}
	.Required
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: bold;
	FONT-SIZE: 12px;
	Font-color: red;
	color: #FF0000;
	}
	.ErrorMsg
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: italic;
	FONT-SIZE: 10px;
	Font-color: red;
	color: #FF0000;
	}

/* ---------------- Breadcrumb ------------------ */
.Breadcrumb
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	background-color: #f0f0f0; 
}

/*---------------Title Headers-------------------*/
.HeaderMain 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	background-color: #99CCFF; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
}
.HeaderSub
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #6666FF; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
}

.HomeTableBG
{
background-color:#E2F1EF;
border-left:1px solid #7BADAA;
border-right:1px solid #7BADAA;
padding: 3 5 5 5;
}
/* ---------------- 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;
	}
*/
