﻿/* Body element */
body
{
	background: #F5F5F5;
	margin-top: 0px;
}
/*Table element */
table
{
	 font-family:Arial;
	 font-size:10pt;
	 border-collapse:collapse;
	
	 
}
/* Link element */
a, a:Visited, a:Active
{
	color:#3366FF;
}
/* Link Hover method */
a:Hover
{
	color: #FFCC00;
}
/* making scroller for div tag*/
.frame{
/* 
position:relative;
overflow:scroll;
height:800px;*/
}
.letter
{
	line-height:20px;
	margin-left:2px;
	text-align:justify;
	margin-right:15px;
}
h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:400;
color:#333333;
}
hr
{
	color:#3399FF;
}
table.ontop
{
	border:thin #6699FF solid;
}
b
{
font-family:Arial, Helvetica, sans-serif;
font-variant:normal;
font-size:12px;
font-weight:lighter;
}
.footer
{
	background-color:#9ab4cb;
	text-align:center;
    line-height:18px;
    margin-bottom:10px;
}
.footer div
{
	text-align:center;
	background-color:#9ab4cb;
	font-size:11px;
}
