@charset "utf-8";

/*basic element styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
 background: #000000;
  color: #2e2d2c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align:center;
}
h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  font-family:Arial, Helvetica, sans-serif;
}
h2 {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family:Arial, Helvetica, sans-serif;
}
h3 {
	color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  font-family:Arial, Helvetica, sans-serif;
}
h4 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

.outerWrapper .content .contentInner .rightCol a,  a:link { color: #222222; font-weight: bold; text-decoration: none; }
.outerWrapper .content .contentInner .rightCol a:visited { color: #222222; font-weight: bold; text-decoration: none; }
.outerWrapper .content .contentInner .rightCol a:hover { color: #222222; font-weight: bold;  text-decoration: none; }
.outerWrapper .content .contentInner .rightCol a:focus { color: #222222; font-weight: bold; text-decoration: none; }
.outerWrapper .content .contentInner .rightCol a:active { color: #222222; font-weight: bold; text-decoration: none; }

.font15 {font-size:15px;}

.outerWrapper .footer a, a:link{ font-size:12px;font-weight:normal;color:#000000; }
.outerWrapper .footer a:visited{font-size:12px;font-weight:normal;color:#000000;  }
.outerWrapper .footer a:hover{ text-decoration:none;font-size:12px;font-weight:normal;color:#000000;  }
.outerWrapper .footer a:focus{ font-size:12px;color:#ffffff;font-weight:normal;color:#000000; }
.outerWrapper .footer a:active{font-size:12px;font-weight:normal;color:#000000;  }

.outerWrapper .content .contentInner .leftCol .leftColItem .blue a, a:link{color:#81bfe8;}
.outerWrapper .content .contentInner .leftCol .leftColItem .yellow a, a:link{color:#ffef02;}
.outerWrapper .content .contentInner .leftCol .leftColItem .yellow a, a:active{color:#ffffff;}
.outerWrapper .content .contentInner .leftCol .leftColItem .yellow a, a:visited{color:#ffef02;}
.outerWrapper .content .contentInner .leftCol .leftColItem .yellow a, a:focus{color:#ffef02;}
.outerWrapper .content .contentInner .leftCol .leftColItem .pink a, a:link { color:#dc0067;}
.outerWrapper .content .contentInner .leftCol .leftColItem .red a, a:link{color:#ef0100;}
.outerWrapper .content .contentInner .leftCol .leftColItem .green a, a:link{color:#05ff00;}



.enableJS {
	border: 2px solid #000000;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}


/*useful css*/
.border {
	border: 1px solid #000000;
}
.click {
	cursor:pointer;
}
div.row {
	clear: both;
	padding: 5px 0px;
}
div.row span.left {
	float: left;
	text-align: left;
}

div.row span.right {
	float: right;
	text-align: right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.spacer {
	clear: both;
}
.textcenter {
	text-align:center;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.pad5 {
	padding:5px;
}
