/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	padding:0; margin:0; border:0;
	font-family: 'comfortaa-light', arial;
	text-align:left; color:#333333 ;
	line-height:20px;
	font-size:13px;
	background:#212B2C;

}


img, object, embed { padding:0; border:0; vertical-align:top; }

hr { border:none; border-top:1px solid #CCCCCC; }
div.hr { border-top:1px solid #CCCCCC; margin:10px 0; }
div.hr hr { display:none; }

/******* hyperlink and anchor tag styles *******/
a { text-decoration:none; color:#6aacb5; }
a:visited { }
a:hover { text-decoration:none; color:#333333  }
a:active { }

/************** header tag styles **************/
h1, h2, h3, h4, h5, h6 { padding:0; margin:0 0 0.5em 0; line-height:1.2em; }

h1 { font-size:25px; font-weight:400; color:#6aacb5; border-bottom:1px dashed #333333 ; padding:0 0 5px 0 }
h2 { font-size:1.3em; font-weight:400; }
h3 { font-size:1.3em; font-weight:400; color:#333333 }
h4 { font-size:1.2em; font-weight:400;}
h5 { font-size:12px; font-weight:400; color:#6aacb5; margin:0; padding:0; }
h6 { font-size:0.9em; font-weight:400;}

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }
p { margin:0; padding:0 0 1em 0; }