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

body {
	text-decoration: none;
	background-image: url(../imgs/common/back_body.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-position: center top;
}
#main-wrap {
	background-image: url(../imgs/common/back_table2.jpg);
	background-repeat: no-repeat;
}
li {
	list-style-position: inside;
}
.sublinks {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.sublinks:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.sublinksActive {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #2F8CA4;
}
.small {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.small_lightblue {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #299FC7;
}
.bold {
	font-weight: bold;
	text-decoration: none;
}
.lightblue {
	text-decoration: none;
	color: #2F8CA4;
}
.footer {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
.links {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.links:hover {
	font-weight: bold;
	text-decoration: underline;
}
.linksActive {
	font-weight: bold;
	text-decoration: underline;
	color: #2F8CA4;
}
.border {
	border-top-color: #2F8CA4;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #2F8CA4;
}
.lightblueCaps {
	text-decoration: none;
	color: #2F8CA4;
	text-transform: uppercase;
	font-size: 12px;
}
