h1
{
	color: #272B3B;
	font-family: Century Gothic, sans-serif;
	font-size: 32px;
	line-height: 18px;
	font-weight: lighter;
}

h2
{
	color: #272B3B;
	font-family: Century Gothic, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: lighter;
display: inline; 

}

h3
{
	color: #272B3B;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: lighter;
display: inline; 

}


p,li{
color: #434C19;
font-family: Century Gotchic, Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
 }

p.left
{
	color: #FFFFFF;
	font-family: Century Gothic, Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}


a.left:link
{
	color: #272B3B;
	font-family: Century Gothic, Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none
}

a.left:visited {
color: #434C19;
font-family: Century Gothic, Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none
 }

a.left:hover {
color: #ffffff;
font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none
 }
 
 
a.right:link {
color: #AAC343;
font-family: Century Gothic, Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none
 }

a.right:visited {
color: #999999;
font-family: Century Gothic, Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none
	
 }

a.right:hover {
color: #434C19;
font-family: Century Gothic, Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none
 }
  
ul { list-style: none default;}

li
{
	padding-left: 10px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
}
