@charset "UTF-8";
/* CSS Document */

.back_top {
	background-image: url(../images/background_citifit.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.main_left {
	background-image: url(../images/body_left_citifit.png);
	background-repeat: repeat-y;
	background-position: right;
}
.main_right {
	background-image: url(../images/body_right_citifit.png);
	background-repeat: repeat-y;
	background-position: left;
}
.main_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	text-shadow:#000 2px 2px 3px;
}
.normal_black {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
}
.normal_black A:link {color:#444; text-decoration:none}
.normal_black A:hover {color:#444; text-decoration:underline}
.normal_black A:visited {color:#444; text-decoration:none}
.normal_black A:active {color:#444; text-decoration:none}

.new_footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.new_footer A:link {color:#FFF; text-decoration:none}
.new_footer A:hover {color:#FFF; text-decoration:underline}
.new_footer A:visited {color:#FFF; text-decoration:none}
.new_footer A:active {color:#FFF; text-decoration:none}
.big_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #000;
	margin: 0px;
}
.medium_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #000;
	margin: 0px;
}
.medium_title A:link {color:#444; text-decoration:underline}
.medium_title A:hover {color:#444; text-decoration:underline}
.medium_title A:visited {color:#444; text-decoration:underline}
.medium_title A:active {color:#444; text-decoration:underline}

.main_back {
	background-color: #eeeeee;
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
