body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/int-bg-page.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

p { 
text-align: justify; 
} 

a:link {
	font-weight:bold;
	color:#015A94;
	text-decoration:underline;
}
a:visited {
	font-weight:bold;
	color:#034D7A;
	text-decoration:underline;
}
a:hover, a:active{
	font-weight:bold;
	color:#E17101;
	text-decoration:none;
}
.contentBlock {
	background-image: url(../images/int-bg-contentTop.jpg);
	height: 300px;
	background-repeat: no-repeat;
}
.sidebarBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
}
.sidebarBlock UL {


	padding;0px;
	margin: 0px 0px 10px 0px;
}
.sidebarBlock LI {
	margin: 5px;
	line-height: 12px;
	list-style-type: none;
	padding: 0px;
}
.footerBlock {
	font-size:11px;
	background-image: url(/images/int-bg-footer.jpg);
	height: 35px;
	padding: 40px 20px 0px 20px;
	text-align: center;
	color: #999999;
	background-repeat: no-repeat;
	background-color: #015A94;
}
.footerBlock a:link, .footerBlock a:visited {
	color: #CCCCCC;
}
.footerBlock a:hover, .footerBlock a:active {
	color:#ffffff;
	text-decoration:none;
}
.copyBlock {
	padding: 80px 10px 10px 10px;
	vertical-align: top;
}
.copyBlock p{
	margin: 0px 0px 8px 0px;
	font-size: 14px;
	line-height: 16px;
}
.copyBlock h1{
	font-size: 18px;
	color: #014B78;
	margin: 5px 0px 5px 0px;
}
.copyBlock pre{}
.copyBlock blockquote{
	font-size: 12px;
	color: #015A94;
	font-style: italic;
}
.copyBlock ul{
	width: auto;
	margin-top: 5px;
	margin-left: 10px;
}
.copyBlock li{
	margin-bottom: 5px;
	margin-left: 5px;
}
.commentArea {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px 30px 0px 35px;
}
.copyBlock h2 {

	font-size: 16px;
	color: #014B78;
	margin: 5px 0px 0px 0px;
}
img.rightSide {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
img.leftSide {

	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}
