﻿body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.dotbg {
	background-image: url('images/dotbg.gif');
	background-repeat: repeat-y;
	background-position:  center 50%;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #3D3D3D;
}
.blueBold {
	font-weight: bold;
	color: #4A7AB6;
}
.butbg {
	background-image: url('images/butbg.gif');
	background-repeat: repeat-x;
	color: #5266AB
}
.rights {
	color: #8592C7;
	text-decoration: none;
}
a {
	color: #4A7AB6;
}
.menuBG {
	background-image: url('images/menuBg.gif');
	background-repeat: repeat-x
}
.mb {
	background-image: url('images/bg2.gif');
	background-repeat: repeat-x
}
H1 {

	color: #4A7AB6;
	font-size: 16px;
	font-family: Tahoma;
	margin:5px 0px;
}
H2 {

	color: #4A7AB6;
	font-size: 12px;
	font-family: Tahoma;
}
.text {

	color: #000000;
	font-size: 11px;
	font-family: Tahom;
	
	text-decoration: none;
}
A.silent:link, A.silent:visited, A.silent:active { color: black; 
text-decoration: none; }<BR>A.silent:hover { color: red; text-decoration: 
underline; }