﻿body {
	margin: 0;
	padding: 0;
	background-color: #2D2D2D;
	color: #2D2D2D;
	font-family: "Georgia", "Times New Roman", times, serif, "Verdana", "Trebuchet MS", "sans serif";
	font-size: medium;
}

.content {
	font-size: .8em;
}

.content td {
	font-size: .8em;
}

a:link { text-decoration: underline; color: #1b0069 }
a:visited { text-decoration: underline; color: #1b0069; }
a:active { text-decoration: underline; color: #1b0069; }
a:hover { text-decoration: underline; color: #001b16; }

img { border:0;}
a:link img { border: 0;}
a:visited img { border: 0;}
a:active img { border: 0;}

.navbar {
  font-size: 9pt;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.navbar a:link { text-decoration: underline; color: #FFFFFF;}
.navbar a:visited { text-decoration: underline; color: #FFFFFF;}
.navbar a:active { text-decoration: underline; color: #FFFFFF;}
.navbar a:hover { text-decoration: underline; color: #FFFFFF;}

h1 { 
	font-size: 1.4em;
	color: #2d2d2d; 
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

form {
  margin: 0px;
}

input, select, textarea {
  margin-bottom: 2px;
  font: 11px "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
  color: #000000;
  border: 1px solid #2d2d2d;
  background-color: #FFFEE1;
}

fieldset {
  width: 330px;
  padding: 1em;
  border: 1px solid #2d2d2d;
}

legend {
  padding: 0.2em 0.5em;
  margin-bottom: 6px;
  border: 1px solid #2d2d2d;
  background-color: #d9d9dd;
  color: #2d2d2d;
	font-weight: bold;
  text-align: right;
}

.hidefield {
  display: none;
}

/******************************** NAVIGATION MENU STYLES ********************************/
.menu, .menu_on {
  padding-left: 13px;
	background-color: #848392;
  width: 200px;
  height: 40px;
  cursor: pointer;
	font-family: "Arial", sans-serif, "Helvetica", "Verdana", "Geneva", "Trebuchet MS", "Tahoma";
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap;
}

.menu {
  background-image: url("/images/InitialSet/menu-off.gif");
  background-repeat: no-repeat;
}

.menu_on {
  background-image: url("/images/InitialSet/menu-on.gif");
  background-repeat: no-repeat;
}

a:link.menutext, a:visited.menutext, a:active.menutext {
	color: #001b16;
	text-decoration: none;
}

a:hover.menutext {
	color: #ffffff;
	text-decoration: none;
}
