/* general body styles */
	body {
		font-size: 13px;
		
		color: #000;
		margin: 20px;
		margin-top: 0px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #e3dec1;
		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: 13px;
		line-height: 2;
	}
	
/* general link styles */
	a:link {
		color: #ffaf00;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		color: #ffaf00;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #be7f25;
		font-weight: bold;
		text-decoration: none;
	}
	
/* message styles */
	#tmpl_message_table {
		width: 905px;
		color: #000;
		font-size: 11px;
		height: 22px;
		z-index: 1;
		position: relative;
		vertical-align: bottom;
	}
	#tmpl_message_table td {
	}
	#tmpl_message_table td.left {
		padding-left: 10px;
	}
	#tmpl_message_table td a {
		font-weight: bold;
		color: #be7f25;
		text-decoration: underline;
	}
	#tmpl_message_table td a:visited {
		color: #be7f25;
		font-weight: bold;
		text-decoration: underline;
	}
	#tmpl_message_table td a:hover {
		color: #f19615;
		font-weight: bold;
		text-decoration: underline;
	}
	
/* header styles */
	#tmpl_header {
		width: 902px;
		height: 280px;

	}

/* tab styles */
	#tmpl_tab_table {
		width: 900px;
		height: 90px;
	}
	#tmpl_tab_table td.middle {
		width: 489px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/tabs-bg.jpg) repeat-x;
	}
	#tmpl_tab_table td.right {
	width: 411px;
	text-align: right;
	}
	
	#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: 25px;

		float: left;
		margin: 0px;

		padding-left: 10px;
		
		color: #fff;
		font-size: 11px;
		text-align: center;
	}
	#tmpl_tab_table ul li.selected {
		color: #cccccc;
		font-size: 11px;
		text-decoration: none;
	}
	#tmpl_tab_table ul li a {
		color: #fff;
		text-decoration: none;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #ccc;
		text-decoration: underline;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
		height: 30px;
		padding-top: 3px;
		padding-right: 10px;
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 10px;
	}
	#tmpl_tab_table ul li div.bg {
		/*padding-top: 10px;*/
		/*padding-bottom: 5px;*/
		height: 30px;
	}
	#tmpl_tab_table ul li.selected div.bg {
	}	

/* top nav styles */
	#tmpl_top_nav {
		color: #000;
		font-size: 11px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		border-bottom: 1px dashed #000000;
		margin-bottom: 5px;
	}
	#tmpl_top_nav a {
		color: #be7f25;
		text-decoration: underline;
	}
	#tmpl_top_nav a:visited {
		color: #be7f25;
		text-decoration: underline;
	}
	#tmpl_top_nav a:hover {
		color: #f19615;
		text-decoration: none;
	}
	#tmpl_top_nav td {
	}
	#tmpl_top_nav td.middle {
	}
	
/* body styles */
	#tmpl_body {
		width: 900px;
		background: #f2efe1 url(../../../_IMAGES/_XSL/templates/www_main/topper.jpg) no-repeat top center;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 10px;
	}

/* footer styles */
	#tmpl_footer_table {
		width: 900px;
		height: 17px;
		background: #f2efe1 url(../../../_IMAGES/_XSL/templates/www_main/footer.jpg) no-repeat bottom center;
		color: #fff;
		font-size: 11px;
	}
	#tmpl_footer_table td.middle {
	}
	#tmpl_footer_table td.bottom {
		text-align: right;
		padding: 10px;
	}
	#tmpl_footer_table td.bottom a {
		color: #fff;
	}
	
	#tmpl_footer_links {
		width: 900px;
		margin-top: 10px;
		color: #000;
		font-size: 11px;
	}
	#tmpl_footer_links td a {
		color: #be7f25;
	}
	#tmpl_footer_links td a:hover {
		text-decoration: underline;
	}
	#tmpl_footer_links td img {
		border: none;
	}
	#tmpl_footer_links td.right {
		text-align: right;
	}
	