body {	
	background-image:url(images/bgr.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-color: #1C4773;
}

a{
	color:#0B2744;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}


.menu
{
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	height:50px;
}
.menu a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.iframeBgr {
	width:283px; 
	height:349px; 
	background-color:#FFFFFF;
	}
	
.imageArea {
	height:349px; 
	width:345px; 
	background-color:#FFFFFF;
	}

.copyright{
	font-family:Tahoma, Arial, Helvetica;
	font-size:9px;
	color:#0B2744;
	text-align:center;
	vertical-align:top;
}
.copyright a:link {
	color:#0B2744;
	text-decoration:underline;
}

.copyright a:visited {
	color:#0B2744;
	text-decoration:underline;
}

.copyright a:hover{
	color:#0B2744;
	text-decoration:none;
}

.content{
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#666666;
	text-align:left;
	line-height:16px;
}

.title{
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#1c4772;
	text-align:left;
	font-weight:bold;
}