body {
	background-color: #D0DBED;
	margin: 10px 0 15px 0;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#container {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#header {
	height: 85px;
	text-align: right;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contents {
	margin-top: 30px;
}

#leftcol {
	width: 185px;
}

#rightcol {
	background-color: #fff;
	float: right;
	width: 540px;
	border-top: 12px solid #900;
	padding: 8px 8px 20px 8px;
	line-height: 15px;
}

#footer {
	clear: right;
}

#menu {
	background-color: #819AC3;
	border-top: 12px solid #466290;
	padding: 8px 8px 20px 8px;
	margin-bottom: 9px;
}

#header a {
	color: #466290;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 4px;
}

#menu a:hover {
	background-color: #900;
}

a.ver {
	color: #000;
	text-decoration: none;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
}

a.ver:hover {
	color: #900;
	text-decoration: underline;
}

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

.subtitle, .subtitle_2 {
	color: #466290;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.subtitle_2 {
	color: #900;
	padding-bottom: 5px;
}

.kader_1 {
	border-left: 12px solid #466290;
	padding-left: 10px;
}