*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:before,
.within:before,
.clearfix:after,
.within:after
 {
    content: " ";
    display: table;
}

.clearfix:after, .within:after {
    clear: both;
}

.clearfix, .within {
    *zoom: 1;
}

input, textarea {
outline:none;
}

/*block styles*/

.block {display: inline; clear:both;}
.block:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* Hides from IE-mac \*/
* html .block {height: 1%;}
.block {
display: block; 
word-break: break-word;
}
/* End hide from IE-mac */

p.preamble {}
.image_holder {text-align: center;}
.image_holder img {margin: 0px;}
.image_border {border: 1px solid #333;}
.image_holder p {}
.optimize {display: table;}
.left, .Left {float: left; margin:0 15px 15px 0;}
.main {overflow: hidden; margin: 0px}
.right, .Right {float: right; margin:0 0 15px 15px;}
.large_image .image_holder{ padding: 10px; margin: 10px; border: 0px solid #999; background-color: #FFF;}
.large_image {clear: both;}
.center img, .Center img, .large_image .Center img, .large_image .center img {margin: 0 auto;}
.large_image .Center p, .large_image .center p {text-align: center; margin: 0 auto; width: 300px;}

/*editor styles*/

/*table styles*/
.block  table { 
	font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;
	border-collapse:collapse;
	width: 100%;
}

.block  table td { 
	padding: 3px; 
	vertical-align: top;
}

.table_main td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;  	
}



.block td p {
	margin: 0;
	padding: 0;
}

.table_main {
	width: 100%; 
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.table_main1 td {
	border-bottom:1px solid #E5E5E5;
	overflow:visible;
}


.table_main td.td_header_row, .table_main1 td.td_header_row {
	font-size: 13px;
	background:#AEAEAE;
	color:#fff;
	border-bottom:2px solid #77C8FF;
	padding-top: 6px;
	padding-bottom: 6px;
}

.td_colorl_01 {background:#f9f9f9;color:#555454;}
.td_colorl_02 {background:#edf8ff;color:#0b3c66;}
.td_colorl_03 {background:#ff7c35;color:#fff;}
.td_header_col {background:#6db8f7;color:#fff;font-weight:600;font-size:13px;border-bottom:3px solid #0066FF;}
.td_colorless .td_colorless {background:#fff;color:#555454;}



.table_main .blue {font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;color:blue;}
.table_main .red {font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;color:red;}

/*****************************/



/*-------------------------------------------    

    Reset

-------------------------------------------*/

html, body, div, span, applet, object, iframe, 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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

menu, section, article, aside, footer, header {display:block;padding:0;margin:0;}

/*-------------------------------------------    

    Links

-------------------------------------------*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {	
	border: none;
}
a, a:active, a:focus {
	outline: none;
}

/*-------------------------------------------    

    General Selectors (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48)

-------------------------------------------*/

html,body {margin:0;padding:0}

* {
	background-repeat: no-repeat;
}

body {

}
p, ul, ol, dl { 
	margin-bottom: 15px;
}
h1 { 
}
h2 {
}
h3 {
}
h4 {
}
label {
	line-height:15px;
	vertical-align:middle;
}
input {
	line-height:15px;
	vertical-align:middle;
}
table {	
	border-spacing: 0; 
	border-collapse: collapse;
	/* tables still need 'cellspacing="0"' in the markup */
}

	p img, span img, table img {
	display: inline;
}


.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.clear {
	clear: both;
	line-height:0;
	height:0;
	font-size:0;
	margin:0;
	padding:0
}

ul, ol {
	margin-left: 2em;
}
select, option, input, textarea {
	color: #000;
	font-size: 11px;
}





