/* CSS Document */

body {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_tile.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

td.white {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

td.logo {
	background-color: #FFFFFF;
}

td.button {
	background-color: #FFFFFF;
}

td.title {
	color: #666666;
	font-size: 15px;
	text-align: right;
	background-color: #FFFFFF;
}

td.content {
	background-color: #FFFFFF;
	text-align: justify;
	padding-left: 10px;
	padding-right: 18px;
}

td.sublink {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	color: #990000;
}

td.copyright {
	background-image: url(images/rp_cprbg.gif);
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

p.center {
	text-align: center;
}

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}