html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

img, table {
	border: none;
}

body, p, td, li, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h1, h2, h3{
	color: #9e2d33;
}

h2{
	font-size: 100%;
}

h3{
	font-size: 90%;
}

p {
	margin-top: 0px;
}

a{
	color: #9e2d33;
	text-decoration: none;
}

a:hover {
	color: #9e2d33;
	text-decoration: underline;
}

.bigredtxt{
	font-size: 28px;
	color: #9e2d33;
	font-weight: bold;
}

.smallredtxt{
	font-size: 13px;
	color: #9e2d33;
}

.smallredtxt span{
	 color: #636356;
}

.content{
	margin-left: 82px;
	margin-top: 45px;
	margin-bottom: 45px;
}

.copyr{
	font-size: 11px;
	color: #fff;
	margin-right: 20px;
	margin-top: 10px;
}

.copyr a{
	color: #9e2d33;
	text-decoration: none;
}

.copyr a:hover{
	color: #fff;
	text-decoration: underline;
}

.botmen{
	margin-left: 82px;
	margin-top: 35px;
}

.botmen span{
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
}

.botmen a{
	color: #fff;
	text-decoration: none;
}

.botmen  a:hover{
	color: #fff;
	text-decoration: underline;
}

.menu span{
	font-size: 14px;
	color: #9e2d33;
	margin-right: 20px;
}

.menu a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.menu a:hover{
	color: #9e2d33;
	text-decoration: underline;
}

.author{
	font-size: 12px;
	color: #9e2d33;
}

.workdesc{
	font-size: 12px;
	color: #636356;
}

