﻿body, div, span, p, img, table, td, th, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	background: #ededed url(/Files/System/images/BackgroundBody.gif) repeat-x 0 0;
	font-family: Arial;
	font-size: 62.5%;
	color: #4c4c4c;
}

h1, h2, h3
{
	font-size: 1.5em;
	margin: 10px 0 5px 0;
}

a
{
	color: #004e89;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

