@CHARSET "ISO-8859-1";

body {
	position: relative;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
	text-align: left;
}

a:link {
 color: #0000FF;
	text-decoration: none;
}
a:visited {
 color: #0000FF;
	text-decoration: none;
}
a:hover {
 color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
}
a:active {
 color: #0000FF;
	text-decoration: none;
}

h1 {
   font-size: 26px;
   color: #333;
   font-weight: normal;
   padding-top: 5px;
   padding-bottom: 5px;
}


h2 {
	font-size: 19px;
	color: #333;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #333;
   font-weight: bold;
}
h4 {
	color: #333;
	font-size: 12px;	
	font-style: italic;
	font-weight: bold;
}

.infobox {
	padding:4px;	
	border:1px solid black;
	text-align:left;

	}


.text {
	font-size: .9em;
	color: #424242;

	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.lgetext {
	font-size: .9em;
	color: #424242;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.bigtext {
	font-size: 1.1em;
	color: #424242;
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.finetext {
	font-size: 11px;
	color: #707070;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
}	

.finetextred {
	font-size: 9px;
	color: #cc3300;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
}	

.smalllink {
	font-size: 10px;
	color: #3300ff;
	font-weight: normal;
	line-height: 1.2em;
}

.smalltext {
	/*font-size: 9px;*/
	/*color: #707070;*/
	text-align: left;
	/*font-weight: normal;*/
	line-height: 1.3em;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
   color:#330099;
   font-family:tahoma,arial,helvetica;
   font-size:11px;
   font-weight:bold;
}

.formrequired { 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-style: normal; 
 line-height: normal; 
 font-weight: normal; 
 font-variant: normal; 
 color: #ff0000; 
}

.errHilite {
  background-color: #FCC;
}

ul {
   list-style-image: url(/images/ball10.gif);
   list-style-type: disc;
}

ul ul {
   list-style-image: url(/images/ball08.gif);
   list-style-type: disc;
}

li.list_flow, ul.list_flow li{
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
   list-style-type: disc;
}

li.list_no_dot, ul.list_no_dot li {
   list-style-image: none;
   list-style-type: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -4em;
}

.orangeinfobox {	
	padding:4px;
	border:1px solid black;
	text-align:center;
	background-color:#ffcc66
	}
span.bigbox {
        border:1px solid black;

}

