﻿@charset 'utf-8';

@media all{
	caption, th {
		text-align: left;
	}
	img, a img, abbr {
		border: 0;
	}

	a img{
		display: block;
	}

	q {
		quotes: '“' '”' '‘' '’';
	}
}

@media screen, projection {
	.for-print{
		display: none;
	}
}

@media print {
	.for-print{
		display: block;
	}
}

html {
	font-size: 16px;
	*font-size: 101.00%;
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 62.500% "Times New Roman", "Times", Serif;
	font-size: 62.500%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	font-size: 1.5em;
	margin: .83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size:1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

a,
a:link,
a:visited,
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

form {
	clear: both;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #666;
	padding: 1em;
	margin: 0;
}

input, select, textarea {
	font-size: 1em;
}

label {
	cursor: pointer;
}

p, dl {
	margin:1em 0;
}

ul, ol{
	margin: 0 1em 1em;
	padding: 1em;
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

table {
	font-size: 1em;
}

caption, th {
	text-align: left;
	font-weight: bold;
}

table, td, th {
	vertical-align: middle;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

strong, b, .bold {
	font-weight: bold;
}

em, i, .italic {
	font-style: italic;
}

u, .underline {
	border-bottom: 1px solid;
}

s, strike, del, .strike {
	text-decoration: line-through;
}

.highlight {
	background: #ffc;
}

img.img-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.img-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

img.img-block {
	float: none;
	display: block;
	margin: .5em 1em;
	
}
img.img-block2 {
float: left;
	display: block;
	margin: .5em 1em;
	margin-left:26px;
}

.hide-text {
	text-indent: -9000pt;
	display: block;
}

.canvas-center {
	margin-left: auto;
	margin-right: auto;
}


/* Columns */
.align-left, 
.two-cols .column, 
.two-cols dt, 
.three-cols .column, 
.col-left, 
.col-middle 
{
	float: left;
}

.two-cols dt, 
.two-cols dd
{
	display: block;
} 

.two-cols dt {
	clear: both;
	float: left;
}

.two-cols dt label {
	display: block;
	text-align: right;
}

.align-right,
.two-cols dd,
.col-right,
.col-right
{
	float: right;
}

.two-cols dd {
	padding: 0;
	margin: 0;
	float: right;
}

.row,
.block
{
	width:auto;
	clear: both;
	display:block;
}

.column {
	float: none;
	display: block;
}

.two-cols, 
.three-cols 
{
	display: block;
	clear: both;
	width: 100%;
}

.three-cols .column {
	width: 33.3%;
}

.half-col, 
.two-cols .column, 
.two-cols dt, 
.two-cols dd,
ul.two-cols li, 
.two-cols .col-left, 
.two-cols .col-right
{
	width: 50% !important;
}

.three-cols .column, 
.three-cols .col-left, 
.three-cols .col-middle, 
.three-cols .col-right,
ul.three-cols li
{
	width: 33.30%;
}

ul.two-cols li,
ul.three-cols li
{
	float: left !important;
}

.content-box {
	margin: 0;
	padding: .5em;
}

.clearfix {
	display: block;
	min-height: 1%;
}

* html .clearfix
{
	height: 1%;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

.hidden {
	display: none !important;
}

.block {
	display: block !important;
}

.inline {
	display: inline !important;
}

.inline-block {
	display: inline-block !important;
}

.clear {
	float: none;
	clear: both;
	display: block;
}
