@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.BlueBarBG {
	background-image: url(images/BlueLine.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BlueBG {
	background-color: #0000CC;
}
.GoldBorderLeft {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFCC00;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.GoldBorderRight {
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FFCC00;
}

.BlueFullBorder {
	border-top: none;
	border-right: medium solid #0000CC;
	border-bottom: medium solid #0000CC;
	border-left: medium solid #0000CC;
}
.GoldText {
	color: #FFCC01;
}
