body {
   	background-color:#0a1c5c;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.header{
	padding: 10mm 5mm 5mm 5mm;
	overflow: hidden;
	height: 288px;
	width: 210px;
}

.header_overflow{
	padding: 10mm 5mm 5mm 5mm;
	overflow: auto;
	height: 288px;
	width: 210px;
}

.content{
	margin: 12px 0px 0px 0px;
	font-size: 10pt;
	color: #000;
	z-index:10;
}

.content b {
	font-size: 13pt;
}

.content a:link {
	font-size: 10pt;
	font-weight: bold;
	color: #0a1c5c;
	text-decoration:underline;
}
.content a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #0a1c5c;
	text-decoration:underline;
}
.content a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #0a1c5c;
	text-decoration:underline;
}
.content a:active {
	font-size: 10pt;
	font-weight: bold;
	color: #0a1c5c;
	text-decoration:underline;
}

.mood_image{
	width:415px;
	heigth:325px;
	padding:10px 10px 10px 0px;
}

.flash{
	float:left;
	width:900px;
	height:40px;
}

.banner{
	float:left;
	width:901px;
	background:#FFF;
}

