
body {
	background-color:;
	background-image:;
	background-repeat:;
	background-position:;
	padding:0px;
	margin:0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding:0px;
	margin:0px;	
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

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

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

.header a:link {
	text-decoration: none;
}
.header:visited {
	text-decoration: none;
}
.header:hover {
	text-decoration: underline;
}
.header:active {
	text-decoration: none;
}

.submenu:link {
	text-decoration: none;
}
.submenu:visited {
	text-decoration: none;
}
.submenu:hover {
	text-decoration: underline;
}
.submenu:active {
	text-decoration: none;
}