/* Mark Koh */

/* @group Blink */

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* @end */



/* @group Marquee */

.marquee {
    height: 30px;
    
    overflow: hidden;
    position: relative;
}
    .marquee div {
        display: block;
        width: 200%;
        height: 30px;
        
        position: absolute;
        overflow: hidden;
        
        -webkit-animation: marquee 4s linear infinite;
        -moz-animation: marquee 4s linear infinite;
        -ms-animation: marquee 4s linear infinite;
        -o-animation: marquee 4s linear infinite;
        animation: marquee 4s linear infinite;
    }
    .marquee span {
        float: left;
        width: 50%;
    }
    
@-webkit-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-moz-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-ms-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-o-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

/* @end */


/* @group Peekaboo! */

.peekaboo:hover {
    opacity: 0;
}

/* @end */

span.badge img {
	 display: table;
    margin-left: -28px;
    margin-top: -14px;
    position: absolute;
}
.sidebar {
	padding-left: 5px;
}
div.box1 {
	padding: 8px;
	display: table;
	width: 50%;
	border: 2px solid #e32f14;
	margin-top: 5px;
	color: red;
	font-size: 15px;
margin: auto;
	text-align: center;
	position: relative;
}

.clear           { clear: both; }

.header1 a:link , .header1 a:visited {
	font-size: 14px;
	color: #0052a3;
	font-weight: bold;
	text-decoration: none;
}

.header1 a:hover, .header1 a:active {
	font-size: 14px;
	color: #730e2f;
	font-weight: bold;
	text-decoration: none;
}

.header2 {
	font-size: 14px;
	color: #a21415;
	font-weight: bold;
}

.header21 {
	font-size: 18px;
	color: #a21415;
	font-weight: bold;
}

.header3 {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #295C72;
	font-weight: bold;
	font-size-adjust: ;
}

.header4 {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 13px;
	color: #7a9fad;
	font-weight: bold;
}

.image-right {
	float: left;
	padding-right: 5px;
}

.image-left {
	float: right;
	padding-left: 5px;
}

.float-right {
float: right;
padding-left:5px;	
}

.style2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
}


body {
	margin-top: 0px;
	background-color: #3D758D;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333;
}
.style1 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.style4 {color: #FF9900; font-weight: bold; }
a:link {
	color: #3D758D;
	text-decoration: none;
}
a:visited {
	color: #3D758D;
	text-decoration: none;
}
a:active {
	color: #3D758D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7FBAD3;
}

.style10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;}

.style12 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #3D758D; font-weight: bold; }

li, .style13 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; }

div.bullet {
display: table;
}


.style14 {font-size: 11px}

.style15 {color: #3D758D; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}

.style16 {color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif;}

.style17 {font-size: 10px}

.style7 {font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

div.disclaimer {
width: 740px;
margin:auto;
display:block;
}

html body div table tbody tr td p {
	padding-left: 10px;
	padding-right: 10px;
}

html body div table tbody tr td ol li,
html body div table tbody tr td ul li {
	padding-right: 10px;
	margin-left: -12px;
	margin-bottom: 10px;
	font-size: 12px;
}

#justify p {
	text-align: justify;
}

#justify li {
	text-align: justify;
}

.bottom-margin {
	margin-bottom: 10px;
}
