body {
	color:#000000;
	font-size: 76%;
	font-family: verdana, arial, helvetica, sans-serif;
}

p {
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-right: 5%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	color:#99cc99;
}


A { color: #cc6633; } /* hyperlink */
A.active { color: #cc0000; } /* active hyperlink */
A.visited { color: #cccc00; } /* visited hyperlink */
A:hover { color: #ffcc00; } /* mouseover hyperlink */

/* for i.e */
table {
font-size: 1em;
font-family: verdana, arial, helvetica, sans-serif;
}

table, tr, td, th {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: top;
}

th {
	background-color: #eeeeee;
	color: #333399;
}

.txtright {
	text-align: right;
}

.noindent {text-indent: 0;}
.left {text-indent: 0;
		test-align: left;}

.nav {
	background-color: #ffffcc;
	text-align: center;
	margin-left: 1em;
}

.nav a {
	text-decoration:none;
}

