
.h1-light {
	font-family: "Times New Roman", Times, serif; font-size: 30px; font-weight: normal; color: #ffffff;
}

.h2-light {
	font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #ffffff; font-style:italic; text-transform: capitalize;
}

.h3-light {
	font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: normal; color: #ffffff; text-decoration: none; text-transform: capitalize;
}

.h1 {
	font-family: "Times New Roman", Times, serif; font-size: 30px; font-weight: normal; color: #000000;
}

.h1-red {
	font-family: "Times New Roman", Times, serif; font-size: 50px; font-weight: normal; color: #ff0000;
}

.h2 {
	font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #000000; text-transform: capitalize;
}

.h3 {
	font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none; text-transform: capitalize;
}

.bodytext-bold {
	font-size:16px; font-weight: bold;
}

.bodytext-bold-blue {
	font-size:16px; font-weight: bold; color: #2A4F9F;
}

.bodytext-bold-blue-underline{
	font-size:16px; font-weight: bold; color: #2A4F9F; text-decoration: underline;
}

.bodytext-bold-red {
	font-size:16px; font-weight: bold; color: #ff0000;
}

.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-light {
	font-size:10px; color: #CCCCCC; }

/*  --------------------------------  links -----------------------------------*/

a {
	font-family: "Times New Roman", Times, serif; color: #2A4F9F; text-decoration: underline; font-size: 18px;
}

a:hover {
	text-decoration: none;
}

/*  --------------------------------  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;
}
