A:link { text-decoration: none; color: #FFFFCC; }
A:visited { text-decoration: none; color: #FFFFCC; }
A:active { text-decoration: none; color: #00FFFF; }
A:hover { text-decoration: underline; color: #FF9999; }
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10pt;

}
.headerorig {
	font-size: 16px;
	border: 1px solid #695C4C;
	background-position: center;
}
.bold {
	font-weight: bold;
}
.list {
	list-style-type: disc;
	list-style-position: inside;

}
.headerpinkbold {
	font-size: 16px;
	font-weight: bold;
	color: #FF9999;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.navbar {
	font-size: 8pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #554E44;
}
.bulletwhite {
	list-style-image: url(images/bulletwhite.gif);
}
.bulletblack {
	list-style-image: url(images/bulletblack.gif);
}
.dara {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10pt;
}
.myframe {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topborderyellow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
.topborderwhite {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

