.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	text-decoration: none;
	}
	
	.body dl {
		}
		
		.body dt {
			font-weight: bold;
			margin-top: 1em;
			}
		
		.body dd {
		margin-left: 0;
		padding-left: 0;
			
			}


h1, 
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 2em 0 1em;
	}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;

	}	
	
.footerlinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #FFFFFF;
text-decoration: underline;

	}
	
	h3+p {
		margin-top: 0;
		}

.byline {
	}

.caption {
	}

.sep {
	margin-top: 1.5em;
	padding-top: 1.5em;
	}

.sep+.sep { /* separated divs */
	border-top: 1px solid #ccc;
	}

/* floats applied to divs or images */

.float-left {
	float: left;
	margin: 1em 1em 1em 0;
	}

.float-right {
	float: right;
	margin: 1em 0 1em 1em;
	}
	
	.float-left img, 
	.float-right img, 
	img.float-left, 
	img.float-right {
		border: 1px solid #666;
		}