/* general */

body { margin: 10px auto; padding: 0; font: 12px Tahoma, sans-serif; color: #333;
background: #666666; }


a,
a:link,
a:visited,
a:active { color: #0176AB; text-decoration: none; outline: none; }
a:hover { color: #0176AB; text-decoration:underline; }

.greyborder
{
 border: 1px solid #ccc;
}
.greyborderleft
{
 border-left: 1px solid #ccc;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0176AB;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #0176AB;
}