/* Page elements */

.bodystyle {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
 font-family: "Cooper Black","Sans Serif";
	color: #666666; 
	text-align: left;
	border-style: hidden;
}
.terms {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
 	font-family: "Sans Serif";
	font-size: x-small;
	color: #666666; 
	text-align: left;
}
.id {
	margin-left: 50px;
}
.toppadding {
 	font-family: "Cooper Black","Sans Serif";
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Style for body text and rollovers */

li {
/* standard within bullets */
	display: block; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	line-height: 1;
}
p {
/* standard within paragraph */
	text-align: left;
}
h1,h2,h3,b
{
/* standard within headings and bold */
	text-align: left;
	font-weight: bolder;
	color : #000055;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size:medium
}
.indent {
	/* for indented text */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}

a:link {
/* hyperlinks */
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
