
.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; text-decoration: underline; margin: 0px;
}

.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-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 -----------------------------------*/

#fullbody a, #main-body-subreg a{
	font-family: Arial, Helvetica, sans-serif; color: #993300; text-decoration: underline; font-size: 18px;
}

#fullbody a:hover, #main-body-subreg 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;
}

.subtitle
{
	color: #fff;
	font-size: 16pt;
}

.title
{
	font-weight: bold;
	font-size: 18pt;
}

.testimonial-name
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
