@CHARSET "ISO-8859-1";

body{
margin:0;
padding:header-<length> 0 footer-<length> 0;
}
div#header{
position:absolute;
top:0;
left:0;
width:100%;
height:header-<length>;
background: rgb(191, 30, 46); 
z-index: 5;
}
div#footer{
position:absolute;
bottom:0;
width:100%;
height:footer-<length>;
background:url('../images/Btnbkgrd3.jpg');
z-index: 6;
}
div#content{
position:relative;
top:15px;
margin-right: auto;/*centres in compliant browsers*/
margin-left: auto;/* " " */
width:755px;
height:header-<length>;
/* background: rgb(191, 30, 46); */
z-index: 4;
}
@media screen{
body>div#header{
position:fixed;
}
body>div#footer{
position:fixed;
}
}
html {
color: white;
background-color: rgb(191, 30, 46);
font-family: Helvetica, Helvetica Neue, Arial;
}
* html body{
overflow:hidden;
} 
* html div#content{
height:100%;
overflow:auto;
margin-right: auto;/*centres in compliant browsers*/
margin-left: auto;/* " " */
width: 755px;
text-align: left
}

.central {
margin-right: auto;/*centres in compliant browsers*/
margin-left: auto;/* "	" */
width: 755px;
text-align: left;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.title1 {
  font-size: x-large;
  font-weight: bold;
}
.title2 {
  color: black;
  font-size: x-large;
  font-weight: bold;
}

a.lnk1:link {color:white;
			font-weight: bold;}
a.lnk1:visited {color:white;
			   font-weight: bold;}
a.lnk1:hover {color:#ffcc00;
			 font-weight: bold;}


a.lnkC:link {color:grey;
			font-weight: bold;
			text-decoration:none }
a.lnkC:visited {color:grey;
			   font-weight: bold;
			   text-decoration:none }
a.lnkC:hover {color:#ffcc00;
			 font-weight: bold;
			 text-decoration:none }
			 
#t1 {
  color: black;
}
#t2 {
  color: white;
  font-weight: bold;
}
#t3 {
    text-align: center;
}
#t4 {
  color: white;
  font-size: x-large;
  font-weight: bold;
}

#ttitle {
  color: black;
  font-size: x-large;
  font-weight: bold;
}
#tscore {
  color: white;	
  font-size: 75px;  
  font-weight: bold;
}
#ttopband {
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#tedpt {
  color: black;
  font-size: 32px;
  font-weight: bold;
}

.button{
	padding:2;
	margin:0;
	border:0;
	background-color:#F80A06;
	background-image:linear-gradient(to bottom, #F22734, #A91B28);
	background-image:-moz-linear-gradient(top,#F22734, #A91B28);
	background-image:-webkit-linear-gradient(top,#F22734, #A91B28);
	border-radius:6px;
	border:2px solid #662A2F;
	box-shadow:0 1px 0 0 rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.2);
	color:#eee;
	font-weight:bold;
	font-family:Helvetica, Helvetica Neue, Arial;
	font-size:15px;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	cursor:pointer;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password]
{
	color: black;
	background-color : white;
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#imglive {
border:1px solid yellow;
}
#imgnon {
border:1px solid grey;
}

.tablefltrCell1 {
  background-image: url(../images/btnFltrLnk.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.tablefltrCell3 {
  background-image: url(../images/monologo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.btnbakgrd, .btnbakgrd TD, .btnbakgrd TH
{
background-image:url('../images/Btnbkgrd3.jpg');
background-color:black;
color:white;
font-family:Helvetica, Helvetica Neue, Arial;
}

 .hearderbakgrd, .hearderbakgrd TD, .hearderbakgrd TH
{
	height: 59px;
	background: url(../images/pihr2.png) repeat-x left bottom;
}