/* CSS Document */

.text {
font-size:12px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color:#FFCC00;
  color            : #000000;
  border           : 1px solid #666666;
}
.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}
.copyright {
font-size:11px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}
.yellow {
font-size:15px;
color:#FFCC00;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}
.links{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:none;
}
.links:active {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:none;
}
.links:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:none;
}
.links:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#FF9900;
	text-decoration:none;
}
.headings {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-align: justify;
}
.background {
background: url(../images/tile.gif) no-repeat; 
}.bg {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
