﻿ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.tabs li {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 0;
  background: url(images/tab_right.png) no-repeat right top;
  margin-right: 1px;
}

ul.tabs li a {
  display: block;
  padding: 0px 10px;
  color: #fff;
  text-decoration: none;
  background: url(images/tab_left.png) no-repeat left top;
}

ul.tabs li a:hover {
  color: #ff0;
}
.menu {
	font-family : "Arial",serif;
	font-size : 10pt;
	color : White;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Navy;
}
.fineprint {
	font-family : "Arial",serif;
	font-size : 7pt;
	color : Grey;
}
p.fineprint a:link{
	font-family : "Arial",serif;
	font-size:7pt;
	}
p.fineprint a:hover{
	font-family : "Arial",serif;
	font-size:7pt;
	color:black;
	}

}
.notice {
	font-family : "Arial",serif;
	font-size : 10pt;
	color : Navy;
	font-weight : normal;
}
a:link {

	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: Blue;
	text-decoration: none;
}

A:visited  {
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Blue;
}

A:hover  {
	color : Red;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:active  {
	color : red;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : large;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}

