.boxmain {
	border: 1px solid #000000;
}
.gradbg {
	background-image: url(images/gradbgbig.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.title {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.gradbgtop {
	background-image: url(images/gradbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottomright {
	background-image: url(images/bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textnav {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;

}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
}
.borderleftbottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	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;
}
