/* Latest News page */

div.icon {
	background: url("/media/images/news/icon.png") center center no-repeat;
	width: 142px;
	height: 118px;
	margin: -30px 0 10px 10px;
	float: right;
}
div.red-block {
	height: 18px;
	background-color: #FCDB6A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ED2024;
	font-weight: normal;
	padding: 5px 10px 0 5px;
	display: block;
	width: 97%;
	text-align: center;
}
div.news-item-box {
	margin: 20px 0 20px 0;
} 
div.news-date {
	color: #000000;
	border-bottom: 2px solid #DE1723;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 15px 0;
}
.news-title {
	font-size: 15px;
}
.line {
	text-decoration: line-through;
}
table.table .heading-regular {
	padding: 5px 0 5px 0;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #EFEAF4;
	padding: 5px 3px 5px 3px;
}
table.table .heading-easy {
	padding: 5px 0 5px 0;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #DCEFF4;
	padding: 5px 3px 5px 3px;
}

/* Forms page */

div.icon-forms {
	background: url("/media/images/forms/icon.png") center center no-repeat;
	width: 142px;
	height: 118px;
	margin: -30px 0 10px 10px;
	float: right;
}
table.table03 {
	width: 99%;
}
table.table03 .heading {
	padding: 5px 0 5px 0;
	color: #000000;
	border-bottom: 2px solid #FF0000;
	font-weight: bold;
	font-size: 12px;
}
table.table03 .heading02 {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
table.table03 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 11px;
}