@charset "utf-8";

/* ** ** Common Addative Classes ** ** */
.left  { float:left !important;}
.right { float:right !important;}
.clear { clear:both; display:none!important; overflow:hidden; visibility:hidden; width:0px; height:0px;}
.cls { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}
.hide  { display:none!important;}
.nopad { padding: 0px!important;}
.noborder { border: none!important;}
.TextInp { border: 0px }
.nomarg { margin: 0px!important;}
.Txhide { text-indent:-9999999px; display:inline; float:left;}
.TxArtcile ul, .TxArtcile ol  { margin: 12px 0px ; padding-left: 40px  }
.stat ul, .stat ol  { margin: 12px 0px ; padding-left: 40px  }


.align_right    { text-align:right;}
.align_left     { text-align:left;}
.align_center   { text-align:center;}
.align_justify  { text-align:justify;}

a {	color:#525252;	}
a:hover, a:focus { text-decoration:underline;}
a:active, a:visited { }

/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em; font-family: "Trebuchet MS",Helvetica,Arial,sans-serif}
h1 {	font-size:2.52em;} 
h2 {	font-size:1.952em;} 
h3 {	font-size:1.652em;} 
h4 {	font-size:1.452em;} 
h5 {	font-size:1.252em;} 
h6 {	font-size:1.52em;}

/* ** ** ul li's
ul li
{
	margin-left:25px;
}
** ** */
/* ** ** custom select color ** ** */
::selection {
	background: #525252; /* Safari */
	}
::-moz-selection {
	background: #525252; /* Firefox */
	color:#fff;
}
/* ** ** paragraph styling ** ** */
p {margin:0 0 1.52em;}
	p img.left {float:left;margin:1.52em 1.52em 1.52em 0;padding:0;}
	p img.right {float:right;margin:1.52em 0 1.52em 1.52em;}

/* ** ** forms ** ** */
/*form fieldset {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px; padding-top:5px; padding-left:5px; border:1px solid #ccc; }
form fieldset legend {font-size:1.4em; padding:0 5px;}
form input[type=text], form input[type=email], form input[type=url] {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; height:20px; margin-bottom:5px; border:1px solid #ccc; padding:4px 0 1px 5px;}
form label {display:block; height:20px; font-size:1.2em;}*/


strong   		{	font-weight:600;}
em, dfn  		{	font-style:italic;}
dfn 	 		{   font-weight:600;}
sup, sub 		{   line-height:0;}
abbr, acronym   {	border-bottom:1px dashed #ccc;}
address 		{	margin:0 0 1.5em;font-style:italic;}
del 			{	color:#666;}
pre, code, tt   {	font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code 			{	background-color:#d5d2d8; display:block; padding:0px 2px 4px 26px; background:#fff url(code.jpg) no-repeat left top; line-height:1.67em;}
pre 			{	margin:1.5em 0;white-space:pre;}

/* ** ** Grid Styles ** ** */

.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, w9, .w10, .w11, .w12  {
  display:inline;
  margin-left:10px;
  margin-right:10px;
  position:relative;}

.w1 {width: 60px}
.w2 {width: 140px}
.w3 {width: 220px}
.w4 {width: 300px}
.w5 {width: 380px}
.w6 {width: 460px}
.w7 {width: 540px}
.w8 {width: 620px}
.w9 {width: 700px}
.w10 {width: 780px}
.w11 {width: 860px}
.w12 {width: 940px}



