/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -5px;
}

h2 {
	font-size: 16px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: -5px;
}

h3 {
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: -5px;
	font-weight: bold;
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #fd6f01;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,td,th {
	font-size: 10px;
}


.Main {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999
}
.NAVList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	margin-left:-20px;
	color: #fe730e;
}

.NAVList a, NAVlist a:visited{
	color: #fe730e;
}

.NAVList a:hover {
	text-decoration:none;
	color:#006699
}
.NAVList UL {
	margin:0 0 30px 6px;
	padding:0px;
	list-style-type:none;
	}
	
.NAVList UL, LI {
	color: #fe730e;
	border-bottom:1px dotted #fe730e;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}


.SideBar_Left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
h4 {

	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -5px;
	font-weight: bold;
}

TR.Link {
  background: #ffffff;
}

TR.LinkNavigation {
  background: #FE730E;
}

TD.LinkNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #FE730E;
	color: #ffffff;
	font-weight : bold;
	line-height: 16px;
	padding-left: 9px;
}

A.LinkNavigation { 
  color: #FFFFFF; 
}

A.LinkNavigation:hover {
  color: #ffffff;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
