/* general body styles */
	body {
		font-size: 13px;
		
		color: #fff;
		margin: 0px;
		margin-top: 0px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #c0ffa7;
		background-image: url(/_IMAGES/_XSL/templates/www_main/body_bg_top_gradient.jpg);
		background-position: top;
		background-repeat: repeat-x;
	}
	
	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
	
	p {
		font-size: 12px;
		line-height: 2;
	}
	
/* general link styles */
	a:link {
		color: #a8d723;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #a8d723;
	}
	a:hover {
		color: #bcff00;
		text-decoration: underline;
	}
	
	
/* tab styles */
	#tmpl_tab_table {
		width: 954px;
		height: 35px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/tabs-bg.jpg) no-repeat bottom right;
	}
	#tmpl_tab_table.popup {
	}
	#tmpl_tab_table td.middle {
		vertical-align: bottom;
		padding-left: 70px;
	}
	
	#tmpl_tab_table ul {
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li {
		list-style: none;
		line-height: 19px;
		margin: 0px;
		padding-left: 15px;		
		color: #a8d723;
		float: left;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	#tmpl_tab_table ul li.selected {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		background-color: #FFFFFF;
	}
	#tmpl_tab_table ul li a {
		color: #a8d723;
		text-decoration: none;
	}
	#tmpl_tab_table ul li a:hover {
		color: #a8d723;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #000;
		text-decoration: none;
		background-color: #FFFFFF;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
		height: 30px;
		padding-top: 3px;
		padding-right: 18px;
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 18px;
		background-color: #FFFFFF;
	}
	#tmpl_tab_table ul li div.bg {
		/*padding-top: 10px;*/
		/*padding-bottom: 5px;*/
		height: 30px;
	}
	#tmpl_tab_table ul li.selected div.bg {
	}
	
	
/* header styles */
	#tmpl_header {
		width: 954px;
		height: 177px;
		margin: 0 auto;
		text-align: center;
	}

	
/* body styles */
	#tmpl_body {
		width: 878px;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 0px 10px 0px 10px;
	}

/* footer styles */
	#tmpl_footer_table {
		width: 900px;
		height: 20px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/footer.png) no-repeat top center;
	}
	
	#tmpl_footer_links {
		width: 900px;
		margin-top: 10px;
		color: #000;
		font-size: 11px;
	}
	#tmpl_footer_links td a {
		color: #2c7964;
		text-decoration: underline;
	}
	#tmpl_footer_links td img {
		border: none;
	}
	#tmpl_footer_links td.right {
		text-align: right;
	}
	