@charset "UTF-8";
/* CSS Document */

body	{
background-color:#fff;
font-family: "Tahoma", "Arial", "Verdana";
margin:0px;
padding:0px;
color:#333333;
font-size:10pt;
font-weight:100;
line-height:22px;
}

#inner	{
	 margin-left:auto; 
	 margin-right:auto;
	 width: 800px;
	 text-align:justify;
	 
	}

h1	{
color: #ff9c00;
font-size:17pt;
font-weight:100;	

}
h2 {
font-size:12pt;
font-weight:100;
}

p	{
font-size:11pt;
font-weight:100;

}
p.smaller	{
font-size:9pt;
}
td	{
font-size:9pt;
font-weight:100;

}

a:link  
	{
	color: #3c8af5;
	TEXT-DECORATION: none
	}
a:visited 
	{
	color: #3c8af5;
	TEXT-DECORATION: none
	}
a:active 
	{
	color: #3c8af5;
	TEXT-DECORATION: none
	}
a:hover 
	{
	color: #3c8af5;
	TEXT-DECORATION: underline
	}

