/* HTML Elements---------------------------------------------------------------------------------------------*/

html {
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */
	background-color:#d3d6ec;
}
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#656565;
}
a, a:link, a:active, a:visited {
	color:#ff6699;
	text-decoration:none;
}
img {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
ol li {
	margin-top:0;
	margin-bottom:10px;
}
ul {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	list-style-type:disc;
}
ul, ol {
	margin-bottom:20px;
	padding-left:40px;
}
ul li, ol li {
	margin-bottom:3px;
	color:#333333;
	font-size:9pt;
	line-height:17px;
}
li ul {
	margin-top:6px;
	margin-bottom:9px;
}
h1, h2, h3, h4, h5 {
	margin-top:0px;
	margin-bottom:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FAD5E5;
}
h1 {
	margin-top:0;
	margin-bottom:17px;
	font-weight:normal;
	font-size:15pt;
}
h2 {
	font-size:11pt;
}
h3 {
	font-size:10pt;
}
h4 {
	font-size:9pt;
}
h5 {
	font-size:8pt;
}
p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:17px;
	color:#ffffff;
	font-size:10pt;
}
.ContentImgLeft {
	float:left;
	padding-right:15px;
	padding-left:0;
	position:relative;
}
.ContentImgRight {
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	position:relative;
}
/* Layout Styles---------------------------------------------------------------------------------------------*/
#PageWrapper, #Footer {
	margin:0 auto;
	width:970px;
}
#InnerWrapper {
	margin:0;
	padding:0;
}
#MastHeadTop a, a:link, a:active, a:visited {
	text-decoration:none;
}
.BtmLeftTop, .BtmLeftBtm {
	margin-top:5px;
	margin-left:16px;
	padding-bottom:15px;
}
.BtmLeftTop h1, .BtmLeftBtm h1 {
	font-weight:bold;
}
.BtmLeftTop {
	border-bottom:1px solid #f49ac1;
}
.BtmLeftTop h1 a:hover, .BtmLeftTop p a:hover  {
	border-bottom:none;
	color:#FAD5E5;
	background-color:transparent;
}
.BtmLeftBtm a, .BtmLeftTop h1 a, .BtmLeftTop p a {
	color:#FAD5E5;
	border-bottom:1px dotted #FAD5E5;
}
.BtmLeftBtm a:hover {
	color:#70628F;
	border-bottom:1px dotted #70628F;
	background-color:#FAD5E5;
}
.BtmLeftTop a, .BtmLeftTop a:hover {
	border-bottom:hidden;
	background-color:transparent;
	text-decoration:none;
}
#Footer {
	padding-top:13px;
}
