/* CSS Document */

html {
	height: 100%;
}
		
body,table,tr,td,div,span,p,b,a,i,u,form,input,select,option {
	font-family:  Verdana, Times New Roman, Helvetica, trebuchet MS, courier;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

body {
  background-color: #000000; 
  height:100%; 
  padding:0px;
  margin:0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #4A4A4A;
}

a:hover {
	text-decoration: underline;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
	background-image: url(img/bullit.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
}

h1 {
	font-family:  Arial, Times New Roman,  Verdana, Helvetica;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #0D0D0D;
}

h2 {
	font-family:  Arial, Times New Roman, Verdana, Helvetica;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FF0000;
}

p {
	margin: 0;
	padding: 0;
}

