/*////////////////////////////////////////////
General
////////////////////////////////////////////*/
body {
	background-color: #FFFFFF;
	margin: 0px;
}
*{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}
strong, b, .bold {
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
HR {
	color: #000000;
	background-color: #000000;
	height: 1px;
}
/*////////////////////////////////////////////
Custom / Misc.
////////////////////////////////////////////*/
.error{
	font-style: italic;
	color: red;
}
.msg{
	font-style: italic;
}
.label {
	font-weight: bold;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
div.footer {
	display:none;
}

div.top {
	display:none;
}
div.nav {
	display:none;
}

.title h1 {
	font-weight: bold;
	text-align: left;
	
}
.header h2 {
	font-weight: bold;
}
div.backToTop {
	text-align: right;
}
.noPrint{
	display:none;
}
