body
{ 
	margin: 50px;
	background: #FFFFFF;
	text-align:left;
	vertical-align:top;
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #000000;

}

div#main
{
	width: 700px;	
}

div#contact
{
	width: 250px;
	float: right;
}

h1
{
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 20px;
}

h2
{
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
	margin-bottom: 10px;
}

A:LINK
{ 
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
	font-size: 12px; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #006699; 
	text-decoration: none;
}

A:VISITED
{ 
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
	font-size: 12px; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #006699; 
	text-decoration: none;
}

A:HOVER
{ 
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
	font-size: 12px; 
	line-height: 1.2; 
	font-weight: normal;
	color: #D07F2E; 
	text-decoration: none; 
}

A:ACTIVE
{ 
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
	font-size: 12px; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #006699; 
	text-decoration: none; 
}

.footer
{  
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
	font-size: 10px; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

ul 
{
	list-style-type: circle;
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.doubleLine
{
	border-top: 1px solid #BAB8B6;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #DDD9D6;
}

hr
{
	color: #DDD9D6;
	background-color: #DDD9D6;
	height: 1px;
	width: 100%;
	border: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

table
{
	border: 1px solid #EBEBEB;
	border-collapse: collapse;
	width: 100%;
}

table td
{
	padding: 4px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
}

table th
{
	color: #FFF;
	background: #999 url(/images/common/bg_fade_white_to_transparent.png) repeat-x top left;
	padding: 4px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}