body {
	background-color: #ccd6dd;
	background-image: url(../images/main/bg_fill.jpg);
}

p { }

li {
	list-style-position: outside;
	list-style-image: url(../images/main/dot.jpg);
	margin-bottom: 5px;
}

td { }

.title {
	color: #333;
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
}

.small {
	color: #333;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

.justify {
	text-align: center;
	letter-spacing: 5px;
}



#winMain a:link {
	text-decoration: none;
	color: #529cd3;
}

#winMain a:visited { 
	text-decoration: none;
	color: #529cd3;
}

#winMain a:hover { 
	text-decoration: underline;
	color: #003257;
}

a:active { }

#bgTop { 
	background-image: url(../images/main/bg_main.jpg); 
	background-repeat: repeat-x; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 65px; 
}
#winTop {
	background-image: url(../images/main/bg_win_top.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 806px;
	height: 109px;
}
#winMain {
	color: #333;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	width: 750px;
	overflow: visible;
	left: 3px;
	padding: 25px;
}
#winBtm { 
	background-image: url(../images/main/bg_win_btm.jpg); 
	left: 0; 
	bottom: 0; 
	width: 806px; 
	height: 36px; 
}
#winContainer {
	position: absolute;
	top: 55px;
	left: 50%;
	width: 806px;
	margin-left: -401px;
	background-image: url(../images/main/bg_win_main.jpg);
	background-repeat: repeat-y;
}
#bgBtm { 
	position: absolute; 
	left: 50%; 
	bottom: 0; 
	width: 800px; 
	height: 20px; 
	margin-left: -400px; 
}
.wcc {
	font-style: italic;
}
