@charset "utf-8";

.fieldsetborder {
	border-style: hidden;
}

.newsdatesize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #0C74B1;
}
.newsheadingsize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.contentheadingsize {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-transform: capitalize;
	font-size: 1.3em;
}
.tablecellstitle {
	font-weight: bold;
	padding: 2px;
	width: 30%;
	background-image: url('cell_bg.png');
}
.tablecellsnormal {
	font-weight: normal;
	padding: 2px;
	width: 35%;
	background-image: url('cell_bg.png');
}


.readmoresize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 6em;
	background-color: #0C74B1;
	text-align: center;
	max-width: 20em;
	cursor: pointer;
	height: 1.3em;
}

.readmoresize:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 6em;
	background-color: #000066;
	text-align: center;
	max-width: 20em;
	cursor: pointer;
}
.linksize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #0C74B1;
	text-decoration: underline;
}

.submitsize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 6em;
	background-color: #0C74B1;
	text-align: center;
	max-width: 20em;
	cursor: pointer;
	height: 20px;
	padding: 5px;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submitsize:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 6em;
	background-color: #000066;
	text-align: center;
	max-width: 20em;
	cursor: pointer;
	height: 20px;
	padding: 5px;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
