﻿/* Zero Out Defaults */

h1{font-size: 100%;}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: default;
}

a, a img {
  color: #659;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
}

  a:active {
  	
  }

  a:hover {
	  color: #446;
	  text-decoration: underline;
  } 

  a:visited {
  	
  }

body {
	background-color: #000;
	background-image: url('http://216.176.33.123/Images/MainBackground.jpg');
	background-position: left top;
	background-repeat: repeat;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

img.button {
  cursor: pointer;
}

li
{
    padding: 3px 0px 3px 0px;
	
}
 
p 
{
	margin: 0px 0px 10px 0px;
	text-indent: 0px;
}  

ul, ol
{
	margin: 5px 30px 10px 30px;
}





