@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:#010b23 url(../images/body_bg.jpg) top no-repeat;
  color: #4B4B4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin:0;
  padding:0;
  text-align:center;
  margin-top:10px;
}

h1 {
  color: #006A97;
  font-size: 18px;
  font-weight: bold;
}

h2 {
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

h3 {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

h4 {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}

a {
  color: #243d6f;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: #000000;
  font-weight:bold;
}

.a {
  color: #243d6f;
  text-decoration: none;
  font-weight:bold;
  cursor:pointer;
}

.a:hover {
  color: #000000;
  font-weight:bold;
  cursor:pointer;
}

hr { color:#CCCCCC; background-color:#CCCCCC; height:1px; width:485px; border:0; }

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

.form_input {
	border:1px solid #CCCCCC;
}

.button { background-color:#259BCD; border:1px solid #259BCD; color:#FFFFFF; padding:2px; font-size:12px; font-weight:bold }

/*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;
}

.highlight { color:#c80c11; font-weight:bold; }
.quote { color:#000000; font-size:12px; font-style:italic; font-weight:normal; }

.bold { font-weight:bold; }

