@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;
	margin:0px;
    padding:0px;
	line-height:15px;

}
body{padding:10px;}

/*
h1{color:#4b4b4d; margin:0px 0px 0px 0px; font-size:16px; line-height:16px; font-style:italic; font-weight:bold; text-decoration:underline;}
h2{color:#4b4b4d; margin:0px 0px 0px 0px; font-size:15px; line-height:15px; font-style:italic; font-weight:bold; }
h3{color:#4b4b4d; margin:0px 0px 0px 0px; font-size:14px; line-height:14px; font-style:italic; text-decoration:underline;}*/
h1{color:#4b4b4d; margin:0px 0px 0px 0px; font-size:15px; line-height:17px; font-style:italic; text-decoration:underline; font-weight:bold;}
h2{color:#4b4b4d; margin:0px 0px 0px 0px; font-size:14px; line-height:17px; font-style:italic; text-decoration:underline;}
h3{color:#4b4b4d; margin:0px 0px 0px 0px; font-size:12px; line-height:17px; font-style:italic; text-decoration:underline;/*text-decoration:underline;*/}
h2 strong. h3 strong {font-weight:normal;}
h4, h5, h6{font-size:11px; line-height:30px; font-weight:bold;}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#4b4b4d;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#be193f;}


p{margin:0px 0px; padding:0px; border-bottom: 0px solid #e8e8e8;}
ul, ol{padding:0px 0px 0px 24px; margin:0px; border-bottom: 0px solid #e8e8e8;list-style-position:outside;}
ul{list-style-type:disc;}

table{padding:0px; margin: 0px; border-collapse:collapse;font-size:12px;}
td, th {padding:3px 30px 3px 0px; vertical-align:top;}
th {font-weight:bold;}

table.with_border {margin:auto;}
table.with_border td, table.with_border th{padding:3px 15px;border:1px solid #d9d9d9;}
table.with_border th{background:#efefef}

/*img.left{float:left; margin:0px 10px 10px 0px;}*/
/*img.right{float:right; margin:0px 0px 10px 10px;}*/
img{/*margin:6px;*/ border:0px;}
img.left  {float:left; margin:0px 20px 10px 0px;}
img.right{float:right; margin:0px 0px 10px 20px;}

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

.pdf, .doc, .xls  {display:block;}

hr, .hr{clear:both; border-bottom:2px solid #abb1b2; margin:15px 0px; border-width:0px 0px 1px 0px; background:transparent; height:1px;}
a{color:#004a81; text-decoration:underline;}
a:hover{color:#be193f; text-decoration:underline;}

blockquote{padding:0px 20px;}
.highlight{color:#ff0000;}
.quotation{display:block;padding:10px 20px; font-style:italic;}
.clear{clear:both;}		
.center {text-align:center;}




