﻿.top_link 
{
	color:  #4169e1;
    font-style:normal;
    text-decoration: none;
}
body
{  
    font-family:Verdana; font-size:9pt;
}
#centered
{ 
 width: 1000px; /* set to desired width in px or percent */
 text-align: left; /* optionally you could use "justified" */
 border: 0px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto; 
} 
#div1 
{ 
	float:left; width:70%; height: 62px;
} 
#div2 
{ 
	margin-left:50%; width:30%; height: 112px;
}    
.style1 
{ 
	color: #FF9900; font-weight: bold; font-size: 14pt;
}
.style3 
{ 
	font-weight: bold; 
}
.style4 
{ 
	color: #FF0000; font-weight: bold;
}
.style5 
{ 
	font-size: 12pt; text-align: center;
}
.style6 
{
	color: #FFFFFF; font-weight: bold;
}
.style7 
{
	font-size: 11pt;
}
.style8 
{
	text-decoration: none;
}
.style9 
{
	font-size: 11pt; text-align: justify;
}
.style10 
{
	text-align: justify;
}
.style11 
{
	font-weight: normal;
}
.style12 
{
	font-size: 10pt; text-align: justify;
}
#left 
{
	float: left;
	width: 380px;
	height: 100%;
}

#right 
{
	float: right;
	width: 220px;
	height: 100%;	
}

