@charset "utf-8";

/* main css */
body,
article.frame 	{ background:#000; }

article.frame #main { color:#DDD; }

h1,
h2,
h3,
h4,
.hdStrap,
.kanitRed,
.kanitBlkArws 			{ color:#FFF; }
.kanitBlkArws:before,
.kanitBlkArws:after 	{ background:#FFF; }

h2,
h3,
h4 				{ font-weight:200; }
.sub-hd1 		{ /*color:#1083B2*/ }
.sub-hd2 		{ color:#FFF !important; }

.txt-info 		{ color:#FFF !important; opacity: 0.8; }

footer 			{ background:#111; }


/* header footer css  */
#hdBtn a#btnMenu		{ color:#FFF; background:#000; }
#hdBtn a#btnMenu:hover 	{ background:#FFF; color:#000; }


/* buttons css */
a.btn,
.btn,
button.btn {
    background-color:#FFF;
    color: #000;
}