/* CSS Document */

#content {
	line-height:1.5em;
	color: #000000;
}
#content h2 {
	color:#0060A9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	padding:0px 0px 15px 0px;
}
#content h2 small {
	font-size: 0.5em;
	font-weight:normal;
	text-transform:none;
}
#content h3 {
	color:#0060A9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-transform:uppercase;
	padding:1.5em 0px 0.5em;
	border-bottom: 1px solid #C0B1AE;
	margin-bottom: 1em;
}
#content h4 {
	font-weight:bold;
	color: #0060A9;
}
#content strong {
	color: #009EE0;
}
#content p {
	padding:0px 0px 1em 0px;
}
#content ul {
	padding:0px 0px 0.5em 20px;
}
#content ul li {
	padding:0px 0px 0.5em 20px;
	background: url(pictures/bullet1.gif) no-repeat 0px 0.55em;
}

#content ul li li{
	background: url(pictures/bullet2.gif) no-repeat 0px 0.55em;
}
.imgFloatRight {
	float:right;
	clear:right;
	width:220px;
	font-size:0.8em;
	line-height: 1em;
	color:#7394A9;
	margin-left: 10px;
	text-align:right;
}
.imgFloatRight img{
	border: 10px solid #FFFFFF;
}
.table1 {
	margin: 20px 0px;
	border-top: 1px solid #0060A9;
	border-right: 1px none #0060A9;
	border-bottom: 1px none #0060A9;
	border-left: 1px solid #0060A9;
}
.table1 tr td{
	border-top: 1px none #0060A9;
	border-right: 1px solid #0060A9;
	border-bottom: 1px solid #0060A9;
	border-left: 1px none #0060A9;
	padding:0.5em;
	background: #FFFFFF;
}
.table1 tr th{
	border-top: 1px none #0060A9;
	border-right: 1px solid #0060A9;
	border-bottom: 1px solid #0060A9;
	border-left: 1px none #0060A9;
	padding:0.5em;
	background: #D7E7EE;
	color: #000000;
	font-weight: bold;
}