/* support */
#content div.support {
	width: 587px;
	height: 136px;		
	background-image: url(/images/support_main_img.gif);  
}

/* sitemap */
#content #sitemaptitle {
	float:left;	
  width: 195px;	
	background-color: #EAEAEA;  	
}
#content #sitemapcontent {	
  float:left;		
  width: 195px;
	background-image: url(/images/sitemap_cbg.gif);  
}


/* font */

a.link {
	text-decoration: underline;
	color: #46a003;
	font-weight:bold;
}

a.link:hover {
	text-decoration: none;
}

.title1 {
	font-family: Arial;
	font-size: 13px;
	color: #46a003;
  font-weight:bold;
}

.title2 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
  font-weight:bold;
  margin: 0 0 0px 310px; 
}

a.support_link {
	text-decoration: underline;
	color: #333333;
	font-weight:bold;
}

a.support_link:hover {
	text-decoration: none;
}

a.sitemap {
	text-decoration: underline;
	color: #8EB22E;	
  font-size: 11px;	
}

a.sitemap:hover {
	text-decoration: none;
}

.title3 {
  font-size: 12px;
	color: #8EB22E;
	font-weight:bold;
  margin: 5px 0 5px 15px; 
}


