<!--
body {
	background-image: url(../_images/BgDesign.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PDSMainText {
font-size:12px;
color:#000000;
}
.PDSContentText {
font-size:12px;
color:#2A8170;
}
.PDSSideText {
font-size:12px;
color:#004E4E;
}
.PDSFooter {
font-size:12px;
color:#FFFFFF;
}
.MainLinks{
color:#000000;
}
.MainLinks a{
color:#000000;
text-decoration:none;
}
.MainLinks a:hover{
color: #CC0000;
text-decoration:underline;
}
/* ---------Footer ITI Computers Link-------------- */
.ITIFooterBg{
	background-color:#97AF59;
	padding: 10px;
}
.ITIfooter {
	font-size: 9px;
	color: #1C574C;
}
.ITIfooter a{
	font-size: 9px;
	text-decoration: none;
	color: #1C574C;
}
.ITIfooter a:hover{
	font-size: 9px;
	color: #1C574C;
	text-decoration: underline;
}
-->