/*main body styles*/
	body {
		color: #333;
		background-image: url(../_IMAGES/Templates/body_bg.gif);
		background-repeat: repeat-y;
		background-position: center;
		background-color: #666;
		margin: 0px;
		font-size: 12px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		color:#003366;
	}
	h5, h6 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		color: #1e5094;
	}
	p {
		line-height: 1.5;
	}
	ul li {
		line-height: 1.5;
		margin-bottom: 3px;
	}
	a:link {
		color: #336699;
	}
	a:visited {
		color: #006699;
	}
	
/* header styles */
	#tmpl_header {
		height: 124px;
		width: 800px;
	}
	#tmpl_header td.left {
		width: 137px;
	}
	#tmpl_header td.right {
		background-image: url(../_IMAGES/Templates/header_right.gif);
		background-repeat: repeat-x;
		vertical-align: bottom;
	}
	
	#tmpl_row2 {
		width: 800px;
		height: 5px;
		overflow: hidden;
	}
	#tmpl_row2 td {
		background-color: #1e5094;
	}
	
	
/* tab styles */
	#tmpl_tab_menu {
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_menu li {
		color: #1e5094;
		list-style: none;
		line-height: 26px;
		float: left;
		margin: 0px;
		padding-left: 15px;
		margin-right: -5px;
		text-align: center;
	}
	#tmpl_tab_menu li.selected {
		padding-left: 17px;
		background-image: url(../_IMAGES/Templates/tabs_selected_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_menu li a {
		color: #1e5094;
		text-decoration: none;
	}
	#tmpl_tab_menu li.selected a {
		color: #fff;
		text-decoration: underline;
	}
	#tmpl_tab_menu li.selected {
		font-weight: bold;
		text-decoration: underline;
	}
	#tmpl_tab_menu li.selected a {
		color: #fff;
		text-decoration: underline;
	}
	#tmpl_tab_menu a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_menu li div.right {
		padding-right: 15px;
	}
	#tmpl_tab_menu li.selected div.right {
		padding-right: 17px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(../_IMAGES/Templates/tabs_selected_right.gif);
	}
	#tmpl_tab_menu li div.bg {
	}
	#tmpl_tab_menu li.selected div.bg {
		background-color: #1e5094;
	}
	
/* body content styles */	
	#tmpl_body {
		width: 800px;
		padding: 10px;
		background-color: #fff;
	}
	
	div.myindent {
		padding-left: 15px;
	}

/* footer styles */
	#tmpl_footer {
		font-size: 11px;
		width: 800px;
		background-color: #fff;
	}
	#tmpl_footer td {
		color: #fff;
		background-color: #1e5094;
		padding: 10px;
	}
	#tmpl_footer a {
		color: #fff;
	}
	
	#tmpl_footer2 {
		width: 800px;
		background-color: #fff;
	}

	
	
/* form styles */
	form { 
		display:inline; 
	}
	#tmpl_form_error {
		border: 2px solid #FF0000;
		color: #FF0000;
	}
	#tmpl_form_error legend {
		font-weight: bold;
		color: #FF0000;
	}
	#tmpl_form_error ul {
		margin: 0px;
		margin-left: 2.1em;
		padding: 0px;
	}
	#tmpl_form_error li {
		margin: 5px;
	}


	
	