/* CSS Document */

.headingText {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: -1px;
	font-size: x-large;
	text-decoration: underline;
	text-indent: 10px;
}

.headingTextBlue {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: -1px;
	font-size: x-large;
	color: #1696C5;
}
.titles {
	font-size: large;
	font-weight: lighter;
	color: #000000;
	text-decoration: underline;
	text-indent: 10px;
}
.bodyText {
	color: #276EB3;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #C4D8F1;
	background-image: url(images/lines.gif);
}
.border {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.indent {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -10px;
	text-align: right;
}

#links {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;	
	}
	
#links a:link {
	color: #000000;
	text-decoration: none;	
}
#links a:visited {
	color: #000000;
	text-decoration: none;	
}
#links a:hover {
	color: #276FB7;
}
#links a:active {
	color: #276FB7;
}

.style2 {
	color: #0489C2;
	font-weight: bold;
}

.style4 {font-size: 12px}


a:link {
	color: #276FB7;
}
a:visited {
	color: #276FB7;
}
a:hover {
	color: #030B76;
}
a:active {
	color: #030B76;
}

.style6 {font-size: 12px; font-family: "Times New Roman", Times, serif; }

.style7 {font-family: "Times New Roman", Times, serif}

.style8 {font-size: 12px}
