@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
	background-color: #170400;
}

.ie.img, .ie.div { 
	behavior: url(iepngfix.htc) 
}

html, body, p, th, td, li, dd, dt  {
	font-size: 12.5px; /*x-small;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bdbdb4;
}

.content {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


a:link  { text-decoration: none ; color:#FFFFFF }
a:hover {  text-decoration: underline; }
a:active {  text-decoration: none;}
a:visited { text-decoration:none; color:#FFFFFF }
