@charset "utf-8";
/* CSS Document */

body{
	background: #fbfbfb;
	font-family:Open Sans;
	font-size:13px;
	line-height:18px;
	margin:0px;
	color: #00457B;
}
.double_line{
	height:2px ;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

::selection {
	background-color: #e4bc00;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
 strong{
	 font-family:Arial, Verdana, Tahoma, "Times New Roman";
	 font-weight:bold;
 }
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    background:#CCCCCC;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    background:#999999;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#CCCCCC; 
}
::-webkit-scrollbar {
    width: 10px;
}
ul, li, form, h1, h2, h3, h4, h4, h6{
	margin: 0px;
	padding: 0px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
html,body,object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, form{
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
line{
	height:1px;
	background:#ccc;
	display:block;
}
h1{
		font-size: 20px;
		font-family: ARCHIVONARROW-REGULAR;
		font-weight:normal;
		padding-bottom:15px;
		padding-top:15px;
}
h2{
	font-size: 26px;
	font-weight: normal;
	color: #ca2513;
	font-family: MYRIADPRO-COND_0;
	padding-bottom: 10px;
	padding-top:10px;
}
h3{
	height:20px;
	line-height:20px;
	font-size:25px;
	text-align:center;
	color:#fff;
	font-family: MYRIADPRO-COND_0;
	font-weight:normal;
	background:#ED3B00;
	padding-bottom:5px;
	padding-top:5px;
}
white{
	color:#fff;
}
red{
	color:#da2313;
}
blue{
	color:#2d327d;
}

orange{
	color:#ff6000;
}
black{
	color:#000;
}
@font-face {
   font-family: OlgaCTT;
   src: url(../fonts/OlgaCTT.ttf);
}
@font-face {
   font-family: tt1057m;
   src: url(../fonts/tt1057m_.ttf);
}
@font-face {
   font-family: ARCHIVONARROW-REGULAR;
   src: url(../fonts/ARCHIVONARROW-REGULAR.TTF);
}
@font-face {
   font-family: MYRIADPRO-COND_0;
   src: url(../fonts/MYRIADPRO-COND_0.OTF);
}
a{
	outline:none;
}
.clear{
	clear:both;
}
a img{
	outline:none;
	border:none;
}
.more{
	width: 95%;
	text-align: right;
	line-height: 30px;
	margin-top: 19px;
	padding-right:10px;
}
.more a{
	text-decoration: none;
	color: #000;
	border-radius: 70px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.more a:hover{
	color:#4ab414;
}
p{
	text-align:justify;
	padding-bottom:0px;
	font-size:13px;
	color:#00457b;
}
.row{
	width:100%;
	height:auto;
	padding-bottom:15px;
	clear:left;
}
.row p{
	text-align:justify;
}
.row table{
	width:100%;
	border-bottom:0px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-spacing:0px !important;
	margin-bottom:15px;
	margin-top:15px;
}
.row table th{
	padding:5px;
	margin:0px;
	background:#F3F3F3;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.row table td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}
.row table tr:first-child{
	font-weight:bold;
	background:#fff;
}