/* links --------------------------------------------------------------------------*/
a:link {
	color: #4595C1;
	text-decoration: none;
}
a:visited {
	color: #4595C1;
	text-decoration: none;
}
a:hover {
	color: #4595C1;
	text-decoration: underline;
}
a:active {
	color: #4595C1;
	text-decoration: none;
}

/* tags --------------------------------------------------------------------------*/
body {
	background-color: #E9EBEB;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #717376;
	line-height: 15px;
}

/* adds --------------------------------------------------------------------------*/
.orangeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E18833;
}
.hrTwoTone {
	border-right-width: 1px;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #E18833;
	border-left-color: #E18833;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E18833;
	width: 80%;
	color: F5F5F5;
	margin: 0px;
	padding: 0px;
}



