body {
	font-family: Verdana;
	font-size: 10px;
	color: #253F56;
	padding: 0px;
    margin: 0px;
	background-image: url('images/bg.jpg');
}

h1 { font-size: 10pt }
h2 { font-size: 10pt }
h3 { font-size: 10pt }
h4 { font-size: 10pt }

table, tr, td {
	font-family: Verdana;
	font-size: 10px;
	border-color: #5C7085;
	align: justify;
}

A:link, A:visited, A:active
{
	color: #navy;
  letter-spacing: 1px;
	text-decoration: none;
}

A:hover
{
	text-decoration: none;
  letter-spacing: 1px;
  color: #253F56;
}

.cp:link, .menu, .menu:link, .menu:visited {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 0px;
}

.menu:hover, .cp:hover {
  font-weight: bold;
  text-decoration: none;
  color: #E0E4E9;
  letter-spacing: 0px;
}
.cplink, .menu, .menu:link, .menu:visited {
