html
	{
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #666666;
	scrollbar-track-color: #666666;
	scrollbar-face-color: #cccccc;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-3d-light-color: #666666;
	}

a:link { text-decoration: none}
a:active { text-decoration: none}
a:hover { text-decoration: none}
a:visited { text-decoration: none}
a { text-decoration: none}

BODY {
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color:#333333;
	background-color : CCCCCC;
	background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	scrollbar-arrow-color: #C0D2E8;
	scrollbar-base-color: #336699;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #336699;

}

.menu_link {
	text-indent: 3px;
	display: block;
	margin: 1px;
	padding: 1px;
	border: 1px solid #336699;
}

.menu_link a:link {
	text-decoration: none;
	display: block;
}
.menu_link a:active { 
	text-decoration: none;
	color:#FF0000;
	background-color: #336699;
	display: block;
	}
.menu_link a:hover {  	
	text-decoration: none;
	color:#FFFFFF;
	background-color: #336699;
	display: block;
	}
.menu_link a:visited {
	text-decoration: none;
	display: block;
	}
.menu_link a {  	
	text-decoration: none;
	display: block;
	margin: 1px;
	padding: 1px;
	}


H1 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}
H3 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #336699; 
background-color : transparent; 
}
p {
font-size : .9em; 


}



.smalltext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .6em; 
}


.smalltext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}
.smalltext_bottum {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .8em; 
font-color : #FFFFFF
}


.smalltext_bottum a:link{ 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-color : #FFFFFF
}

.smalltext_bottum a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-color : #FFFFFF
}

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

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


.largetext { 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext { 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

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

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #d8860a;
}

.bg_medium {
  background-color : #336699;
  background-image:url(images/bg_lines.jpg);
}

.bg_light {
  background-color : #C0D2E8;
}

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

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

.alt_bg_light {
  background-color : #5fb0d8;
}
