﻿body {
	background-image: url(/App_Images/background.gif);
	background-repeat:repeat-x;
	margin-left: 40px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

body,td,th {
	color: #070B15;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

a:link {
    color: #2860b1;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #2860b1;
}
a:hover {
    text-decoration: underline;
    color: #2860b1;
}
a:active {
    text-decoration: none;
    color: #2860b1;
}

a.footer:link {
    color: white;
    text-decoration: underline;
}
a.footer:visited {
    text-decoration: underline;
    color: white;
}
a.footer:hover {
    text-decoration: underline;
    color: white;
}
a.footer:active {
    text-decoration: underline;
    color: white;
}