@charset "utf-8";
body {
	background-color: #313348;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
.top_back {
	background-image: url(images/template/ss_off_04.jpg);
	background-repeat: repeat-x;
}
.home_btm_back {
	background-image: url(images/home_off_05.jpg);
	background-repeat: repeat-y;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
A {
	color: #CCCCCC;
	text-decoration: none;
}

A:HOVER {
	color: #FE0000;
	text-decoration: none;
}
.title_text {
	font-size: 16px;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.home_content_left {
	background-image: url(images/template/home_content_top_01.jpg);
	background-repeat: no-repeat;
}
.home_content_right {
	background-image: url(images/template/home_content_top_03.jpg);
	background-repeat: no-repeat;
}
.home_text_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.border_top {
	background-image: url(images/border/top.png);
	background-repeat: repeat-x;
}
.border_bottom {
	background-image: url(images/border/bottom.png);
	background-repeat: repeat-x;
}
.border_left {
	background-image: url(images/border/left.png);
	background-repeat: repeat-y;
}
.border_right {
	background-image: url(images/border/right.png);
	background-repeat: repeat-y;
}

