p > a.bodylinks
{
	font-size: 76% !important;
}
.content a.bodylinks
{
font-size: 100% !important;
}

p.content > a.bodylinks
{
font-size: 100% !important;
}
table.data tr.heading td.blue
{
		background: #5B94ED;
}

.pad-right {
	padding-right: 10px;
}

.align-center {
	text-align: center !important;
}

p.content {
	text-align: justify;
	padding-right: 10px;
}
ul.content {
	text-align: justify;
	padding-right: 10px;
}

ol.content {
	text-align: justify;
	padding-right: 10px;
}

p.content[align *="center"] {
	text-align: center;
}

.red {
	color: red;
}

.small {
	font-size: 0.8em;
}

.pad-left {
	padding-left: 10px;
}

.padded {
	padding: 10px;
}

.pad-top {
	padding-top: 10px;
}

div.adCntnr ul li,div.adCntnr ol li {
	text-align: justify;
	margin-right: 10px;
}

div.adCntnr p {
	text-align: justify;
	padding-left: 10px;
}

.bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.justify {
	text-align: justify;
}

table.data {
	border: 1px solid #dddddd;
	width: 98%;
	max-width: 98%;
	padding: 0px;
	margin: 0px auto;
	background: white;
	font-family: Verdana;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
}

table.data tr.heading,table.data thead tr th,table.data thead tr td {
	background: #5B94ED;
	font-weight: bold;
	color: white;
}
table.data tr.heading,table.data thead tr th,table.data thead tr td {
	background: #5B94ED;
	font-weight: bold;
	color: white;
}

table.data td {
	padding: 5px;
	white-space: normal;
	word-wrap: break-word;
	text-align: left;
}

table.data tr:nth-child(even) th,table.data tr:nth-child(even) td {
	background: #f2f2f2;
}

.nav ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
}

.nav ul li {
	display: inline;

}

.nav ul li a {
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 3px;
	color: #fff;
	background-color:#006BD7;
}

.nav ul li a:hover {
	color: #fff;
	background-color:#0058B0;
}

