/* general body styles */
	body {
		font-size: 13px;
		
		color: #333;
		margin: 20px;
		margin-top: 0px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #00d5ea;
		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: #31a9b5;
		text-decoration: none;
	}
	a:visited {
		color: #31a9b5;
		text-decoration: none;
	}
	a:hover {
		color: #00e8ff;
		text-decoration: underline;
	}
	
/* message styles */
	#tmpl_message_table {
		width: 918px;
		color: #000;
		font-size: 11px;
		height: 16px;
		z-index: 1;
		position: relative;
	}
	#tmpl_message_table td {
		padding-bottom: 7px;
	}
	#tmpl_message_table td.left {
		padding-left: 10px;
	}
	#tmpl_message_table td.right {
		text-align: right;
		padding-right: 10px;
	}
	#tmpl_message_table td a {
		color: #31a9b5;
		text-decoration: underline;
	}
	#tmpl_message_table td a:visited {
		color: #31a9b5;
		text-decoration: underline;
	}
	#tmpl_message_table td a:hover {
		color: #00e8ff;
		text-decoration: none;
	}
	
/* header styles */
	#tmpl_header {
		width: 880px;
		height: 276px;
		margin: 0px auto;

	}
	
/* top nav styles */
	#tmpl_top_nav {
	width: 918px;
	height: 30px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background: url(../../../_IMAGES/_XSL/templates/www_main/top-nav.jpg) no-repeat bottom center;
	vertical-align: top;
	}
	#tmpl_top_nav a {
		font-weight: bold;
		color: #fff;
		text-decoration: underline;
	}
	#tmpl_top_nav a:hover {
		font-weight: bold;
		color: #ccc;
		text-decoration: none;
	}
	
/* tab styles */
	#tmpl_tab_table {
		width: 918px;
		height: 25px;
	}
	#tmpl_tab_table td.left {
		width: 95px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/tabs-side1.jpg) no-repeat top center;
	}
	#tmpl_tab_table td.middle {
		background: url(../../../_IMAGES/_XSL/templates/www_main/tabs-bg.jpg) no-repeat top center;
		vertical-align: bottom;
	}
	#tmpl_tab_table td.right {
		width: 72px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/tabs-side2.jpg) no-repeat top center;
	}
	
	#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: 20px;
		float: left;
		margin: 0px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	#tmpl_tab_table ul li.selected {
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #000;
		text-decoration: underline;
	}
	#tmpl_tab_table ul a:hover {
		color: #e9e1cf;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
	}
	#tmpl_tab_table ul li.selected div.right {
	}
	#tmpl_tab_table ul li div.bg {
		/*padding-top: 10px;*/
		/*padding-bottom: 5px;*/
	}
	#tmpl_tab_table ul li.selected div.bg {
	}
	
/* topper styles */
	#topper {
		width: 918px;
		height: 18px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/topper.jpg) no-repeat top center;
	}
	
/* body styles */
	#tmpl_body {
		width: 916px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/body-bg.png) repeat-y top right;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 0px 53px 0px 58px;
	}

/* footer styles */
	#tmpl_footer_table {
		width: 914px;
		height: 82px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/footer.png) no-repeat top right;
	}
	
	#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;
	}
	