.topbg {
	background-image:   url(images/top_bg.jpg);
	background-repeat: repeat-x;
}
.bottombg {
	background-image:   url(images/bot_bg.jpg);
	background-repeat: repeat-x;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;

}
.contentborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	background-image: url(images/border_hor.gif);
	background-repeat: repeat-y;
	background-position: center;

}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;


}
td {
	font-family: "trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
ul {
	list-style-image: url(images/redarrow.gif);
	list-style-position: outside;
	line-height: 22px;



}
.bottombgintro {
	background-image: url(images/bot_bg2.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-size: 10px;
	color: #666666;
	line-height: 25px;

}
a:link {
	color: #336699;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #6699CC;
}
.red {
	color: #CC0000;
}
.blue {
	color: #336699;
}
