﻿
html, body {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}

/* FONTS */

body, p, font, dl, td, a, li {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  font-family: Palatino, "Times New Roman", Times, serif;
  margin-top: .3em ; margin-bottom: .1em ;
}

h1, h2, h3, h4, h5, h6 { color: navy; }
h1 { font-size: 190%; }
h2 { font-size: 150%; }
h3, .h3 { font-size: 130%; }
h4, .h4 { font-size: 110%; }
h5, .h5 { font-size: 110%; }
h6, .h6 { font-size: 110%; }

p { text-indent: 3em; }
dt { font-weight: bold; }
address { font-weight: bold; }
a { color: #D16F19; }
a:hover { color: red; }
.h3, .h4, .h5, .h6 { color: #D16F19; text-decoration: none; }
.h3:hover, .h4:hover, .h5:hover, .h6:hover { color: red; text-decoration: underline; }

.nav, ul.nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}

.nospace { margin-top: .3em ; margin-bottom: .1em ; }

hr {
  display: block;
  background-color: #D16F19;
  color: #D16F19;
  width: 90%;
  margin: none;
  padding: none;
}

.navline {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 60px;
	padding: 2px;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: navy;
}

.navline2 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 60px;
	padding: 2px;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thick;
	border-color: navy;
}

.navline:hover, navline2:hover {
    color: #D16F19;
    background-color: #FFFFFF;
    text-decoration: none;
}

.navlinecenter {
	display: block;
	padding-left: 60px;
	text-align: center;
	width: 700px;
}

.DefaultBuyColor {
    BACKGROUND-COLOR: #10427e
}

.tbl {
    COLOR: black;
    BACKGROUND-COLOR: #efe7c6
}

.frame2 {
  border: 2px #D16F19 solid;
}

.menu {
    BACKGROUND-COLOR: #efe7c6
}

.hdr {
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: navy
}

.errortxt {
    FONT-WEIGHT: bold;
    COLOR: red
}

.messagetext {
    COLOR: black;
    FONT-SIZE: 10pt
}

.even {
    FONT-WEIGHT: lighter;
    COLOR: black;
    BACKGROUND-COLOR: #fafaf8
}

.odd {
    COLOR: black;
    BACKGROUND-COLOR: #eeeeee
}

.header {
    BACKGROUND-COLOR: #dadada;
    HEIGHT: 30px;
}

ul, li, p {
	text-align: left;	
}

.copy {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8b8b8b;
	font-size: 80%;
}
.copy a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm a.udmY, #udm a.udmY:visited {
	color:#b05010;
}

/* [nav] re-inforce original rollover or do something else */
#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active {
	background-color:#fff;
}

/* [menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
#udm ul a.udmY, #udm ul a.udmY:visited {
	color:#b05010;
}

/* [menu] re-inforce original rollover or do something else */
#udm ul a.udmY:hover, #udm ul a.udmY:focus, #udm ul a.udmY:visited:hover, #udm ul a.udmY.udmR, #udm ul a.udmY.udmR:visited, #udm ul a.udmY:active {
	background-color:#fec;
}
	
	/* no rollover on nohref links */
#udm a.nohref {
	background-color:transparent !important;
	border-color:#f8fbd0 !important;
	color:navy !important;
}
/* partially restore for focus so you can see when you're on it */
#udm a.nohref:focus, #udm a.nohref:active {
	border-color:#aca !important;
}

h2#navbar {
	position:absolute;
	top:-10em;
	left:-10em;
}

.show { display:inline; }
.noprint { display:inline; }
.hide { display:none; }
.hideButPrint { display:none; }