@charset "UTF-8";

/*RESET RULES*/

body,div,dl,dt,dd,/*ul,ol,li,*/h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
/*li {list-style:none;}*/
/*caption,th {text-align:left;}*/
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}



/************************ COMMON ****************************/
body, html {
	font-family: Verdana, Arial, Tahoma;
	font-size:12px;
	padding:0px; margin:0px;
}


h1{margin:0px 0px 16px 0px; font-size:14px; line-height:18px; padding-bottom:6px; font-weight:bold; text-transform:uppercase; border-bottom: 2px solid #aaa;border-bottom: 2px solid #aaa;}
h2{margin:0px 0px 10px 0px; font-size:13px; line-height:30px; text-transform:uppercase; font-weight:bold; border-top: 0px solid #aaa; border-bottom: 0px solid #aaa;}
h3{font-size:11px; line-height:30px; font-weight:bold; /*border-bottom: 4px solid #e8e8e8;*/}
h4, h5, h6{font-size:11px; line-height:30px; font-weight:bold;}
h1 em{font-weight:normal; font-size: 12px;}


p{margin:0px 0px; padding:0px; border-bottom: 0px solid #e8e8e8;}
ul, ol{padding:0px 0px 0px 30px; margin:0px; border-bottom: 0px solid #e8e8e8;}
ul{list-style-type:square;}

table{padding:0px; margin: auto; border-collapse:collapse;font-size:11px; width:640px;}
td, th {padding:3px 8px;border:1px solid #d9d9d9;}
th {/*font-weight:bold; */background:#7a7a7a}

h1, h2, h3, h4, h5, h6, p {padding-left:10px; padding-right:10px;}
/*img.left{float:left; margin:0px 10px 10px 0px;}*/
/*img.right{float:right; margin:0px 0px 10px 10px;}*/
img{margin:5px;}
img.left  {float:left; margin:0px 20px 10px 5px;}
img.right{float:right; margin:0px 5px 10px 20px;}

.pdf {padding:1px 0px 1px 19px; background:transparent url(img/icon_pdf.gif) center left no-repeat;}
.doc {padding:1px 0px 1px 19px; background:transparent url(img/icon_doc.gif) center left no-repeat;}
.xls {padding:1px 0px 1px 19px; background:transparent url(img/icon_xls.gif) center left no-repeat;}

hr, .hr{clear:both; border-width:0px 0px 2px 0px; background:transparent; height:2px;}
/*
a{color:#929295 !important; text-decoration:none;}
a:hover{color:#929295 !important; text-decoration:underline;}
*/

blockquote{padding:0px 20px;}
.highlight{color:#ee8176;}
.biglink{font-weight:bold; text-transform:uppercase;}
.quotation{display:block;padding:10px 20px; font-style:italic;}
.clear{clear:both;}		
.center{text-align:center;margin:auto;}
.nowrap{white-space:nowrap;}




