body {
  margin: 5px;
	min-width: 775px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
  margin-top: 0px;
	margin-bottom: 10px;
}

blockquote {
  margin-left: 25px;
  margin-right: 25px;
}

h1 {
  margin-top: 0px;
	margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}

h2 {
  margin-top: 10px;
	margin-bottom: 0px;
  font-weight: bold;
  font-size: 11px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td.layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/main_layout.png);
	background-repeat: no-repeat;
	background-color: #A6AA73; 
}

a:link { color: #B25C0F; text-decoration: none; }
a:visited { color: #B25C0F; text-decoration: none; }
a:active { color: #B25C0F; text-decoration: none; }

a.menu:link { color: #666666; text-decoration: none; }
a.menu:visited { color: #666666; text-decoration: none; }
a.menu:hover { color: #B25C0F; text-decoration: none; }
a.menu:active { color: #666666; text-decoration: none; }
.menu-selected { color: #B25C0F }

a.submenu:link { color: #666666; text-decoration: none; }
a.submenu:visited { color: #666666; text-decoration: none; }
a.submenu:hover { color: #B25C0F; text-decoration: none; }
a.submenu:active { color: #666666; text-decoration: none; }
.submenu-selected { color: #B25C0F; text-decoration: underline; }

a.heyshauna:link { color: #CCCCCC; text-decoration: none; }
a.heyshauna:visited { color: #CCCCCC; text-decoration: none; }
a.heyshauna:hover { color: #FFFFFF; text-decoration: none; }
a.heyshauna:active { color: #CCCCCC; text-decoration: none; }

.block-menu {
  font-size: 12px;
  padding-top: 150px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	line-height: 20px;
	text-align: right;
}

.block-layout {
  padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 19px;
	padding-right: 0px;
	text-align: left;
}

.block-content {
  padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 23px;
	padding-right: 100px;
	text-align: justify;
}

.block-news-show {
  display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.block-news-hide {
	display: none;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.block-footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
  padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	text-align: left;
}

.table-layout {
  border-style: solid;
  border-color: #FFFFFF;
	border-width: 1px;
}

.cell-inner {
  border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

.text-ltgrey {
	color: #999999;
}

.text-whitegrey {
	color: #CCCCCC;
}

.text-camoorange {
	color: #B25C0F;
}

.text-red-bold {
	font-weight: bold;
	color: #FF0000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-style: solid;
	border-color: #555555;
	border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
	padding-left: 0px;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	color: #FFFFFF;
	background-color: #A00F36 !important;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}