body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: "Geneva CE", "Verdana", "Arial CE", "Helvetica CE", "Arial", "Helvetica", sans-serif;
	color: #666666;
}

strong {
	color: #bf262b;
	font-weight: bold;
}

em {
	color: #bf262b;
	font-weight: bold;
	font-style: normal;
}

h1 {
	color: #4b4b4b;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
	margin-bottom: 16px;
}

p {
	margin: 0px;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #bf262b;
}

a:hover {
	text-decoration: underline;
}

a.program {
	color: #bf262b;
	text-decoration: underline;
	font-weight: bold;
}

#left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 41px;
	z-index: 1;
	background-color: #666666;
	background-image: URL("img/tmpl_top_background.gif");
	background-repeat: repeat-x;
}

#navi {
	position: absolute;
	left: 0px;
	top: 41px;
	width: 100%;
	height: 17px;
	z-index: 1;
}

#title {
	position: absolute;
	left: 39px;
	top: 119px;
	width: 294px;
	height: 25px;
	z-index: 1;
}