a {
	cursor: pointer;
	cursor: hand;
}

html
{
  height: 100%;
}

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #cccccc;
  background-color: #960000;
  margin: 0px;
  height:100%;
}


/* generic reset to sync all browsers */
p, a, h1, h2, h3, pre,
form, fieldset, img,
div, object
{
  margin: 0;
  padding: 0;
  border: none;
}


table{ height:100%; width:450px; border: none; text-align: center; }

td{ vertical-align: middle; text-align: center; }

p{ margin: 0px 0 20px 0; }

img{ }

a:link
{
	color: #FFFFFF;
  text-decoration: none;
}

a:hover
{
	color: #999999;
}

a:visited
{
	color: #FFFFFF;
}

p.footer { font-size: 0.75em; color: #666666; margin-top: 3px; }

p.footer a { color: #999999; }

p.footer a:visited { color: #999999; }

p.footer a:hover { text-decoration: underline; color: #FF9900; }

p.footer a:active { text-decoration: none; color: #999999; }

#javascript {background-color:#FF0000; text-align:center; font-size:18px; font-family:Arial; color:#FFFFFF; padding:10px; font-weight:bold; width:100%;}