@charset "utf-8";
body, html {
	height: 100%;
}
body {
	background-color: #dff3ff;
	background-image: url(/templates/2/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
a {
  color: #004d89;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.dblue, .dblue a {
	color: #004d89;
}
.ptop {
	padding-top: 4px;
}
.f, .f a, .white, .white a {
	color: #FFF;
}
.f a {
text-decoration: underline;
}
.grey {
	color: #3e3a3a;
}
.table
{
	border-collapse:collapse;
	border-top: 1px solid #016ea7;
	border-left: 1px solid #016ea7;
}
.table TH
{
background: #016ea7;
	border-right: 1px solid #016ea7;
	border-bottom: 1px solid #016ea7;
	position:relative;
	font-weight: bold;
	text-align: left;
color: #FFFFFF;
}
.table TH a
{
color: #FFFFFF;
}
.table TD
{
	border-right: 1px solid #016ea7;
	border-bottom: 1px solid #016ea7;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}