/*link styles*/
a:link {  font-family: "Trebuchet MS", Arial, sans-serif; color: #25317b; text-decoration: none}
a:visited {  font-family: "Trebuchet MS", Arial, sans-serif;color: #000099; text-decoration: none}
a:active {  font-family: "Trebuchet MS", Arial, sans-serif; color: #a7a9ac; text-decoration: none}
a:hover {  font-family: "Trebuchet MS", Arial, sans-serif; color: #999999; text-decoration: none}


/*content styles*/
/*body copy*/
.main {font-family: "Trebuchet MS", Arial, sans-serif; font-weight: normal; color: #000000}
.darkblue {COLOR: #000000;FONT-FAMILY: "Trebuchet MS", Arial, sans-serif; font-weight: bold;}

/*titles*/
.title {font-family: "Trebuchet MS", Arial, sans-serif; font-weight: bold; color: #FFFFFF}

.dotbg {
	background-image:  url("images/dot.gif");
	background-repeat: repeat-y;
	background-position: center top;
}
.h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: x-large;
	font-weight: normal;
	color: #000000;
}
.bg1 {
	background-color: #25317b;
}

.bg2 {
	background-color: #a7a9ac;
}