body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titlesize {
	font-size: 24px;
}

.subtitlesize {
	font-size: 16px;
}

.copyright {
	font-size: 9px;
}

a {
	color: #2E455F;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #E20000;
}
a:active {
	color: #E20000;
}
.leftsep {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottomsep {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.bottomsep2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E20000;
	border-right-color:#E20000;
	border-bottom-color: #E20000;
	border-left-color: #2E455F;
}
