@charset "iso-8859-1";
/* CSS Document */
body {
	background-color: #ffffff;
	color: #333333;
	margin: 0;
	padding: 0;
}
a:hover {
	color: #F3B437;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #5d7bca;
}
a:active {
	color: #cc8016;
}

div, td {
	font-size: 12px;
	font-family: "Arial", "Helvetica", "sans-serif";
}

#wrapper {
	width: 700px;
}

h2 {
	margin: 18px 0 0 25px;
	padding: 0;
}

#link-upper {
	width: 650px;
	margin: 0 0 0 25px;
	text-align: right;
}
#link-upper a {
	font-weight: bold;
}

#link-bottom {
	width: 650px;
	margin: 0 0 0 25px;
}
#link-bottom td {
	text-align: center;
}
#link-bottom td.w26 {
	width: 26px;
}
#link-bottom td.w130 {
	width: 130px;
	font-weight: bold;
}

#main {
	width: 650px;
	margin-left: 25px;
}
#main td {
	padding: 2px;
}

#main td.col-1 {
	width: 96px;
	font-weight: bold;
	vertical-align: top;
}
#main td.col-2 {
	width: 133px;
	font-weight: bold;
	vertical-align: top;
}
#main td.col-3 {
	width: 193px;
	font-weight: bold;
	background-color: #cccccc;
	border-right: #ffffff 20px solid;
}
#main td.col-4 {
	width: 192px;
	font-weight: bold;
	background-color: #cccccc;
}
#main td.col-5 {
	font-weight: bold;
}

.col-last {
	padding: 2px 2px 18px !important;
	vertical-align: top;
}

.line {
	height: 15px;
	padding: 0 !important;
}

