/* ------------------------------------------------ */
/*	TAG RESET										*/
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, input, select
	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	}
	
/* ------------------------------------------------ */
/*	GLOBAL TEXT STYLES								*/

	html, body, div { font-family: arial, verdana, tahoma, sans-serif; font-size: 12px; color: #878E95; line-height: 17px; }
	a, a:visited { font-family: arial, verdana, tahoma, sans-serif; color: #878E95; text-decoration: none; } 
	a:hover { text-decoration: underline; }
	a.v, a.v:visited { font-family: arial, verdana, tahoma, sans-serif; color: #000; text-decoration: none; } 
	a.v:hover { text-decoration: underline; color: #000;}
	.txt { font-family: arial, verdana, tahoma, sans-serif; font-size: 11px; line-height: 14px; color: #000000; border: 1px solid #999B9E; height: 14px; padding: 2px; margin: 0px; background: #FFFFFF !important; }
	.grey { background: #fafafa; }
	.white { background: #ffffff; }
	.red { color: #FF0006; }
	textarea .txt { border: 1px solid #999B9E; padding: 2px; margin: 0px; background: #FFFFFF !important; }
	.btn { border: 1px solid #999B9E; background: #6D6F71 !important; color: #FFFFFF !important; padding: 2px 6px 2px 6px; }
	
	.content_left { font-size: 11px; line-height: 14px; text-decoration: none; }
	
	.nav { font-size: 11px; line-height: 14px; text-decoration: none; }
	.nav .navheavy, .nav .navheavy a, .nav .navheavy:link, .nav .navheavy:active, .nav .navheavy:visited { font-size: 11px; line-height: 14px; text-decoration: none; color: #231F20; }
	.content_left .body { font-size: 11px; line-height: 16px; text-decoration: none; }
	.content_left .bodyheavy { font-size: 11px; line-height: 16px; text-decoration: none; }
	.content_left .body:link, .content_left .body:active, .content_left .body:visited { font-size: 11px; line-height: 16px; text-decoration: none; }
	.content_left .bodyheavy:link, .content_left .bodyheavy:active, .content_left .bodyheavy:visited { font-size: 11px; line-height: 16px; text-decoration: none; }
	.body { font-size: 11px; line-height: 14px; text-decoration: none; }
	.bodyheavy { font-size: 11px; line-height: 14px; text-decoration: none; color: #231F20; }
	.bodyheavy, .bodyheavy:link, .bodyheavy:active, .bodyheavy:visited  { font-size: 11px; line-height: 14px; text-decoration: none; color: #231F20; }
	.download, .download:link, .download:active, .download:visited { text-decoration: underline; }
	
	.subhead { font-size: 16px; line-height: 27px; text-decoration: none; letter-spacing: -1px; text-align: justify; }
	.big { font-size: 13.3px; line-height: 27px; text-decoration: none; }
	
	.lefttop { font-size: 14px; line-height: 16px; text-decoration: none; color: #949ba2; }
	.lefttopheavy { font-size: 14px; line-height: 16px; text-decoration: none; color: #231F20; }
	.sectiontitle, .sectiontitle a { color: #231F20; }
	
	.box { background: #fafafa; }
	
	.flash { background: url('../images/bg-flash.gif') no-repeat; }
	.flash_small { background: url('../images/bg-flash-small.gif') no-repeat; }
	sup { font-size:7px; }
	
	input[type=text], input[type=password], textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 4px;
  background-color: #ffffff;
}

input[type=button], input[type=submit], input[type=reset] {
	width: 100%;
  background-color: #333333;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
