/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px auto;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.topbutton {
	font-family: "Comic Sans MS", Verdana;
	font-size: 11pt;
	line-height: 18pt;
	color: #ffffff;
	text-align: center;
}
.topbutton a{
	font-family: "Comic Sans MS", Verdana;
	font-size: 11pt;
	line-height: 18pt;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
}
.topbutton a:hover {
	font-family: "Comic Sans MS", Verdana;
	font-size: 11pt;
	line-height: 18pt;
	font-weight:bold;
	color: #9b2083;
	text-align: center;
}
.textindex{
	font-family: "Comic Sans MS", Verdana;
	font-size: 11pt;
	line-height: 18pt;
	color: #9b2083;
	text-align: center;
}
.textbottom{
	font-family: "Comic Sans MS", Verdana;
	font-size: 10pt;
	line-height: 18pt;
	color: #9b2083;
	text-align: center;
}
.textindex a{
	font-family: "Comic Sans MS", Verdana;
	font-size: 11pt;
	font-weight:bold;
	line-height: 18pt;
	color: #9b2083;
	text-align: center;
}
.textindex a:hover{
	font-family: "Comic Sans MS", Verdana;
	font-size: 11pt;
	font-weight:bold;
	line-height: 18pt;
	color: #ffffff;
	text-align: center;
}

.quote {
	font-family: "Comic Sans MS", Verdana;
	font-size: 11pt;
	line-height: 18pt;
	color: #9b2083;
	text-align: center;
}
.tittle {
	font-family: Verdana;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #a3388e;
	text-align: left;
}
.text {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 16pt;
	color: #a4398f;
	text-align: justify;
}
.text a {
	color: #9b2083;
	font-weight:bold;
	text-decoration: none;
}
.text a:hover{
	color: #9b2083;
	font-weight:bold;
	text-decoration: underline;
}
.form {
background:#FFFFFF;
font-family:Verdana;
color:#9b2083;
}