body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #0243aa;
	background-color: #dae6ef;
}

A {
	color : #ff9900;
	text-decoration : underline;
}

A:HOVER {
	color : #ff9900;
	text-decoration : none;
}

	h1, h2  { font-family: Arial, Verdana, sans-serif; font-style: italic;}
   h1 { font-size: 1.4em; margin-bottom: 6px; color: #ff9900; }
   h2 { font-size: 1.2em; color: #558eb4; margin-bottom: 6px; }

 td,  a, div, p
 {
 	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #020089;
}

 table {
	background-color: #dae6ef;
}

	img.links {
	float : right;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 10px;
	border: 1px solid #588fb6;
	padding:3px;
	background-color: #FFFFFF;
	}


.inputfield
{
	background-color: #ffffff;
	border: 1pt;
	border-color: #ff9900;
	border-style: solid;
	font-size: 9pt;
	font-family : Arial, Helvetica, sans-serif;
}

.textarea
{
	background-color: #ffffff;
	border: 1pt;
	border-color: #ff9900;
	border-style: solid;
	font-size: 9pt;
	font-family : Arial, Helvetica, sans-serif;
}

.whitebold{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #ffffff;
	font-weight : bold;
}

.white{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #ffffff;
}


.blackbold{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000000;
	font-weight : bold;
}

.blue{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #003F8E;
}

.boldblue{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #568fb5;
	font-weight : bold;
}

    #navcontainer ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 173px;
	}

	#navcontainer a:hover {
		background-color: #ff9900;
		color: #fff;
	}	
	
  #navcontainer li li a.active {
		background-color: #ff9900;
		color: #000000;
	}	
	
  #navcontainer li a {
		display: block;
		color: #ffffff;
		background-color: #568fb5;
		width: 173px;
		text-decoration: none;
		border-bottom: 1px solid #fff;
		font-weight: bold;
		background-image : url(../gfx/arrow.gif);
		background-position : 10px;
		background-repeat : no-repeat;
		padding-left: 25px;
		padding-top : 2px;
		padding-bottom : 2px;
		line-height: 20px;
	}

	#navcontainer li a:hover {
		background-image : url(../gfx/arrow.gif);
	}

	#navcontainer li li a {
		display: block;
		color: #000000;
		background-color: #EAEEF7;
		width: 144px;
		text-decoration: none;
		font-weight: normal;
		background-image : url(../gfx/arrow.gif);
		background-position: 11px center;
		background-repeat : no-repeat;
		padding-left: 26px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	#navcontainer li li a:hover {
		background-image : url(../gfx/arrow.gif);
	}

	#navcontainer li b {
		display: block;
		color: #ffffff;
		background-color: #91A2CD;
		width: 144px;
		text-decoration: none;
		border-bottom: 1px solid #fff;
		font-weight: bold;
		background-image : url(../gfx/arrow.gif);
		background-position : 10px;
		background-repeat : no-repeat;
		padding-left: 25px;
		padding-top : 2px;
		padding-bottom : 2px;
	}
