/* quick color reference list:
	blue: 	#0079C6;
	halfblue: #BAD2EF;
	quarterblue: #E9F1F8;
	orange: #ee6c38;
	grey:	#000000;
	green:	#008761;
	black: #000000;
*/

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 10pt;
	left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	direction: ltr;
	text-indent: 5px;
	padding-top: 0px;
	top: 0px;
}
.left-pad{
	padding-left: 10px;
	font-family: arial, helvetica, sans-serif;
}

/*-------------------------------------------------------------------
  Styles relating to links
*/

a {
	text-decoration: none;
	/*font-weight: bold;*/
	color:  #0079C6;
	outline: none;
	}
/*
a:visited {
	color:	#0079C6
	}*/
a:active {
	/*color:  #ccc;*/
	}
a:hover {
	color: #ee6c38;
	text-decoration: underline;
}

H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    WIDTH: 790px;
    COLOR: black;
    FONT-FAMILY: Tahoma,Arial;
    TEXT-ALIGN: left
}

H2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    COLOR: black;
    TEXT-INDENT: 6pt;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: left
}

H3
{
    FONT-WEIGHT:normal;
    FONT-SIZE: 11pt;
    BORDER-LEFT: medium none;
    COLOR: black;
    TEXT-INDENT: 7pt;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: left
}

H4
{
    FONT-SIZE: 11pt;
    COLOR: red;
    TEXT-INDENT: 7pt;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: left
}

H5
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Arial;
	DISPLAY: INLINE
}

TD
{
	font-size: 8pt;
}

THEAD
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #0079C6;
}

TH
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #0079C6;
}

TFOOT
{
	font-weight: bolder;
	font-size: 8pt;
	background-color: lightgrey;
}

OL
{
	font-family: Arial,Tahoma;
	font-size: 9pt;
	vertical-align: baseline;
	color: black;
	line-height: 25px;
	text-align: left;
}
LI
{
	font-family: Arial,Tahoma;
	font-size: 9pt;
	vertical-align: baseline;
	color: black;
	line-height: 25px;
	text-align: left;
}

UL LI
{
	list-style-type: square;
}

HR
{
	width: 99%;
	color: black;
	height: 1px;
}
P
{
	font-family: Arial,Tahoma;
	font-size: 9pt;
}

/*------------------------------------------------------------------------
	Styles relating to the top navigation section of every page, comprising the standard
	logo and site tools bar, and also the breadcrumb bar.
*/

#top {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px;
	background: #000000;
	color: #FFF;
	/*font-size: smaller;*/
	height: 20px;
		/* false value for WinIE4/5 */
	voice-family: "\"}\"";
		/* trick WinIE4/5 into thinking the rule is over */
	voice-family:inherit;
		/* recover from trick */
	height: 20px;
	}
html>body #top {
	height: 20px; /* be nice to Opera */
	}
	
#top a, #top td {
	color: white;
	}
	
#top a:hover {
	color: #ee6c38;
	}
/*-----------------------------------------------------*/

#MainTable a.clsMenuItemIE, #MainTable a.clsMenuItemIE:visited {text-decoration: none; font: bold xx-small Verdana; color: #ffffff; cursor: hand;}	
#MainTable a.clsMenuItemIE:hover {font: bold xx-small Verdana;color: #ffffff; text-decoration: none;}

a.clssubMenuItemIE, a.clssubMenuItemIE:visited {text-decoration: none; font: bold xx-small Verdana; color: #ffffff; cursor: hand;}
a.clssubMenuItemIE:hover {font: bold xx-small Verdana;color: #ee6c38; text-decoration: none;}



  
INPUT
{
	font-size: 8pt;
	font-family: Arial;
}
a.buttonhyperlink,a.buttonhyperlink:visited
{
	font-size : 8pt;
	font-family : Verdana,Arial;
	font-weight : bold;
	color : #0079C6;
	
	width : 200px;
	height : 20px;
	
	background-color : #E9F1F8;
	
	text-align : center;
	vertical-align : middle;
	
	border-bottom:	2px solid #BAD2EF;
	border-right: 2px solid #BAD2EF;
	border-left: 0px;
	border-top:	0px;
	margin: 1px 1px 1px 1px;
	
	padding-top : 2px;
	
	text-decoration : none;	

}

a.buttonhyperlink:active
{
	color: #ee6c38;
	text-decoration: none;	
	border-bottom:	0px;
	border-right: 0px;
	border-left: 2px solid #BAD2EF;
	border-top:	2px solid #BAD2EF;
	
}
a.buttonhyperlink:hover
{
	color: #ee6c38;
	text-decoration: none;
	
}
SELECT
{
	font-size: 8pt;
	font-family: Arial;
}
