/* 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: 150px;
		margin: 0 auto;
		text-align: center;
	}
	
	
/* message styles */
	#tmpl_message_table {
		width: 954px;
		height: 18px;
		color: #fff;
		font-size: 11px;
		z-index: 1;
		position: relative;
	}
	#tmpl_message_table td.side1 {
		width: 295px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/message-side1.jpg) no-repeat top center;
	}
	#tmpl_message_table td.left {
		padding-bottom: 3px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/message-bg.jpg) no-repeat top left;
	}
	#tmpl_message_table td.right {
		text-align: right;
		padding-bottom: 3px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/message-bg.jpg) no-repeat top right;
	}
	#tmpl_message_table td.side2 {
		width: 64px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/message-side2.jpg) no-repeat top left;
	}
	#tmpl_message_table td a {
		color: #a8d723;
		text-decoration: underline;
	}
	#tmpl_message_table td a:visited {
		color: #a8d723;
		text-decoration: underline;
	}
	#tmpl_message_table td a:hover {
		color: #bcff00;
		text-decoration: none;
	}
	

/* top nav styles */
	#tmpl_top_nav {
		width: 954px;
		height: 23px;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_top_nav a {
		color: #a8d723;
		text-decoration: none;
	}
	#tmpl_top_nav a:visited {
		color: #a8d723;
		text-decoration: none;
	}
	#tmpl_top_nav a:hover {
		color: #bcff00;
		text-decoration: none;
	}
	#tmpl_top_nav td.side1 {
		width: 225px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/bread-side1.jpg) no-repeat top center;
	}
	#tmpl_top_nav td.middle {
		width: 687px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/bread-bg.jpg) repeat-x top center;
		border-bottom: 1px #9fa99b dashed;
	}
	#tmpl_top_nav td.side2 {
		width: 42px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/bread-side2.jpg) no-repeat top left;
	}
	
/* body styles */
	#tmpl_body {
		width: 908px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/body-bg.png) repeat-y top center;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 5px 14px 0px 14px;
	}

/* 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;
	}
	