* { margin:0; padding:0; }
html ,body {width: 100%; color: #213139; font: 12px/20px Arial; cursor: default; }
html {height: 100%;}
body {height:auto !important; min-height:100%; height:100%; position:relative;}
html ,body {min-width: 1000px;}

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label,
 legend, table, caption, tbody, tfoot, thead, tr, th, td {font: 12px/20px Arial; margin:0; padding:0; border:0;}
a img, :link img, :visited img {border:0;}

table {border-collapse: collapse; border-spacing: 0;}
td {vertical-align: top;}
a {cursor: pointer; color: #367396; font: 12px/20px Arial; text-decoration: underline;}
a:hover {text-decoration: none;}
.clear {clear: both; line-height: 0px; height: 0px; width: 0px; font-size: 0px;}
.hand {cursor: pointer;}



@font-face {
    font-family: 'MetaPro-Normal';
    src: url('font/metapro-normal.eot');
    src: url('font/metapro-normal.eot?#iefix') format('embedded-opentype'),
         url('font/metapro-normal.woff') format('woff'),
         url('font/metapro-normal.ttf') format('truetype'),
         url('font/metapro-normal.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
   }

h1 {
	font: 31px  Myriad Pro, Arial;
	color: #367396;

}

h2, h2 span {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
	padding-bottom: 5px;
}

h6 {
	font-size: 10px;
}

p{
	text-align: justify;
}

/***/
h3{
	color: #000000;
	margin: 6px 0;
	font: bold 12px/20px Arial, Tahoma, Verdana;
}

h2, 
h2 a{
	color: #000000;
	margin: 12px 0 6px;
	font: bold 12px/20px Arial, Tahoma, Verdana;
	text-transform: uppercase;
	text-decoration: none;
}

img{
	
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li {
	padding-left: 12px;
	background: url(/images/point.gif) no-repeat 2px 9px;
	color: #367396;
}

b{
	color: #000000;
}

.link_pdf, .link_doc, .link_exel {
	display: block;
	color: #367396;
	font-weight: bold;
	background: url(/images/link_pdf.png) no-repeat top left;
	padding: 11px 0px 8px 50px;
	text-decoration: underline;
}

.link_doc {
	background: url(/images/link_doc.png) no-repeat top left;
}

.link_exel {
	background: url(/images/link_exel.png) no-repeat top left;
}

.link_pdf:hover, .link_doc:hover, .link_exel:hover {
	text-decoration: none;
}

.table_border {
	border-left: 1px solid #367396;
	border-bottom: 1px solid #367396;
}
.table_border td {
	border-right: 1px solid #367396;
	border-top: 1px solid #367396;
}