BODY {
	font-size : smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
        background-color : white;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
}

TD {
	font-size : smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

H1 {
	font-family: Verdana, Arial, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : medium;
	color : #660000;
	background-color : transparent;
}

H3 {
	color : #660000;
	background-color : transparent;
	font-size : small;
}

B {
	font-family: Verdana, Arial, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : Black;
	background-color : transparent;
}

a:link    { font-family: Verdana, Arial, sans-serif; color: #E60000;   }
a:visited { font-family: Verdana, Arial, sans-serif; color: #660000;   }
a:active  { font-family: Verdana, Arial, sans-serif; color: #660000;   }
a:hover   { font-family: Verdana, Arial, sans-serif; color: #660000;   }


.h3text {
	font-family: Verdana, Arial, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : small;
	color : #660000;
	background-color : transparent;
}
.smalltext {
font-family: Verdana, Arial, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 10px;
}


.smalltext a:link{
font-family: Verdana, Arial, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
}

.smalltext a:visited{
font-family: Verdana, Arial, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family: Verdana, Arial, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12px;
}

.largetext a:link{
font-family: Verdana, Arial, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 12px;
}

.largetext a:visited{
font-family: Verdana, Arial, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 12px;
}

.errortext {
  font-family: Verdana, Arial, sans-serif; 
  font-size : 10px;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #f7ca88;
}

.bg_medium {
	background-color : #DEE1A8;
}

.bg_light {
	background-color : #DEE1C8;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
	background-color : Aqua;
}

