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

#topContent {
	width: 780px;
	margin-left: 35px;
}
#topFlash {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#topLeft {
	float: left;
	width: 380px;
	margin-right: 20px;
}
#topLeft .topDoc{
	margin-left: 5px;
	font-size: 12px;
	line-height: 24px;
	margin-top: 5px;
}
#topLeft .topBnr {
	margin-top: 10px;
	margin-left: 5px;
}
#topRight {
	float: left;
	width: 380px;
	margin-bottom: 10px;
}
#topRight .topDoc {
	margin-top: 10px;
	width: 360px;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#topRight .topDoc th {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
#topRight .topDoc th a {
	color: #333333;
	text-decoration: none;
}
#topRight .topDoc th a:hover {
	color: #FF6600;
	position: relative;
	left: 1px;
	top: 1px;
}
#topRight .topDoc td {
	font-size: 11px;
	color: #666666;
	text-align: right;
	letter-spacing: 1px;
}
#topRight .topDoc img {
	margin-right: 5px;
}

