.titles {
	color:#EA0000;
	font-family:Tahoma, sans-serif;
	font-size:22px;

}

.mainText {
	font-family:tahoma;
	font-size:12px;
}
.blackLink {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
.blackLink:Hover {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.whiteLink {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.whiteLink:Hover {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.whiteText {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
}
#subBG{
	background-image: url(images/main_bg.png);
	height:9px;
}
#subLeft{
	background-image: url(images/main_left.png);
	height:36px;
	width:41px;
}
#subRight{
	background-image: url(images/main_right.png);
	height:36px;
	width:41px;
}
#bodyLeft{
	background-image: url(images/mainBody_left.png);
	background-repeat:no-repeat;
	height:321px;
	width:9px;
}
#bodyRight{
	background-image: url(images/mainBody_right.png);
	background-repeat:no-repeat;
	height:321px;
	width:9px;
}
.left {
	background-image:url(images/left.gif);
	background-repeat:repeat;
	width:9px;
}
.right {
	background-image:url(images/right.gif);
	background-repeat:repeat;
	width:9px;
}
