html, body, div, span, h1, h2, h3,h4, h5, h6 p, label, img, ul, li, fieldset, form, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #000;
	margin: 0px 0 0 0;
	background-image: url('/Css/Images/bodybg.jpg');
	background-repeat: repeat-x;
}

:focus {
	outline: 0;
}

ul, li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a,p,span,label, li,h1,h2,h3,h4,h5,h6,small,strong,em {
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
}

h1
{
	font-size: 16pt;
}
h2
{
	font-size: 14pt;
}
h3
{
	font-size: 12pt;
}
h4
{
	font-size: 10pt;
}
h5
{
	font-size: 9pt;
}
h6
{
	font-size: 9pt;
}

p
{
	font-size: 9pt;
}
span
{
	font-size: 9pt;
}
label
{
	font-size: 9pt;
}
