/* CSS Document */

body {
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #DB0C53;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #DB0C53;
}
a:hover {
	text-decoration: none;
	color: #DB0C53;
}
a:active {
	text-decoration: underline;
	color: #DB0C53;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Style2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.font10px {
	font-size: 10px;
}
.font9px {
	font-size: 9px;
}
.bgcolorpink {
	padding: 3px;
	background-color: #DB0C53;
}
.Style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.Style5 {font-size: 14px; font-weight: bold; color: #DB0C53; }

#container {
	position:absolute;
	margin-left: -455px;
	top:20px;
	left: 50%;
	width:910px;
}

#top {
	position:relative;
	width:910px;
	height:24px;
}

#middle {
	float: left;
	position:relative;
	width:910px;
	background-image: url(images/index_02.png);
}

#content {
	position:inherit;
	margin-left: 15px;
	width:880px;
	background-color: #FFFFFF;
}

#bottom {
    clear:both;
	position:relative;
	width:910px;
	height:27px;
}
.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

