﻿@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #dce8f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p{
	color:#000000;
}

a:visited {
	color: #808080;
	font-weight:bold;
}
a:link {
	color: #808080;
	font-weight:bold;
}
a:active {
	color: #808080;
	font-weight:bold;
	
}
a:hover {
	color: #808080;
	font-weight:bold;
}