/* general body styles */
	body {
		font-size: 13px;
		
		color: #333;
		margin: 20px;
		margin-top: 0px;
		margin-left: -2px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #1762a8;
		background-image: url(/_IMAGES/_XSL/templates/www_main/body_bg_top_gradient.jpg);
		background-position: top;
		background-repeat: repeat;
	}
	
	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: #6f7329;
		text-decoration: underline;
	}
	a:visited {
		color: #6f7329;
		text-decoration: underline;
	}
	a:hover{
		color: #898d47;
		text-decoration: none;
	}
	
/* message styles */
	#tmpl_message_table {
		width: 900px;
		color: #bababa;
		font-size: 11px;
		height: 38px;
		z-index: 1;
		position: relative;
		background: url(../../../_IMAGES/_XSL/templates/www_main/topper-1.jpg) no-repeat bottom left;
	}
	#tmpl_message_table td {
	}
	#tmpl_message_table td.left {
		vertical-align: bottom;
		padding-bottom: 5px;
	}
	#tmpl_message_table td.right {
		text-align: right;
		vertical-align: bottom;
		padding-bottom: 5px;
	}
	#tmpl_message_table td a {
		color: #fff;
		text-decoration: underline;
	}
	#tmpl_message_table td a:visited {
		color: #fff;
		text-decoration: underline;
	}
	#tmpl_message_table td a:hover {
		color: #ccc;
		text-decoration: none;
	}
	
/* header styles */
	#tmpl_header {
		width: 900px;
		height: 231px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/header_bg.jpg) no-repeat top center;
	}

/* tab styles */
	#tmpl_tab_table {
		width: 900px;
		height: 49px;
		vertical-align: top;
	}
	#tmpl_tab_table.popup {
	}
	#tmpl_tab_table td.side5 {
		width: 29px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/side5.jpg) no-repeat top center;
	}
	#tmpl_tab_table td.middle {
		vertical-align: top;
		width: 836px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/tabs-bg.jpg) repeat-x top center;
	}
	#tmpl_tab_table td.side6 {
		width: 35px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/side6.jpg) no-repeat top center;
	}
	
	#tmpl_tab_table ul {
		vertical-align: top;
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li {
		list-style: none;
		line-height: 19px;

		float: left;
		margin: 0px;

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

/* top nav styles */
	#tmpl_top_nav {
		color: #555;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
	#tmpl_top_nav a {
		color: #555;
	}
	#tmpl_top_nav td {
	}
	#tmpl_top_nav td.left {
		width: 7px;
	}
	#tmpl_top_nav td.middle {
		background-color: #f4f4f4;
	}
	#tmpl_top_nav td.right {
		width: 7px;
	}
	
/* body styles */
	#tmpl_body {
		width: 900px;
		background-color: #fff;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 10px;
	}

/* footer styles */
	#tmpl_footer_table {
		width: 900px;
		color: #000;
		font-size: 11px;
	}
	#tmpl_footer_table td.left {
		width: 11px;
	}
	#tmpl_footer_table td.middle {
		background-color: #fff;
	}
	#tmpl_footer_table td.right {
		width: 11px;
	}
	#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: #fff;
		font-size: 11px;
	}
	#tmpl_footer_links td a {
		color: #fff;
	}
	#tmpl_footer_links td img {
		border: none;
	}
	#tmpl_footer_links td.right {
		text-align: right;
	}
	