BODY {
	SCROLLBAR-FACE-COLOR: #F8F8FC;	
	SCROLLBAR-HIGHLIGHT-COLOR: #EAEAFB; 
	SCROLLBAR-SHADOW-COLOR: #054606; 
	SCROLLBAR-ARROW-COLOR: #241E5E;
	
	SCROLLBAR-BASE-COLOR: #241E5E;
	scrollbar-dark-shadow-color: #7B7B7B; 
	scrollbar-3d-light-color: #241E5E;
	BACKGROUND-IMAGE: url(../images/background.jpg); BACKGROUND-REPEAT: repeat-x;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #241E5E;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #241E5E;
	font-weight: bold;
}
.titleTeal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #306AB3;
	font-weight: bold;
}
.frame {
	border: thin inset #f0f0f0;
	
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: small;
}

.backgroundTeal {
	background-color: #DDE9F7;
}

.backgroundGrey {

	background-color: #F8F8FC;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.formFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	background-color: #F8F8FC;

}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #241E5E;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-decoration: underline;
	

}


a:link.buttons { 
font-family: Arial, Helvetica, sans-serif;
font-size: small; 
color: #241E5E; 
font-weight: bold;
text-decoration: underline;
}

a:hover.buttons { 
font-family: Arial, Helvetica, sans-serif;
font-size: small; 
color: #241E5E; 
text-decoration: underline;
background-color: #DDE9F7;
}
.subtitleTeal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #306AB3;
	font-weight: bold;
}

