/* ----------------------------------------------------------------
 *  STANDARD TAGS
 */

* {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
/*  font-style : normal; 
  font-variant : normal; 
  font-weight : normal;*/
}

body {
 background-color: white;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-size: 75%;
}

table {
   font-size: 100%;
}

div {
   font-size: 100%;
}

pre {
 font-family: "Courier New", Courier, mono;
}

p {
  display: block;
	position: relative;
  padding: 0 0 0 0;
	margin: 5px 0 15px 0;
  font-size: 100%;
	color: black;
}

h1 {
  display: block;
	position: relative;
  padding: 2px 5px 2px 0px;
	margin: 15px 0 0 0;
  font-size: 120%;
	font-weight: bold;
	color: #336699;
}

h2 {
  display: block;
	position: relative;
  padding: 2px 5px 2px 0px;
	margin: 15px 0 0 0;
  font-size: 110%;
	font-weight: bold;
	color: #336699;
}

h3 {
	display: block;
	position: relative;
  padding: 2px 5px 2px 0px;
	margin: 15px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #336699;
	font-style: italic;
}

h4 {
	display: block;
	position: relative;
  padding: 2px 5px 2px 0px;
	margin: 15px 0 0 0;
	font-size: 100%;
	font-weight: normal;
	color: #336699;
}

li {
 margin-bottom: 5px;
}

a { color: black; text-decoration: underline; }
/*a:hover { color:white; background-color: #336699; text-decoration: none; }*/

b {
 font-weight: bold;
}
/*BODY {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 

}*/

.smalltext {
font-size : 80%; 
}


.smalltext a:link{
}

.smalltext a:visited{
}

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

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


.largetext {
font-size : 120%; 
}

.largetext a:link{
font-size : 120%; 
}

.largetext a:visited{
font-size : 120%; 
}

.errortext {
  font-size : 90%;
  color : red;
  font-weight : bold;
}

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

.white {
  background-color : white;
	color: black;
}


.black {
  background-color : black;
	color: white;	
	font-size: 90%;
}



.bg_dark {
  background-color : #336699;
	color: white;
	font-size: 90%;
}



.bg_medium {
  background-color : #336699;
	color: white;
	font-size: 90%;
}



.bg_light {
  background-color : #4080C0;
	color: white;
	font-size: 90%;
}



.alt_bg_dark {
  background-color : #336699;
	color: white;
	font-size: 90%;
}



.alt_bg_medium {
  background-color : #336699;
	color: white;
	font-size: 90%;
}



.alt_bg_light {
  background-color : #4080C0;
	color: white;
	font-size: 90%;
}

