body {
	background-color:#f5fffd;   
	color: black;
	font-family: 'trebuchet MS', 'lucida sans', verdana, calibri, sans-serif, arial;
	font-size: 10pt;
        line-height: 1.5;
        align: center;
}



#content {
	width: 613px;
	float: right;
	border-top: 0 ;
	border-left: solid 7px #c0c0c0;
	padding-left: 7px; 
	padding-right: 10px; 
	margin-top: 0;
	text-align: left;
	background-color: white;
	background: transparent; 
}

h1 {
	color: #000000; 
//	background: transparent; 
	font-size: 20pt; 
        font-weight: 900;
	text-align: left;
}

h2 {
	color: #0000c8; 
        font-weight: 700;
//	background: transparent; 
	font-size: 14pt;
}

h3 {
	color: #0000c8; 
// 	color: #008000; 
//	background: transparent; 
        font-weight: 700;
	font-size: 11pt;
}


p { 
	background: transparent; 
	font-size: 10pt;
	text-decoration: none;
}

b { 
	background: transparent; 
        font-weight: 700;
	font-size: 10pt;
	text-decoration: none;
}


td { 
	background: transparent; 
	font-size: 10pt;
        line-height: 1.5;
}


th { 
	background: transparent; 
	font-size: 10pt;
        font-weight: 700 ;
        line-height: 1.5;
}


a
{
	color: #0000c8; 
	background: transparent; 
	font-size: 10pt;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

a:visited
{
	color: #800080;
	text-decoration: none;
}

a:visited:hover
{
	color: red;
	text-decoration: underline;
}


