p {
	line-height: 1.4em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.imagebreakoutright {
	min-width: 0;
	float: right;
	text-align: center;
	clear: none;
	margin: 0px;
	display: inline;
	font-weight: bold;
}
.imagebreakoutleft {
	min-width: 0;
	float: left;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}
.redbold {
	font-weight: bold;
	color: #FF0000;
}
a:hover, a:active {
	text-decoration: underline;
}
.hidden {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #003366;
	font-family: "Comic Sans MS", Tahoma, Helvetica, sans-serif;
	margin: 0em;
	padding: 0.2em;
	height: 1%;
	background-color: #E7E8ED;
}
hr {
	clear: right;
	margin: 0em;
	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: #D5D7E1;
	border-right-color: #D5D7E1;
	border-bottom-color: #D5D7E1;
	border-left-color: #D5D7E1;
	padding: 0em;
	height: 1px;
}
.centered {
	text-align: center;
}


.boldtext {
	font-weight: bold;
}
.forminput {
	background-color: #E4F1F1;
	border: 1px solid #006666;
	color: #000000;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.todotext {
	font-weight: bold;
	color: #FF0000;
}
.clearall {
	clear: right;
}
.clearallboth {
	clear: both;
}

label {
	font-weight: bold;
}
.alignright {
	text-align: right;
}
.totalcell {
	font-weight: bold;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
.sendtoaddress {
	font-weight: bold;
	float: right;
	font-size: 1.2em;
	padding: 0.5em;
	background-color: #E7E8ED;
	font-family: "Comic Sans MS", Tahoma, Helvetica, sans-serif;
	color: #003366;
}
.infobox {
	padding: 10px;
	float: left;
	height: 250px;
	margin: 2px;
	width: 135px;
}
.infoboxhighlightright {
	background-color: #FEFFC3;
	float: right;
	padding: 10px;
	border: 1px solid #990000;
	text-align: center;
	margin: 2px;
	vertical-align: middle;
	display: table-cell;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.infoboxhighlightrightheading {
	font-size: 1.5em;
}
