@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	background-color: #FFFFFF;
	background-image: url(Images/background.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #F53715;
}
a:active {
	text-decoration: none;
	color: #F53715;
}

h4{
    font-size:13px;
	font-weight:100;
	padding:2px 5px 2px 5px;
	margin:0;
}

h2{
    font-size:16px;
	margin:5px 0 0px 0;
}