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

body {
	margin-left: 0px;
	margin-top: 0px;
}
.header {
	height: 58px;
	position: relative;
}
.holder {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 58px;
}

.container {
	background-image: url(images/top_back.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.holderNav {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEECEA;
	margin-top: 24px;
	
}
.holderMain {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EEECEA;
	margin-top: 10px;
	overflow: hidden;
}
.holderMainInner {
	margin: 15px;
	float: left;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	margin-right: 20px;
}

#pink {
	color: #D8085E;
}
#green {
	color: #6EAB25;
}

.holderMainFooter {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EEECEA;
	margin-top: 10px;
	overflow: hidden;
	padding-right: 20px;
	text-align: right;
}
#middleone {
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #666;
}
#blue {
	color: #0497CC;
}
