?

   html, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #E0D9C6;
	vertical-align: text-top;
   }
   BODY {
	BACKGROUND: #edead8 url('../Images/background-gradient.jpg') repeat-x left top; */
	/*background-color: #E0D9C6;*/
	 margin: 0px; color: #000000; text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:0.75em; font-family:Arial, Verdana, Sans-serif
}
   
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 900px;
   }
   #fullheight{
      height:100%;
      width: 900px;
   }
   
a:link {color:#0192B5; text-decoration:none; font-weight: bold;}      /* unvisited link */
a:visited {color:#0192B5; text-decoration:none; font-weight: bold;}  /* visited link */
a:hover {color:#0192B5; text-decoration:underline; font-weight: bold;}  /* mouse over link */
a:active {color:#0192B5; text-decoration:none; font-weight: bold;}  /* selected link */

.style1 {
    color: #404040;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	
  }


.style2 {
    color: #404040;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	
  }
  
  .style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #C21614;
	font-weight: bold;
}

.style4 {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
  }
.style4 a:link {color:#3D3D3D; text-decoration:none; font-weight: normal;}      /* unvisited link */
.style4 a:visited {color:#3D3D3D; text-decoration:none; font-weight: normal;}  /* visited link */
.style4 a:hover {color:#C21614; text-decoration:none; font-weight: normal;}  /* mouse over link */
.style4 a:active {color:#3D3D3D; text-decoration:none; font-weight: normal;}  /* selected link */

.style5 {
    color: #C21614;
    font-size: 13px;
	font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	
  }
  
.style5 a:link {color:#C21614; text-decoration:none; font-weight: normal;}      /* unvisited link */
.style5 a:visited {color:#C21614; text-decoration:none; font-weight: normal;}  /* visited link */
.style5 a:hover {color:#C21614; text-decoration:underline; font-weight: normal;}  /* mouse over link */
.style5 a:active {color:#C21614; text-decoration:none; font-weight: normal;}  /* selected link */
  
  
  .style6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0192B5;
	font-weight: bold;
  }
.style6 a:link {color:#0192B5; text-decoration:none; font-weight: bold;}      /* unvisited link */
.style6 a:visited {color:#0192B5; text-decoration:none; font-weight: bold;}  /* visited link */
.style6 a:hover {color:#0192B5; text-decoration:underline; font-weight: bold;}  /* mouse over link */
.style6 a:active {color:#0192B5; text-decoration:none; font-weight: bold;}  /* selected link */





  
  


/*Example CSS for demo ticker*/

#ajaxticker1{
width: 145px;
height: 80px;
border: 1px solid black;
padding: 5px;
margin: 20px;
background-color: #c8ddbf;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	width: 145px;
	height: 80px;
	border: 1px solid black;
	padding: 5px;
	margin: 20px;
	background-color: #c8ddbf;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

.someclass{ 
width: 145px;
}

hr{
background-color:gray; /* Netscape 6/7, Mozilla */
color:gray; /* IE */
border: gray; /* Opera */
height:1px;
}



