body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
p {
	font-size: 12px;
	text-align: justify;
}
.border {
	border: 1px solid black;
}

.content {
	padding:10px;
}
.content p a {
	text-decoration:underline;
	font-weight:bold;
	color:#000066;
}

.content .small {
	font-size:9px;
}
A:link    {color:#666666; text-decoration:none;}
A:visited {color:#666666; text-decoration:none;}
A:active  {color:#000000; text-decoration:none;}
A:hover   {color:#000000; text-decoration:none;}
A.boldBlueLink {
  font-weight: bold;
  text-decoration: none;
  color:#00529C;
}
A.boldBlueLink:link    {
  text-decoration:none;
}
A.boldBlueLink:visited {
  text-decoration:none;
}
A.boldBlueLink:active  {
  text-decoration:none;
}
A.boldBlueLink:hover {
  text-decoration:underline;
}


A.whiteLink {
  text-decoration: none;
  color:#FFFFFF;
}
A.whiteLink:link    {
  text-decoration:none;
}
A.whiteLink:visited {
  text-decoration:none;
}
A.whiteLink:active  {
  text-decoration:none;
}
A.whiteLink:hover {
  text-decoration:underline;
}


A.boldWhiteLink {
  font-weight: bold;
  text-decoration: none;
  color:#FFFFFF;
}
A.boldWhiteLink:link    {
  text-decoration:none;
}
A.boldWhiteLink:visited {
  text-decoration:none;
}
A.boldWhiteLink:active  {
  text-decoration:none;
}
A.boldWhiteLink:hover {
  text-decoration:underline;
}
td{font-size: 12px;}