.FIVEHYPHEN {
	font-family: Arial, Helvetica, sans-serif;
}
.BlueBoxTL {
	background-image: url(images/BlueBox_01.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.BlueBoxTM {
	background-image: url(images/BlueBox_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.BlueBoxTR {
	background-image: url(images/BlueBox_03.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.BlueBoxML {
	background-image: url(images/BlueBox_04.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.BlueBoxMR {
	background-image: url(images/BlueBox_06.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.BlueBoxBL {
	background-image: url(images/BlueBox_07.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.BlueBoxBM {
	background-image: url(images/BlueBox_08.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.BlueBoxBR {
	background-image: url(images/BlueBox_09.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.BlueBoxMID {
	background-image: url(images/BlueBox_05.gif);
	background-repeat: repeat;
}
.GreyBoxTL {
	background-image: url(images/GreyBox_01.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.GreyBoxTM {
	background-image: url(images/GreyBox_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.GreyBoxTR {
	background-image: url(images/GreyBox_03.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.GreyBoxML {
	background-image: url(images/GreyBox_04.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.GreyBoxMR {
	background-image: url(images/GreyBox_06.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.GreyBoxBL {
	background-image: url(images/GreyBox_07.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.GreyBoxBM {
	background-image: url(images/GreyBox_08.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.GreyBoxBR {
	background-image: url(images/GreyBox_09.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.GreyBoxMID {
	background-image: url(images/GreyBox_05.gif);
	background-repeat: repeat;
}

A.grey_nav:active{ 
	display: block; text-decoration: none; 
} 
A.grey_nav:link{ 
	display: block; 
	color: #000099; 
	text-decoration: none; 
} 
A.grey_nav:visited{ 
	display: block; 
	text-decoration: none; 
	color: #333333; 
} 
A.grey_nav:hover{
	display: block;
	background: #0000FF;
	color: #FFFFFF;
	font-weight: normal;
} 
.SilverGrad {
	background-image: url(images/nav-grad.jpg);
	background-repeat: repeat;
}
.content-title {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #CBD9E1;
	margin: 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
}
