/* GENERAL */
BODY
{ SCROLLBAR-FACE-COLOR: #ffffff; FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN: 0px; WORD-SPACING: normal; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; TEXT-TRANSFORM: none; SCROLLBAR-3DLIGHT-COLOR: #e6e6e6; SCROLLBAR-ARROW-COLOR: #c0c0c0; SCROLLBAR-TRACK-COLOR: #ffffff; FONT-FAMILY: Verdana, Helvetica, sans-serif; SCROLLBAR-DARKSHADOW-COLOR: #e6e6e6; LETTER-SPACING: normal; BACKGROUND-COLOR: #ffffff }

BODY.Home
{ SCROLLBAR-FACE-COLOR: #ffffff; FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN: 0px; WORD-SPACING: normal; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; TEXT-TRANSFORM: none; SCROLLBAR-3DLIGHT-COLOR: #e6e6e6; SCROLLBAR-ARROW-COLOR: #c0c0c0; SCROLLBAR-TRACK-COLOR: #ffffff; FONT-FAMILY: Verdana, Helvetica, sans-serif; SCROLLBAR-DARKSHADOW-COLOR: #e6e6e6; LETTER-SPACING: normal; BACKGROUND-COLOR: #3366ff }



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4
{
	font-weight: bold;
	font-size: 1.33em;
	word-spacing: normal;
	color: darkgoldenrod;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD
{
	font-size: 8pt;
	color: #333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link
{
	font-size: 8pt;
	color: #3333cc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
		
A:visited	
{
	font-size: 8pt;
	text-decoration:	none;
	color: #3333cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
A:active	
{
	font-size: 8pt;
	text-decoration:	none;
	color: #3333cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
A:hover	
{
	font-size: 8pt;
	text-decoration:	underline;
	color:	#3333cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
SMALL
{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

BIG	{	
	font-size:	1.18em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

BLOCKQUOTE, PRE	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
UL
{
	padding-left: 5px;
	margin-left: 5px;
}
UL LI	{	
	list-style-type:	square ;
	TEXT-ALIGN: justify
	}	

UL LI LI	{	
	list-style-type:	disc;
	TEXT-ALIGN: justify
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	TEXT-ALIGN: justify
	}	
	
OL LI	{	
	list-style-type:	decimal;
	TEXT-ALIGN: justify
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	TEXT-ALIGN: justify
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	TEXT-ALIGN: justify
	}	
/*
P {TEXT-ALIGN: justify}
*/

/*SPECIFIC ITEMS */
/***********************************************************/
.Normal
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.Copyright
{
	font-weight: normal;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.CopyrightInitial
{
	font-weight: normal;
	font-size: 7pt;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2271a0;
}

.Head
{
	font-weight: bold;
	font-size: 1.58em;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Result
{
	font-weight: normal;
	font-size: 10pt;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A.Menu:link
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}	
		
A.Menu:visited
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}	
		
A.Menu:active	
{
	font-size: 8pt;
	text-decoration:	none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
A.Menu:hover
{
	font-size: 8pt;
	color: black;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A.Result:link
{
	font-size: 8pt;
	color: mediumblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}	
		
A.Result:visited
{
	font-size: 8pt;
	color: mediumblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}	
		
A.Result:active	
{
	font-size: 8pt;
	text-decoration:	none;
	color: mediumblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
A.Result:hover
{
	font-size: 8pt;
	color: mediumblue;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.Card
{
	border-right: thin groove;
	border-top: thin groove;
	font-weight: normal;
	font-size: 9pt;
	border-left: thin groove;
	border-bottom: thin groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.Header
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/shei_02.jpg);
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-color: #3366FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.HeaderHome
{
	background-image: url(images/shei_02_home.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.ContentHeader
{
	border-bottom: #ffcc00 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.Footer
{
	background-color: #267db1;
}

TD.Footer_1
{
	background-color: #2271a0;
}


.MenuList
{
	border-top-width: thin;
	padding-right: 0px;
	background-position: right top;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-color: lightskyblue;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-color: #A0CDE9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#ContentPane
{
	padding-right: 0px;
	background-position: left top;
	padding-left: 10px;
	background-image: url(images/left_shadow.gif);
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	border-top-style: none;
	padding-top: 0px;
	background-repeat: repeat-y;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#LeftPane
{background-color: #A0CDE9;}

#tableBody
{
	background-color: white;
}



