/*hyperlink styles*/

a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}
.bodysides {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:active {
	color: #0000CC;
}

/*basic style for the copy*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/*Style for just the intro headline*/
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: 004073;
}

/*Style for subheadlines*/
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: CC0000;
}

/*Style for subheadlines inside boxes*/
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

/*Styles for the text testimonal text boxes this changes box background color and border*/
.textboxes {
	background-color: 003366;
	border: thin solid #FFCC00;
}

/*Style for boxes with the dotted border this changes the background color as well*/
.dottedbox {
	background-color: #FFCC00;
	border: thin dotted #000000;
}

/*Style for the boxes with solid black border.*/
.blkbrdr {
	border: thin solid #000000;
}

.redtxt {color: #993300}
.highlight {
	background-color: #FFFF00;
}

