body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/body_BG.jpg);
	margin-top: 0px;
	font-size: 10px;
	color: #FFFFFF;
}

input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	
}
.bodytext {font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			color: #000000; 
			font-weight: normal;
}
.bodytext a:link {color: #A33200; font-size: 12px; font-weight: normal; text-decoration: underline;}
.bodytext a:visited {color: #666666; font-size: 12px; font-weight: normal; text-decoration: underline;}
.bodytext a:hover {color: #666666; font-size: 12px; font-weight: normal; text-decoration: underline;}
.bodytext a:active {color: #666666; font-size: 12px; font-weight: normal; text-decoration: underline;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#122E53;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	font-style: normal; 
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
p{
	margin-top: 6px;
	margin-bottom: 3px; 
}
.main { margin-left:30px; }


ul {margin-top: 3px;}

.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: 12px;
}

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

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

.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #2E93BF; 
	font-size: 12px;
	color: #AF3108;
}
.tableview th a:visited {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.tableview th a:link {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

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

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

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



