body {
  margin: 0px 0px 0px 0px;
  background-image: url(../images/background.gif);
  background-repeat: repeat-x;
  background-color: #A0A7AD;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: .8em;  
}

img {
  border: 0;
}

div {
  margin-bottom: 0px;
}

table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 100%;
}

table td {
  padding: 0;
  border-width: 0;
  vertical-align: top;
  font-size: 100%;
}

a { 
  color: #5D3887;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover { 
  color: #FF7F00; 
}
  
/*table#top {
  height: 35;
  vertical-align: top;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  background-image: url(../images/top_hline.gif);
}*/
table#top
{
	width: 100%;
	height: 28px;
	vertical-align: top;
}


table#top td {
  height: 35;
  vertical-align: middle;
  padding: 0;
  border-width: 0;
}

table#main {
  width: 800;
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  z-index: 0;
}

table#main td {
  padding: 0;
  border-width: 0;
  z-index: 0;
}

table#menu {
  /*height: 27;*/
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

/*table#menu td {
  height: 27;
  text-align: center;
  padding: 0;
  border-width: 0;
  font-size: 0.9em;
  color: #FFFFFF;
  white-space: nowrap;
}*/
#menu .bottom
{
	width: 800px;
	height: 6px;
	background-image:url(../../navigation/menu_bottom.png);
	background-repeat: repeat-x;
}

table#menu a {
  color: #FFFFFF;
}

table#menu a:hover { 
  color: #FF9328; 
}

table#bottom {
  height: 20;
  width: 800;
  background-color: #8A6FA8;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  z-index: 0;
}

table#bottom td {
  height: 20;
  padding: 2;
  border-width: 0;
  font-size: 0.8em;
  color: #FFFFFF;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}

/* font#a2 a { color: #FFFFFF;} */

font#a2 a:hover { 
  color: #390078;
}

font#fgreen {
  color: #238F23;
  font-weight: bold;
}

font#forange {
  color: #C45715;
  font-weight: bold;
}

font#fblack {
  color: #000000;
}

li.bull {
  list-style-type: square;
  color: #5D3887;
  list-style-position: inside;
  font-weight: bold;
  text-indent: -10px;
}

li.bull a {
  color: #333333;
}

li.bull2 {
  list-style-type: circle;
  color: #0273D4;
  text-indent: -14px;
}

li.bull2 a {
  color: #0273D4;
  font-weight: normal;
}

li.bull3 {
  list-style-type: square;
  color: #0273D4;
  text-indent: -14px;
}

li.bull4 {
  list-style-type: circle;
  color: #0273D4;
  text-indent: -14px;
}

ul.std {
  margin-top: 0px;
  margin-bottom: 0px;
}

li.sub {
  margin-top: -20px;
  margin-bottom: 0px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5D3887;
}

h1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #4586D3;
  text-transform: uppercase;
  letter-spacing: 30px;
  background-position: center top;
}

h1.PR {
  font-size:1.2em;
  font-weight: bold;
  letter-spacing: 0px;
  color: #4586D3;
  text-transform: none;
  margin-bottom: 0px;
}
  
h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  color: #4586D3;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #0C5AC6;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 4px;
  margin-right: 8px;
}

h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 4px;
  margin-right: 8px;
}

strong {
  font-weight: bold;
  font-size: 1em;
}

.txtorange { 
  color: #FF7F00; 
}