/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

	
table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: #FFB7B7;
	border-collapse: separate;
	background-color: white;
}

table.border {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(153, 0, 0) rgb(153, 0, 0) rgb(153, 0, 0) rgb(153, 0, 0);
	border-collapse: collapse;
	background-color: white;
}


a:link { 
	color: #990000;
	text-decoration: underline;
}

a:visited { 
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	background-color: #CCCCCC;
	text-decoration: underline;

} 



.copy {
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 12px;
}

.titles {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000; 
	font-size: 16px;
	font-weight: bold;
}

.titlesgreen {
	font-family: Arial, Helvetica, sans-serif; 
	color: #75AD28; 
	font-size: 16px;
	font-weight: bold;
}

.titlesmaven {
	font-family: Arial, Helvetica, sans-serif; 
	color: #147EC2; 
	font-size: 16px;
	font-weight: bold;
}

.copyterms {
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 10px;
}

.boldcopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; 
	font-size: 12px;
	font-weight: bold;
}

.boldredcopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

