body {
	background-color:#ffffff;
	color:#1D0E00;
}

.px12 {
	font-size:12px;
}

.px14 {
	font-size:14px;
}

p {
	font-size:12px;
	line-height:1.3;
}

.col {
	line-height:1.5;
}

.col a:link,a:visited {
	color:#60564C;
	text-decoration:none;
}
.col a:hover {
	color:#1D0E00;
	text-decoration:none;
}
.col a:link,a:visited .red {
	color:#ff6666;
}
.col a:hover .red {
	color:#ff0000;
}

.banner{
    display:block;
}
a.banner img{
    filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8;
}
a.banner:hover img{
    filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
}

.colNumber {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.colNumber a:link {
	color:#ff3333;
	text-decoration: none;
}
.colNumber a:visited {
	color:#ff9999;
	text-decoration: none;
}
.colNumber a:hover {
	text-decoration: underline;
}