/* top menu */
body {
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a.BlueLink {
	font-weight: bold;
	color: #191970;
	text-decoration: none;
	font-size: 12px;
}
a.RedLink {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
}
.curRedLink {
	color: #CC0000;
	background-color: #EFEFFC;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #F2BFBF;
	border-right-color: #F2BFBF;
	border-bottom-color: #F2BFBF;
	border-left-color: #F2BFBF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;







}
.curBlueLink {
	color: #333366;
	background-color: #FFE4E1;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #B0C4DE;
	border-right-color: #B0C4DE;
	border-bottom-color: #B0C4DE;
	border-left-color: #B0C4DE;

}
.DottedBG {
	background-image: url(../Images/Style/bg_row_1.gif);
	background-repeat: repeat-x;
}
.SelectedRed {
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #F2BFBF;
	border-right-color: #F2BFBF;
	border-bottom-color: #F2BFBF;
	border-left-color: #F2BFBF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.DottedBG2 {
	background-image: url(../Images/Style/bg_row_2.gif);
	background-repeat: repeat-x;
	background-color: #EFEFFC;

}
.SelectedBlue {

	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #B0C4DE;
	border-right-color: #B0C4DE;
	border-bottom-color: #B0C4DE;
	border-left-color: #B0C4DE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.Welcome {
	font-size: 10px;
	color: #191970;
	text-align: center;
	font-weight: bold;


}
