body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	font-size:11px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.note {
	background-color: #FFFFCC;
	margin-bottom: 10px;
	padding: 10px;
}
.container {
	width: 950px;
}
.display {
	border: 15px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.display:hover {
	border: 15px double #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.display-small {
	border: 7px double #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.display-small:hover {
	border: 7px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.row {
}
.col1 {
	float: left;	
	height: 100%;
	width: 220px;
}
.col2 {
	float: left;
	margin-left: 30px;
}
.info {
	width: 200px;
	background-color: #EEEEEE;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999999;
}
.info-red {
	color:#000000;
	width: 190px;
	background-color: #EEEEEE;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 5px solid #CC0000;
}
.title {
	letter-spacing: 0.2ex;
	color: #333333;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}
.title-small {
	letter-spacing: 0.1ex;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
.title2 {
	letter-spacing: 0.2ex;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: right;
	vertical-align: text-bottom;
}
.title3 {
	letter-spacing: 0.1ex;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
.title4 {
	font-size: 10px;
	color: #999999;
}
.one-bold{
	font-size: 10px;
	font-weight: bold;
}.special {
	background-color: #F9E0E0;
	border: 1px solid #CC0000;
	color: #CC0000;
	margin-bottom: 10px;
	padding: 10px;
}
