#contentInnerBox h1 {
	font-family: Georgia, Arial, Tahoma;  
	font-size: 16pt; 
	text-decoration: none;
    font-weight: normal;
	color: #393939;
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

#contentInnerBox h2 {
	font-family: Georgia, Arial, Tahoma;  
	font-size: 16pt; 
	text-decoration: none;
    font-weight: normal;
	color: #393939;
	margin: 0 0 10px 0;
}

#contentInnerBox h3 {
	font-family: Arial;
	color: #393939;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0;
}

#contentInnerBox h3 a {
	color: #1A78B6;
	text-decoration: none;
}

#contentInnerBox h3 a:hover {
	color: #054f7f;
	text-decoration: underline;
}

#contentInnerBox h4 {
	font-family: Georgia, Arial, Tahoma;  
	font-size: 9pt; 
	text-decoration: none;
    font-weight: bold;
	color: #393939;
	margin: 0;
}

#contentInnerBox td, #contentInnerBox p {
	font-family: Arial, Tahoma;  
	font-size: 9pt; 
	text-decoration: none; 
    font-weight: none;
	margin: 0;
	padding: 0;
	color: #5c5c5c;
}

#contentInnerBox .success {
	font-family: Arial, Tahoma;  
	font-size: 8pt; 
	color: #008000;
	padding: 5px;
	margin: 10px 0;
	background-color: #e4f1e9;
	border: 1px solid #d2e8da;
}

#contentInnerBox .error {
	font-family: Arial, Tahoma;  
	font-size: 8pt; 
	color: #d8122d;
	padding: 5px;
	margin: 10px 0;
	background-color: #f9f0f1;
	border: 1px solid #fbe3e7;
}

#contentInnerBox a {
	color: #1A78B6;
	text-decoration: none;
	font-weight: bold;
}

#contentInnerBox a:hover {
	color: #054f7f;
	text-decoration: underline;
	font-weight: bold;
}
