@charset "utf-8";
.table-bg {
	background-image: url(../images/template2_r14_c1.jpg);
	background-repeat: repeat-y;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
body,td,th {
	font-family: "Lucida Sans";
	color: #FFFFFF;
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
}
.area-nav {
	font-size: 12px;
	font-weight:bold
	background-color: #FFFFFF;
	display: inline;
	
	color: #666666;
}

.area-nav a{
		font-size: 12px;
	font-weight:bold;
	background-color: #FFFFFF;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 0px;
	margin-right:0px
	color: #666666;
	text-decoration: none;
}
.area-nav a:link{
		font-size: 12px;
	font-weight:bold;
	background-color: #FFFFFF;
	display: inline;
	color: #666666;
	text-decoration: none;
}
.area-nav a:visited{
		font-size: 12px;
	font-weight:bold;
	background-color: #FFFFFF;
	display: inline;
	color: #666666;
	text-decoration: none;
}
.area-nav a:hover{
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000000;
	display: inline;
	text-decoration: none;
}


a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #E8FF32;
}
a:active {
	color: #E8FF32;
}
.table-border {
	border: 3px double #F0FF30;
}

.header {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.copyright {
	font-size: 10px;
	font-family: Tahoma;
}
.sub-header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

/* FORM STUFF */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
  } 
  
/* lower form */

div.row2 {
  clear: both;
  padding-top: 5px;
  }

div.row2 span.label2 {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row2 span.formw2 {
	float: right;
	width: 350px;
	text-align: left;
  } 
.td-border-right {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #F0FF30;
}
.sub-header-black {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.td-border-top {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #F0FF30;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F0FF30;
}
.td-border-bottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F0FF30;
}
.img-border {
	border: 3px double #FFFFFF;
}
.sub-head-aqua {
	font-size: 18px;
	font-weight: bold;
	color: #00CCC2;
}
