P {
	MARGIN-TOP: 0px; FONT-SIZE: 12px; MARGIN-LEFT: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
UL {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
LI {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
H3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
H4 {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
H5 {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:hover {
	COLOR: #666699; TEXT-DECORATION: underline
}
A {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #0000cc; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
TD {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.Head   {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #468DC1;
}

.Title   {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #468DC1;
}

/* background color for the content part of the pages */
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 40px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: normal; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: normal; BACKGROUND-COLOR: #F6F8FE
}

.footer {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma, Helvetica, sans-serif
}
.HeaderPane {
	background-color: #FFFFFF;
}

.LeftPane {
	background-color: #FFFFFF;
}

.ContentPane {
    background-color: #FFFFFF;
}
.RightPane {
    background-color: #FFFFFF;
}

.FooterPane {
    background-color: #FFFFFF;
}

.normal {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family:  Arial, Helvetica; 
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Arial, Helvetica; 
    text-decoration: none;
	padding-left : 5px;
	padding-right : 5px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:white;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:hover    {
	text-decoration: none;
	color:black;
	font-size : 12px;
	font-family : Arial, sans-serif;
	background-color: #EBEBEB;
	padding-left : 5px;
	padding-right : 5px;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #74A9D1;
	color : White;
	background-image : url(MenuBarBack.jpg);
	
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:22;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #74A9D1;
	border-left: #000000 0px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #74A9D1; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
	
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
	
}

.MainMenu_MenuItemSel {
	background-color: #EBEBEB; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 14pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand;
}




/*Custom Classes, SubPages */



div.block {text-align:justify}


.text
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

.btext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.rbtext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}


.subTitle
{
	margin-left: 12px; 
	margin-top: 2px; 
	margin-bottom: 2px; 

}

.subPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	font-size: 15px; 

}

.BCSubPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #967C12;
	font-weight: bold;
	font-size: 15px; 

}

.ESSubPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #B26262;
	font-weight: bold;
	font-size: 15px; 

}

.SunComSubPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #064F90;
	font-weight: bold;
	font-size: 15px; 

}

.subPgHeaders
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 13px; 

}

.subPgHeadersBlue
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	font-size: 13px; 

}

a.subPgHeadersLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a.subPgHeadersLink:hover
{
	color: #6699FF;
	text-decoration: underline; 
}


.txtDYK
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 11px; 

}

.rNote
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}

.IRATableTxtHeader
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

td.IRATableTxt
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}



	 
.txtMenuSubs
{
	padding-left: 6px; 
	padding-bottom: 7px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
.MenuHeader
{
	padding-left: 6px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.demolink
{
 font-size:14px;
 color:#CC0000;
 font:bold;
 text-decoration:none;
}
.demolink:hover
{
 font-size:14px;
 color:#CC0000;
 font:bold;
 text-decoration:underline;
}
.demolink:visited
{
 font-size:14px;
 color:#CC0000;
 font:bold;
 text-decoration:underline;
}

.BPFootertxt
{ 
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*END Personal Styles*/

{
	margin-left: 12px; 
	margin-top: 2px; 
	margin-bottom: 2px; 

}

.subPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	font-size: 15px; 

}

.BCSubPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #967C12;
	font-weight: bold;
	font-size: 15px; 

}

.ESSubPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #B26262;
	font-weight: bold;
	font-size: 15px; 

}

.SunComSubPgTitles
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #064F90;
	font-weight: bold;
	font-size: 15px; 

}

.subPgHeaders
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 13px; 

}

.subPgHeadersBlue
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	font-size: 13px; 

}

a.subPgHeadersLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a.subPgHeadersLink:hover
{
	color: #6699FF;
	text-decoration: underline; 
}
A.newsLink {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.newsLink:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; WIDTH: 147px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #9abcdc; TEXT-DECORATION: none
}





