A:link, A:visited, A:active {
  color: #0455CE;		/*#1E7CD4;*/
  background-color: transparent; 
  text-decoration: none;
}

A:hover {
  color: red; 
  background-color: transparent; 
  text-decoration: underline;
}

P {
  font-family: Verdana;
  font-size: 9pt;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

H1 {
  font-family: Arial;
  font-size: 14pt;
  color: #2A9808;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

H2 {
  font-family: Arial;
  font-size: 12pt;
  color: #2A9808;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

H3 {
  font-family: Arial;
  font-size: 10pt;
  color: black;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
  
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-size: 9pt;
  font-family: Verdana;
  line-height: 1.5;
}

td {
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  font-family: Verdana;
  line-height: 1.5;
  vertical-align: top;
}

th {
  font-family: Arial;
  font-size: 10pt;
  color: black;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0px;
}

.maintable {
  width: 800px;
}

.table {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 10px;
	border: 0;
}

.text {
  font-family: Verdana;
  font-size: 9pt;
  line-height: 1.5;
  padding: 10px;
}

.bordertype0 {
  margin: 0px;
  padding: 0px;
}

.bordertype1 {
  padding: 6px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #C0C0C0;
  border: 1px solid #808080;
}

.bordertype2 {
  border: 1px solid #3E78B4;
  margin-left: 10px;
  margin-right: 10px;
}

.bordertype3 {
  margin: 10px 0px 10px 10px;
}

.imagecaption {
  font-family: Verdana;
  font-size: 8pt;
}

.videocaption {
  font-family: Verdana;
  font-size: 9pt;
}

.menu {
  padding: 10px;
  font-family: Verdana;
  font-size: 8pt;
  vertical-align: -6px;
  border: 0px;
}

.menu A:link, .menu A:visited, .menu A:active {
  color: black;
  background-color: transparent; 
  text-decoration: none;
}

.menu A:hover {
  color: red; 
  background-color: transparent; 
  text-decoration: underline;
}

#admin {
  font-size: 8pt;
}

.textwindow {
  border: 1px solid #3E78B4;;
  margin: 10px;
}

.textwindowtitle {
  background-image: url(images/window_title_background.jpg);
}

.textwindowtitle {
  height: 16px;
  color: white;
  font-family: verdana;
  font-size: 7pt;
  padding-left: 10px;
  padding-top: 1px;
}

.adminwindow {
  border: 1px solid gray;
  margin: 2px;
}

.adminwindowtitle {
  background-image: url(../images/window-title-back.png);
}

.adminwindowtitletext {
  color: #505050;
  font-family: verdana;
  font-size: 7pt;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 2px;
}

.adminwindowcontent {
  border-top: 1px solid gray;
}

.errorText {
}

	
.fullheight {
	height: 100%;
}

.mainmenu {
	border-bottom: 3px solid white; 
	border-left: 3px solid white; 
	border-right: 3px solid white;
}

.mainmenubackground {
	background-image: url(../images/menu_background.gif);
}

