.box {
	border-color: #C91320;
	border-style: solid;
	border-width: 1px;

}
body {

	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial,sans-serif;
	color: #333333;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	margin: 3px;
	}
h2 {
	font-size: 120%;
	color: #C91320;
	margin: 3px;
}
h3 {
	font-size: 100%;
	color: #C91320;
	margin: 3px;
}
h4 {
	font-size: 17px;
	color: #000;
	margin: 6px;
}
.justified {
	font-size: 80%;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
.sub {
	font-size: 70%;
	color: #000;
}
a:active 	{ color:#CCCCCC; Text-Decoration: underline}
a:link 		{ color:#0124CB; text-decoration: none} 
a:visited 	{ color:#0124CB; text-decoration: none} 
a:hover 	{ color:#C91320; Text-Decoration: underline;  } 

.bodytext {
	font-size: 80%;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C91320;
	padding-right: 3px;
	padding-left: 3px;
}
sidenav {
	margin: 0 0;
	padding: 0 0 0 0px;
	
}
	#sidenav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial,sans-serif;
	font-size: 12px;
}
	 #sidenav ul li {
	display: block;
	}
	 #sidenav ul li a {
	width: 150px;
	height: auto;
	padding: 8px 0px;
	margin: 0px 0  4px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(soval.gif);
	background-repeat: no-repeat;
	background-position: center center;
		}
		#sidenav ul li a:hover {
	color: #FFF;
	background-image: url(soval1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
		#sidenav a:active {
			color: #BCBCBC;
		}
		.hidden {
	display: none;
}
.listformat {
	font-size: 80%;
	margin-top: 5px;
	list-style-type: square;
}

.border {
	border-color: #C91320;
	border-style: solid;
	border-width: 1px;
	}
.hr {
	line-height: 1px;
	color: #C91320;
}
.watermark {
	background-image: url(sofa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}