@charset "iso-8859-9";
body {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	text-align: justify;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007da3;
	text-align: justify;
}
.boxhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.link:hover {
	color: #007da3;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	width: 400px;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 50%;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50%;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding-top: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
	text-align: left;
	text-decoration: none;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	color: #007da3;
	font-style: italic;
	font-size: 20px;
	text-align: left;
	line-height: 26px;
	font-weight: bold;
}
