body {
	background-color: #FFFFEC;
}

p, li, ul, body, .body1 { font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.body3 { font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}
h1, .head1 { font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000}
h2, .head2 { font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000}
h3, .head3 { font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; font-size: 9pt ; font-weight: bold; color: #000000}

a {
    color: #000000;
	text-decoration : underline;
}

a:hover{
	text-decoration : none;
}


.info_table {
	font-size: 9pt;
	text-align:center;
	
}
.info_table td { 
	border-color:#000099;
	border-style:dotted;
	border-spacing: 0px;
	border-width:thin;

}
.info_table th {
	font-weight: bolder;

	border-color:#0C6B13;
	border-style:dotted;
	border-spacing: 0px;
	border-width:thin;
	
}

/* new stuff for templates */

#NavLinks {
	margin-bottom: 20px;
}
.NavLinks a {
	font-size: x-small;
	text-decoration: none;
}
.NavLinks a:hover {
	font-size: x-small;
	text-decoration: underline;
}
.NavLinks  {
	padding:0px;
	margin:0px;
	list-style: url(/images/menu_dot.gif);
	margin-left: 19px;	
	margin-top: 10px;
	margin-bottom: 25px;
}
