body {
	border-left-width: 0px;
	border-top-width: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #93bbd5;
	color: black;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
}

.box {
	width: 100%;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 3px;
	background-image: url(../images/boxBG.png);
	background-repeat: repeat;
}

.boxBottom {
	border-left-color: black;
	border-bottom-color: black;
	border-right-color: black;
	border-top-color: black;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	width: 100%;
	padding: 10px;
	background-image: url(../images/boxBG.png);
	background-repeat: repeat;
}

.menu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-color: black;
	border-left-color: black;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	text-align: center;
	color: #2062a0;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(../images/boxBG.png);
	background-repeat: repeat;
}

.menu_01 {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	cursor: pointer;
	background-image: url(../images/boxBG.png);
	background-repeat: repeat;
}

.menu_02 {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: #66ccff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	cursor: pointer;
	background-image: url(../images/boxBG.png);
	background-repeat: repeat;
}

.highlight {
	color: #2062a0;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
	outline: none;
}

.title {
	color: #2062a0;
	font-size: 16px;
	font-weight: bold;
}

.pageHeader {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #2062a0;
	font-size: 18px;
}

.newsHeadline {
	color: black;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.date {
	font-style: italic;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
}

img {
 outline: none;
 border: none;
}

.button {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
}

.fld_entry {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
}

.rght_label {
	text-align: right;
	color: #333333;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.errors {
	color: red;
	font-style: italic;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}