/*
*	base.css
*
*	CSS Development Made by CAT®
* 	http://www.cat212.com
*/


/* Defaults Set { */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{ 
	line-height: 1.5; 
}

table{
	border-collapse: separate; border-spacing: 0;
}
caption, th, td{
	text-align: left; font-weight: normal;
}
table, td, th{
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after{
	content: "";
}

blockquote, q{
	quotes: "" "";
}

a img { border: none; }

/* Defaults Set } */



html{
	font: 62.5% Arial, Helvetica, sans-serif;
}

body{
	background:#fff;
	color:#000;
	font-size:1.2em;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	line-height:1em;
}

h1{
	padding: 20px 0 15px 0;
	font-size: 2.6em;
}
 
h2{
	padding: 18px 0 12px;
	font-size: 1.4em;
}
 
h3{
	padding: 14px 0 10px;
	font-size: 1em;
}

h4{
	padding: 10px 0 15px;
}

h5{
	padding: 5px 0 10px;
}

h6{
	padding: 0 0 5px;
}

p, ul, ol{
	margin: 0;
	padding: 0 0 1.25em 0;
}
table tr td p, table tr td ul, table tr td ol{
padding: 0px;
}

ul, ol{
	padding: 0 0 1.25em 2.5em;
}

small{
	font-size: 0.85em;
}

a img{
	border: 0;
}

a,
a:link,
a:visited,
a:hover{
	text-decoration: underline;
	cursor:pointer;
}

form{
	margin: 0;
	padding: 0;
}

fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

input, select, textarea{
	font: 1em Arial, Helvetica, sans-serif;
}

textarea{
	width: 100%;
	line-height: 1.25;
}

label{
	cursor: pointer;
}

table{
	margin: 0 0 1.25em 0;
	padding: 0;
}

table tr td{
	padding: 2px;
}


#subbtnswf {
    display: block;
    float: left;
    height: 108px;
    width: 720px;
}
.clear{
	clear: both;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.text-justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	border-bottom: 1px solid;
}

.highlight{
	background: #ffc;
}

img.float-left{
	margin: 4px 10px 4px 0;
}

img.float-right{
	margin: 4px 0 4px 10px;
}

img.block{
	float: none;
	display: block;
	margin: 4px 0 4px 10px;
}

.txt-fly{
	text-indent:-9000pt;
	display:block;
}
