a:active {
	text-decoration: underlined; color: #0B3D73
}
a:hover {
	text-decoration: underlined; color: #BA2111
}
a:link {
	text-decoration: underlined; color: #0B3D73
}
a:visited {
	text-decoration: underlined; color: #0B3D73
}
a:visited:hover {
	text-decoration: underlined; color: #BA2111
}
body {
	font-family: Tahoma, Arial, Verdana; font-size: 11 px; color: #404040; background-color: #EAEAE8; background-attachment: scroll; margin: 20 10 30; padding: 0
}
p {
	margin-top: 4 px
}
table {
	font-size: 11 px; border-collapse: collapse; border: #8F9499 solid 0; padding: 0; margin: 0
}
th {
	font-size: 11 px; border: #8F9499 solid 0; padding: 0; text-align: center; font-weight: normal; vertical-align: top
}
td {
	font-size: 11 px; border: #8F9499 solid 0; padding: 0; vertical-align: top
}
img {
	border: #8F9499 solid 0
}

.content {
	padding: 2 5 20; text-align: justify; text-justify: inter-word; text-indent: 30
}
ul {
	list-style-type: square
}
hr {
	height: 1; color: #8F9499
}

h1 {
	text-align: center; font-weight: bold; color: #0B3D73; font-size: 11 px
}

h2 {
	text-align: center; font-weight: bold; color: #404040; font-size: 11 px
}

.cr {
	border: #8F9499 solid 1; background-color: #DBDBD7; padding: 5 5; text-align: right; color: #72787D

}