Body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A {
	text-decoration: underline;
	color: Black;
}
A:hover {
	text-decoration: underline;
	color: Black;
}
A:visited {
	text-decoration: underline;
	color: Black;
}

.Yellow {
	color: #FFCC33;
}

A.Yellow {
	color: #FFCC33;
	text-decoration: underline;
}
A.Yellow:hover {
	color: #FFCC33;
	text-decoration: underline;
}
A.Yellow:visited {
	color: #FFCC33;
	text-decoration: underline;
}

.YellowLink { color: #FFCC33; text-decoration: none;}
a.YellowLink:link { color: #FFCC33; text-decoration: underline; }
a.YellowLink:visited { color: #FFCC33; text-decoration: underline; }
a.YellowLink:hover { color: #FFCC33; text-decoration : underline; }
a.YellowLink:active { color: #FFCC33; text-decoration : underline; }


Input {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
}
Input.Button {
	color: #000066;
	border-color: #003399;	
	text-align: center;
	background-color: #dddddd;
}
Input.ButtonDefault {
	color: #000066;
	border-color: #003399;	
	text-align: center;
	font-weight: bold;
	background-color: #dddddd;
}
Input.Basic {
	color: #000066;
	border-color: #003399;	
}
Input.Required {
	color: #660000;
	border-color: #cc0000;	
}
TextArea.Basic {
	color: #003399;
	border-color: #003399;	
}
TextArea.Required {
	color: #cc0000;
	border-color: #cc0000;
	border-style: solid;
	border-width: 1px;
}

LI {
	list-style-position: outside;
	font-weight: bold;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
LI.Black {
	list-style-image:  url("NewImages/Symbols/Bullets/black.gif");
	list-style-position: outside;
	color: #000000;
}
LI.Black2 {
	list-style-image:  url("NewImages/Symbols/Bullets/none.gif");
	list-style-position: outside;
	color: #000000;
}
LI.Red {
	list-style-image:  url("NewImages/Symbols/Bullets/red.gif");
	list-style-position: outside;
	color: #cc0000;
}
LI.Blue {
	list-style-image:  url("NewImages/Symbols/Bullets/blue.gif");
	list-style-position: outside;
	color: #003399;
}
LI.BlueMain {
	list-style-image:  url("NewImages/Symbols/Bullets/blueMain.gif");
	list-style-position: inside;
	font-weight: normal;
	color: #003399;
}
LI.Purple {
	list-style-image:  url("NewImages/Symbols/Bullets/purple.gif");
	list-style-position: outside;
	color: #cc33cc;
}
LI.Orange {
	list-style-image:  url("NewImages/Symbols/Bullets/orange.gif");
	list-style-position: outside;
	color: #ff6633;
}

A {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
}

P {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

P.LogoText {
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 65px;
	padding-left: 15px;
}

P.BlackPanelText {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.YellowPanelText {
	color: #FFCC33;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

P.BluePanelText {
	color: #000066;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.BlueClearPanelText {
	color: #003399;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.BlackClearPanelText {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.YellowClearPanelText {
	color: #FFCC33;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
A.YellowClearPanelText {
	text-decoration: underline;
	color: #FFCC33;
}
A.YellowClearPanelText:hover {
	text-decoration: underline;
	color: #FFCC33;
}
A.YellowClearPanelText:visited {
	text-decoration: underline;
	color: #FFCC33;
}



P.CopyrightText {
	color: #000000;
	font-weight: normal;
	font-size: 9px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}
P.PurplePanelText {
	color: #660066;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


P.RedPanelText {
	color: #660000;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.RedClearPanelText {
	color: #CC0000;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

P.GreenPanelText {
	color: #003300;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.OrangePanelText {
	color: #993300;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

P.BluePanelHeading {
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.BlueClearPanelHeading {
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.BlackClearPanelHeading {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.RedPanelHeading {
	color: #660000;
	font-weight: bold;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.RedClearPanelHeading {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.Black {
	color: #000000;
}
.Red {
	color: #660000;
}
.Yellow {
	color: #FFCC33;
}
.Gray {
	color: #333333;
}
.White {
	color: #FFFFFF;
}
.Blue {
	color: #000066;
}
.Green {
	color: #006400;
}
.Purple {
	color: #660066;
}
.Orange {
	color: #993300;
}
.MenuWhite {
	color: #FFFFFF;
	padding-top: 0px;
}
.MenuBlack {
	color: #000000;
	padding-top: 0px;
}
.MenuBlue {
	color: #003399;
	padding-top: 0px;
}
.MenuRed {
	color: #cc0000;
	padding-top: 0px;
}
.MenuYellow {
	color: #FFCC33;
	padding-top: 0px;
}

Table.Page {
	border: 1px solid #000000;
}
Table.Form {
	border: 1px solid #000000;
}

TD {
	vertical-align: top;
	font-size: 11px;
}

TD.MenuBar {
	vertical-align: middle;
	padding-top: 0px;
}
TD.Vscroll {
	padding: 0px;
	width: 180;
}
TD.Image {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
TD.ClearPanel {
	padding: 10px;
}	
TD.ClearBlackPanel {
	background-color: Black;
	padding: 10px;
}	
TD.BulletPanel {
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}	
TD.FormPanel {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E2EBF4;
}	
TD.FormPanelText {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E2EBF4;
	color: #000066;
}	
TD.GreenBulletPanel {
	background-color: #CCFFCC;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}	
TD.YellowBulletPanel {
	background-color: #F8C557;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}	
TD.YellowPanel {
	background-color: #F8C557;
	padding: 10px;
}	
TD.GreenPanel {
	background-color: #CCFFCC;
	padding: 10px;
}	
TD.BluePanel {
	background-color: #CCFFFF;
	padding: 10px;
}
TD.RedPanel {
	background-color: #FFCCCC;
	padding: 10px;
}
TD.GreyPanel {
	background-color: #CCCCCC;
	padding: 10px;
}
TD.PurplePanel {
	background-color: #FFCCFF;
	padding: 10px;
}
TD.OrangePanel {
	background-color: #FFCC99;
	padding: 10px;
}

.cdd0_main_menu{
	background-color: #eeeeee;
	color: #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url("Menu/Images/bg_main_yellow.gif");
	font-weight: bold;
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	color: #CC0000;
	border-style:solid;
	border-color:#9a9a9a;
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	text-decoration:underline;
	border-style:dashed;
	border-color:#aaaaaa;
}/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color: #bed2bf;
	color: #cc0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-color: #cc0000;
	background-image: url("Menu/Images/sample_bg_sub.gif");
	filter: progid:DXImageTransform.Microsoft.Fade(duration=.2);
}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	border-style:solid;
	border-color:#bed2bf;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	color: #CC0000;
	text-decoration:underline;
	border-style:solid;
	border-color:#aaaaaa;
}/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color: #FFFFD4;
}/**********************************************************************************************
	Optional Specific Settings
	Specifically define settings for any item or menu group
	by using the following syntax with the items index.
	CSS settings here for main menu group
***********************************************************************************************/	
/*
#cdd_item0_0
{
	CSS settings for the specified item goes here
}
#cdd_item0_menu
{
	CSS settings for the specified menu group goes here
}
*/
