﻿.maintext_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CB1010;
	font-weight: bold;
}
.mainTitleitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CB1010;
	font-weight: bold;
	font-style: italic;
}
.maintextItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-style: italic;
}
.maintext_whiteItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-style: italic;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.sidebar_left {
	background-position: 0px 0px;
	position: absolute;
	width: auto;
	background-image: url('images/left.jpg');
	height: 1203px;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
.sidebar_right {
	background-position: 0px 0px;
	position: absolute;
	width: auto;
	background-image: url('images/right.jpg');
	height: 1203px;
	background-repeat: no-repeat;
	top: 0px;
	left: 876px;
}
.logo_top {
	background-position: 0px 0px;
	position: absolute;
	width: auto;
	background-image: url('images/logo1.jpg');
	height: 97px;
	background-repeat: no-repeat;
	top: 0px;
	left: 95px;
}
.logo_backgournd {
	background-position: 0px 0px;
	position: absolute;
	width: auto;
	background-image: url('images/logo_background.jpg');
	height: 1000px;
	background-repeat: no-repeat;
	top: 0px;
	left: 95px;
}

.footer {
	background-position: 0px 0px;
	position: absolute;
	width: auto;
	background-image: url('images/footer.jpg');
	height: 106px;
	background-repeat: no-repeat;
	top: 0px;
	left: 95px;
}
.footertext_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}



