body {
	background-color: #016f01;
	margin:0px; 
	padding:0px;
}

td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.nav01 {
	background-image: url(images/nav-bg-01.jpg);
	background-repeat: no-repeat;
}


.nav02 {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
}

.whiteNav {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.whiteText{;
	color: #FFFFFF;
	text-decoration: none;
}

.header01 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.header02 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.header03 {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

.greenText01 {
	font-weight: bold;
	color: #048904;;
	text-decoration: none;
}

.side01 {
	background-image: url(images/side-bg-01.jpg);
	background-repeat: no-repeat;
}

.side02 {
	background-image: url(images/side-02.gif);
	background-repeat: no-repeat;
}

.side03{
	background-image: url(images/side-03.gif);
	background-repeat: no-repeat;
}

.side04{
	background-image: url(images/side-04.gif);
	background-repeat: no-repeat;
}

.side05{
	background-image: url(images/side-05.gif);
	background-repeat: no-repeat;
}

.side06{
	background-image: url(images/side-06.gif);
	background-repeat: no-repeat;
}

.side07{
	background-image: url(images/side-07.gif);
	background-repeat: no-repeat;
}

.internal01 {
	background-image: url(images/internal-01.jpg);
	background-repeat: no-repeat;
}

.internal03 {
	background-image: url(images/internal-03.jpg);
	background-repeat: no-repeat;
}

.internal04 {
	background-image: url(images/internal-04.jpg);
	background-repeat: no-repeat;
}

.internal05 {
	background-image: url(images/internal-05.jpg);
	background-repeat: no-repeat;
}

.internal06 {
	background-image: url(images/internal-06.jpg);
	background-repeat: no-repeat;
}

.internal07 {
	background-image: url(images/internal-07.jpg);
	background-repeat: no-repeat;
}

.box01 {
	padding: 10px;
	text-align: center;
}

.box02 {
	padding: 20px 40px;
}

.box03 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#line01 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

input.btn{
   color:#ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#660000;
   border:1px solid;
   border-top-color:#ffffff;
   border-left-color:#ffffff;
   border-right-color:#ffffff;
   border-bottom-color:#ffffff;
}
	
input.btnhov{
	color:#ffffff;
   background-color:#000000;
}
	
a:link, a:active, a:visited {
	color: #048904;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

a.whiteNav:link, a.whiteNav:active, a.whiteNav:visited  {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
	
a.whiteNav:hover {
	color: #ffca92;
	text-decoration: none;
}

a.whiteText:link, a.whiteText:active, a.whiteText:visited  {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
	
a.whiteText:hover {
	color: #ffca92;
	text-decoration: none;
}


/* ~Calendar
----------------------------------------------------------------------------- */

.calendar {
  empty-cells: show;
  font: inherit;
  border-collapse: collapse;
  width: 100%;
  background: white;
  border-left: 1px solid #ddd;
}
.calendar th {
  line-height: 1em;
}
.calendar thead th {
	color: white;
	padding: 10px;
	text-align: center;
	border-left: 1px solid #004c8b;
	background-color: #990000;
}
.calendar tbody th {
  background: #eee;
  color: black;
  font-weight: normal;
  text-align: right;
  padding: 3px 5px;
  border-right: 1px solid #ddd;
}
.calendar tbody th.other {
  color: #ccc;
}
.calendar tbody td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 14%;
  padding: 10px;
  color: black;
  height: 90px;
}

.calendar2 {
  empty-cells: show;
  border-collapse: collapse;
  font: inherit;
  border-top: 1px solid #ccbd9a;
}
.calendar2 th {
  white-space: nowrap;
  border-bottom: 1px solid #ccbd9a;
  vertical-align: top;
  text-align: left;
  padding: 10px 20px 10px 5px;
}
.calendar2 td {
  border-bottom: 1px solid #ccbd9a;
  vertical-align: top;
  text-align: left;
  padding: 10px 5px 10px 0;
}
.calendar2 h4 {
  margin-bottom: 1em;
}

