body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*ul, ol, dl, li, dt, dd, blockquote*/
p {
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color:#0099FF;
	text-decoration: none;
}

a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

a:active {
	color: #0099FF;
	text-decoration: none;
}

.article_padding {
	padding: 10px;
}

.article_border {
	padding:10px 0px 10px 0px;
	/*border: 1px solid #D3CFC1;*/
}

.article_border img {
	float:left;
	margin-right: 10px;
	border: 2px solid #D3CFC1;
	padding:10px;
}

.gray11par {
	font-size: 11px;
	color: #666666;
	/*line-height: normal;*/
	text-align: justify;
	padding: 20px;
}

.white10par {
	font-size: 10px;
	color: #FFFFFF;
	/*line-height: normal;*/
	text-align: justify;
	padding: 10px;
}

.white10 {
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

.mainHeader {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding:5px 0px 5px 20px;
}

.smallHeader {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.secondaryHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 5px 20px;
}

.photo_space {
	margin-right: 10px;
	border: 4px solid #D3CFC1;
}
.whiteSideHeader {
	font-size: 18px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}
.whiteItalicHeader {
	font-size: 18px;
	color: #FFFFFF;
	line-height: normal;
	font-style: italic;
}.smallSideHeader {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
/* Footer */
.footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footer p {
	padding:0;
	margin:0;
}

