@charset "utf-8";
.divHEADER {
	border: .5px dotted #333333;
}
.divNAV {
	border: .5px dotted #333333;
	line-height: 10px;
	text-indent: 15px;
}
.divBODY {
	border: .5px dotted #333333;
}
.divFOOTER {
	border: .5px dotted #333333;
	line-height: 25px;
	text-align: center;
}

.linkNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 5px double #333333;
}
.noImgBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
}
.BODYsection {
	padding: 5px;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.BODYheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

