@charset "UTF-8";
/* CSS Document */

.leftSide {
	background-image: url(images/shadowy-left.png);
	background-repeat: repeat-y;
}
.rightSide {
	background-image: url(images/shadowy.png);
	background-repeat: repeat-y;
}
.paddingTop12px {
	padding-top: 12px;
}
.menuBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(images/header_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 34px;
	text-align: center;
	vertical-align: text-top;
}
.topShadow {
	background-image: url(images/shady_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.centralShadow {
	background-image: url(images/shady_02.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bottomShadow {
	background-image: url(images/shady_06.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-right: 50px;
	line-height: 18px;
}
.mainText-para {
	font-size: 16px;
	font-weight: bold;
}
.menusTable {
	border-bottom-width: 1px;
	border-top-color: #0C9;
	border-right-color: #0C9;
	border-bottom-color: #0C9;
	border-left-color: #0C9;
}
.menuCss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	color: #666;
	text-align: center;
}
