/* LINKS */

/* Normal links*/	
a:link, a:hover, a:active, a:visited, a.Arrow:link, a.Arrow:hover, a.Arrow:active, a.Arrow:visited {
	color: #6d6d6d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-decoration: underline }
a:hover {
	color: #000000; }
	
a.Arrow:link, a.Arrow:hover, a.Arrow:active, a.Arrow:visited {
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
	background: url(../Images/ArrowLink.gif) no-repeat transparent left center  }
a.Arrow:hover {
	text-decoration: underline }

a.More:link, a.More:hover, a.More:active, a.More:visited {
  color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
  text-align: center;
	letter-spacing: 0.2em;
	text-decoration: none;
	height: 22px;
  border: 1px solid #ffffff;
  padding: 3px 15px 3px 15px;
	background: #2869c7 }
a.More:hover {
	background: #134c9f }
	
a.Back:link, a.Back:hover, a.Back:active, a.Back:visited {
  color: #ffffff;
	font-size: 7.5pt;
	font-weight: bold;
  text-align: center;
	letter-spacing: 0.2em;
	text-decoration: none;
  padding: 0px 15px 0px 15px }
a.Back:hover {
	background: #134c9f }
	
a.RokPos:link, a.RokPos:hover, a.RokPos:active, a.RokPos:visited {
	color: #6d6d6d;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none }

/* Styles for Navigation Buttons */
a.NavigationLink:link, a.NavigationLink:hover, a.NavigationLink:active, a.NavigationLink:visited {
	color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none }
	
td.Navigation, td.NavigationRight {
  height: 22px;
  border-bottom: 1px solid #ffffff;
  background: #2869c7 }
td.NavigationRight {
  color: #ffffff;
	font-weight: bold;
	letter-spacing: 0em;
	padding-left: 15px;
  border-left: 1px solid #ffffff;
  background: #e4701e }
td.ButtonNavigation, td.ButtonNavigationOn  {
  text-align: center;
	height: 22px;
  cursor: hand;
  border-left: 1px solid #ffffff;
  padding: 1px 5px 0px 5px;
	background: #e4701e }
td.ButtonNavigationOn {
	background: #d4570b }
	
td.SubNavigation {
  width: 200px;
	background: url(../Images/BackgroundSubNavigation.gif) repeat-x #4581d1 left top }
td.ButtonSubNavigation, td.ButtonSubNavigationOn, td.ButtonBackNavigation, td.ButtonBackNavigationOn {
	text-align: right;
	height: 22px;
  cursor: hand;
	border-bottom: 1px solid #42413c;
	padding: 1px 35px 0px 15px;
	background: url(../Images/ArrowSub.gif) no-repeat #d45a03 right center }
td.ButtonSubNavigationOn {
	background: url(../Images/ArrowSubOn.gif) no-repeat #e4701e right center }
td.ButtonBackNavigation {
	background: url(../Images/Arrowback.gif) no-repeat #d45a03 left center }
td.ButtonBackNavigationOn {
	background: url(../Images/ArrowbackOn.gif) no-repeat #e4701e left center }
	
td.ButtonRokPos, td.ButtonRokPosOn {
	height: 23px;
  cursor: hand;
	border: 1px solid #6d6d6d;
	padding: 1px 15px 0px 15px;
	background: url(../Images/ButtonRokPos.gif) repeat #faebdd left top }
td.ButtonRokPosOn {
	background: url(../Images/ButtonRokPosOn.gif) repeat #f8e0cb left top }

/* Input */
input.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
	width: 100%;
	height: 20px;
	border: none;
	cursor: hand;
  padding: 0px 15px 0px 15px;
	background-color: transparent }
