@charset "utf-8";
/* CSS Document */

/* classes */
 
.red14pxBold {
	font-size: 14px;
	font-weight: bold;
	color: #8b0f04;
}
.red12pxBold {
	font-size: 12px;
	font-weight: bold;
	color: #8b0f04;
}
.red12pxBold a {
	font-size: 12px;
	font-weight: bold;
	color: #8b0f04;
}
.tableDivider td	{
	border-bottom: 1px dotted #333;
	padding-bottom: 8px;
}
.PopBoxImageSmall
{
	border: solid 1px #000;
	cursor: url("/images/magplus.gif"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #000;
	cursor: url("/images/magminus.gif"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("/images/magminus.gif"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: solid 0px #cc0000;
	cursor: pointer;
}
#jumpMenu {
	float: left;
	width: 750px;
	/* margin-left: -20px; */
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
}	
.jumpMenuNav {
	list-style: none;
}	
.jumpMenuNav li {
	margin:0 0 4px;
	/* margin-left: -20px; */
	list-style-image:url(/images/arrow1.gif);

}
.jumpMenuNav a {
	color:#333;
	text-decoration:none;
	border-bottom: 1px dotted #333;

}
.jumpMenuNav a:hover {border-bottom: 0px dotted #333;}
.whitebold	{
	color: #FFF;
	font-weight: bold;
}	


						
