a:link, a:visited, a:active {



text-decoration: underline;
color: #00FF00;
}

a:hover {



text-decoration:underline;
color: #FFFF00;


}

img{
border: 0;
}

#sponsor a {
text-decoration:none;
color: #fefe00;
}

.h1-dark {
	font-family: "Arial", Arial, sans-serif; font-size: 24px; font-weight: bold; color: #515151;
}

.h2-dark {
	font-family: "Arial", Arial, sans-serif; font-size: 18px; font-weight: bold; color: #515151; text-transform: uppercase;
}

.h3-dark {
	font-family: "Arial", Arial, sans-serif; font-size: 12px; font-weight: normal; color: #515151; text-decoration: none; 
}

H1 {
	font-family: "Arial", Arial, sans-serif; font-size: 24px; font-weight: bold; color: #ffffff;
}

.h1-yellow {
	font-family: "Arial", Arial, sans-serif; font-size: 18px; font-weight: normal; color: #fefe00; font-weight:bold;
}
.h1-yellowul {
	font-family: "Arial", Arial, sans-serif; font-size: 20px; font-weight: normal; color: #fefe00; text-decoration:underline;
}
h7{
	font-family: "Arial", Arial, sans-serif; font-size: 16px; font-weight: 600; color: #ff0000;
}

H2 {
	font-family: "Arial", Arial, sans-serif; font-size: 22px; font-weight: bold; color: #ffffff; text-transform: uppercase;
}

H3 {
	font-family: "Arial", Arial, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none; 
}
H4 {
	font-family: "Arial", Arial, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration: none; 
}
.bodytext-bold {
	font-size:16px; font-weight: bold;
}

.bodytext-bold-yellow {
	font-size:16px; font-weight: bold; color: #fefe00;
}

.bodytext-bold-lightgreen {
	font-size:16px; font-weight: bold; color: #61cd43;
}

.bodytext-bold-italic{
	font-size:16px; font-weight: bold; font-style:italic;
}

.bodytext-underline {
	font-size:16px; font-weight: bold; text-decoration:underline;
}

.bodytext-small-dark {
	font-size:10px; color: #515151; }

/*  --------------------------------  links -----------------------------------*/


/*  --------------------------------  forms -----------------------------------*/

input, textarea, select {
	color: #4C70BC;
	background: #D8DDE9;
	border: 1px solid #ffffff;

}


label{
		width: 5em;
		float: left;
		text-align: right;
		margin-right: 1em;
		display: block;
}

.submit {
	color: #ffffff;
	background: #4C70BC;
	border: 2px solid #ffffff;
	margin-left: 4.5em;
}

.page{
	position: absolute;
	top: 10;
	left: 100;
	visibility: hidden;
}

/*  --------------------------------  scrollbars -----------------------------------*/


div {
	scrollbar-face-color:#4C70BC; 
	scrollbar-track-color:#666666; 
	scrollbar-arrow-color:#ffffff; 
	scrollbar-shadow-color:#333333; 
	scrollbar-dark-shadow-color:#1B1B1B; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-highlight-color:#ffffff;
}
