@CHARSET "ISO-8859-1";

h1, p.heading1 {
	font-size: 18px;
	font-weight: normal;
	color: #0A3A74;	
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}
h2, p.heading2 {
	font-size: 14px;
	font-weight: normal;
	color: #0A3A74;	
	margin: 0px 0 3px 0;
	padding: 0 0 0 0;
}

h3, p.heading3 {
	font-size: 11px;
	font-weight: bold;
	color: #0A3A74;	
	margin: 0px 0 3px 0;
	padding: 0 0 0 0;
}

p {
	padding: 0 0 0 0;
	margin: 0 0 11px 0;	
	line-height: 130%;
	text-indent: 0px;
}

p.justified {
	text-align: justify;	
}

span.bold {
	font-weight: bold;	
}

hr {
	height: 1px;
	background-color: #ccc;
	border: none;	
}

ul, p ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a img {
	border: none;	
}



/* -----  Right Frame ----- */

.right-frame div.thumbnail {
	width: 120px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: solid 1px #0A3A74;
	text-align: center;
}
.right-frame div.thumbnail a img {
	border: 2px solid white;	
	margin-left: auto;
	margin-right: auto;
}
.right-frame div.thumbnail a:hover img {
	border: 2px solid yellow;	
}




