@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%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	
   background:url(../images/repeat_back.jpg) top center repeat-y;
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  text-align:center;
  
}
h1 {
 color: #990000;
	font-size: 12px;

}
h2 {
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
h3 {
  color: #7E7E98;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
h4 {
  color: #7E7E98;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #575757;
  font-weight: bold;
  text-decoration: none;
}

.outerWrapper .footer a{
	color:#fff;

	
	
}
a:visited {
  color: #575757;
  font-weight: bold;
  text-decoration: none;
}
a:link img {
	border:thin;
	outline-color: red;
	}
a:hover {
    border:0px;
}
a:focus {
  color: #7E7E98;
}
a:active {
  color: #7E7E98;
}
.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;
}

.style_orange {
	color:#FF6600;
	font-weight:bold;
	font-size:12px;}	
	
.style_red {
	color: #990000;
	font-weight:bold;
	text-decoration:underline;
	}
	
.selectedText{
	color:#FF6600;
	}
	
.notSelectedText{
	color:#575757;
	}		
	.orange_border{
	border: 1px solid #FF6600;
	
	}
	
	

