body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#copy {

	padding-bottom: 28px; 
	border-top: 1px dashed #D3D3D3;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background: url(images/copy.gif) no-repeat bottom;
}

/* Font Style Elements */
.center {
	text-align: center;
}

h1 {
	font-size: 24px;
	color: #003366;
	background-color: transparent;
}

h2 {
	font-size: 16px;
	color: #006699;
	background-color: transparent;
	margin-bottom: 0px;
}
h3 {
	font-size: 11px;
	color: #006699;
	font-weight:bold;
	background-color: transparent;
	margin-bottom: 0px;
}

td {
   font-size: 12px;
   }
   
#frameright {
	border-right-width:1px;
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-style:solid;
	border-color: #006699;
}
#footer {
	border-right-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-style:solid;
	border-color: #006699;
	background-color:#003366;
	color:white;
	font-size:14px;
}

redtext { color:#FF0000; font-weight:bold}


img {
	border: 0px;
}

p.just {
	text-align: justify;
}



/* Link Style */
a:link {
	color: #003366;
	text-decoration: underline;
	background: transparent;
}
a:visited {
	color: #003366;
	text-decoration: underline;
	background: transparent;
}
a:active {
	color: #003366;
	text-decoration: underline;
	background: transparent;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	background: transparent;
}
