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

body{
	padding:0px;
	margin:0px;
	background: #e8e9e9; 
	font-family:Arial, Verdana, Tahoma, "Times New Roman";
	font-size:13px;
	line-height:18px;
	overflow-x:hidden;
	
}
::selection {
	background-color: #07a4ae;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
 strong{
	 font-weight:bold;
 }
@font-face
{
	font-family:GOTHIC;
	src: url('../fonts/GOTHIC.TTF');
}
@font-face
{
	font-family:arimo;
	src: url('../fonts/ARIMO.TTF');
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#CCCCCC;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    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{
	margin:0;
    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;
}
h1{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-bottom: 15px;
	text-align: left;
	padding-top: 14px;
}
h2{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: center;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
}
h3{
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 16px;
	color: #000;
	text-align: left;
}

h4{
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	
}
h6{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-bottom:8px;
	text-align: left;
	font-family:GOTHIC;
}
dark_blue{
	color:#03588e;
}
grey{
	color:#747474;
}

red{
	color:#eb0606;
}
blue{
	color:#07a4ae;
}

orange{
	color:#ff6000;
}
black{
	color:#000;
}
@font-face
{
	font-family:Anto;
	src: url('../fonts/ANTONIO-REGULAR.TTF');
}
a{
	outline:none;
}
.clear{
	clear:both;
}
a img{
	outline:none;
	border:none;
}
.more{
	width: 95%;
	/* [disabled]height:30px; */
	text-align: right;
	line-height: 30px;
	margin-top: 19px;
	background:url(../images/more_icon.jpg) no-repeat right;
	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;
	line-height:20px;
	font-size:14px;
	padding-bottom:20px;
	font-family:Open Sans; 
}
