
a {
	color: #111111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.cntHeader {
	font-family: "Myriad Pro", Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #bd2424;
	
	margin: auto;
	padding-top: 15px;
	text-align: center;
	width: 100%;
	height: 35px;
	
}

div.cntHeader2 {
	font-family: "Myriad Pro", Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #bd2424;
	
	margin: auto;
	padding-top: 15px;
	width: 100%;
}

div.cntHeader3 {
	font-family: "Myriad Pro", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #bd2424;
	
	margin: auto;
	padding-top: 15px;
	width: 100%;
}

div.content {
	line-height: 17px;
}

div.kbHeader {
	font-family: Tahoma;
	font-size: 15px;
	
	margin-top: 10px;
	padding: 10px 0 0 20px;
	width: 940px;
	height: 25px;
	
	background-color: #CCCCCC;
	border: 1px solid #444444;
}