/* Selectors */
body,p,td,th {
	font-family: Tahoma,Arial,Geneva,sans-serif;
	font-size: 12px;
}

p {
	text-align: justify;
	color: #000033;
}

h1 {
	font-size: 18px;
	text-decoration: bold;
	text-align: left;
}

h2 {
	font-size: 14px;
	text-decoration: bold;
	text-align: left;
}

address {
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
	color: #666699;
	border-width: 1px 0px 0px 0px;
	border-color: #666699;
	border-style: solid;
	margin-top: 40px;
	padding-top: 5px;
}


/* classes */
.center {
	text-align: center;
}

/* pseudo-classes */
a:link {
	color: #000000;
	padding: 1px;
}
a:hover {
	color: #660000;
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 1px;
}
a:active {
	color: #000000;
	padding: 1px;
}
a:visited {
	color: #330000;
	padding: 1px;
}

a.dark:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	padding: 1px;
	font-weight: bold;
}
a.dark:hover {
	color: #660000;
	background-color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	padding: 1px;
	font-weight: bold;
}
a.dark:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	padding: 1px;
	font-weight: bold;
}
a.dark:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	padding: 1px;
	font-weight: bold;
}
