body {
margin-top: 8px; }

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #316364;
	font-weight: normal;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #316364;
}

a:link {
	color: #FF6600;
	font-size: 13px;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	text-decoration: underline;
}

a.headerlink:link {color: #FFFFFF; font-size: 10px; font-weight: normal; }
a.headerlink:visited {color: #FFFFFF; font-size: 10px; font-weight: normal; }
a.headerlink:hover {text-decoration: font-size: 10px; overline; color: #FF6600; }
a.headerlink:active {color: #CC6600; font-size: 10px; } 

a.footerlink:link {color: #316364; font-size: 10px; font-weight: normal; }
a.footerlink:visited {color: #316364; font-size: 10px; font-weight: normal; }
a.footerlink:hover {text-decoration: font-size: 10px; overline; color: #FF6600; }
a.footerlink:active {color: #CC6600; font-size: 10px; } 

a.biglink:link {color: #FF6600; font-size: 12px; font-weight: bold; }
a.biglink:visited {color: #FF6600; font-size: 12px; font-weight: bold; }
a.biglink:active {color: #CC6600; } 

h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	width: 332px;
	border-bottom: 1px solid black;
	text-align: right;
	margin-left: 6px;
	margin-top: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold;
	font-style: italic; 
	text-align: left;
	margin-bottom: 5px;
}
.h2centered {
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold;
	font-style: italic; 
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight: bold;
	font-style: italic; 
	text-align: left;
	margin-bottom:2px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	
}

/* for teh table editor */

.happy {
	color: green;
	font-weight: bold;
	font-size: 1.1em;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 13px;
}

.tableview td {
	border: 1px solid #000000;
	padding: 1px;
}

.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #316364; 
	padding: 3px;
	font-size: 13px;
}

.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #316364; 
	font-size: 13px;
	color: #FF6600;
}

.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	border: 0px;
}

.tableedit td {
	border: 0px solid #880000;
	padding: 2px;
}

.tableedit th {
	border: 1px solid #316364;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #316364; 
	padding: 2px;
}



