a:link{
	color: #98173A;
	text-decoration: none;
}

a:visited{
	color: #98173A;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

a.button:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #98173A;
	font-size: 11px;
	display: block;
	width: 100px;
	text-align: center;
}
a.button:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #98173A;
	display: block;
	width: 100px;
	text-align: center;
}
a.button:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #98173A;
	display: block;
	width: 100px;
	text-align: center;
}
a.button:hover {
	TEXT-DECORATION: none;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #333333;
	display: block;
	width: 100px;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


body 
{
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #F8F7EF;
} 
#Container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../pixs/container.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-repeat: repeat-y;
	height: auto;
}
#footer {
	float: left;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	position: relative;
	background-color: #F8F7EF;
	font-size: 10px;
	padding-top: 5px;
}

#Container #content #text {
	text-align: justify;
	font-size: 80%;
}
#content {
	position:relative;
	text-align: center;
	float:left;
	width: 890px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	background-image: url(../pixs/container.gif);
	padding-right: 30px;
	padding-left: 30px;
}

.imagenoborder {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tdhome {
	margin: 0px;
	width: 340px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tdtextcentre {
	text-align: center;
}
.tdindxleft {
	width: 120px;
	text-align: left;
}
.tdindxright {
	width: 120px;
	text-align: right;
}


h1 {
	font-size: 110%;
}
.text10pt {
	font-size: 10px;
}
