/*link styles*/
a:link {  font-family: "Trebuchet MS", Arial, sans-serif; color: #ff6600; text-decoration: none}
a:visited {  font-family: "Trebuchet MS", Arial, sans-serif;color: #ff6600; text-decoration: none}
a:active {  font-family: "Trebuchet MS", Arial, sans-serif; color: #ff6600; 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}
.darkgrey {COLOR: #666666;FONT-FAMILY: "Trebuchet MS", Arial, sans-serif; font-weight: normal;}

/*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;
}
