body {
	background-image: url(images/toro-bg.jpg);
	background-color: #CBCBCB;
	background-repeat: repeat-x;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #163276;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	color: #333333;
	text-decoration: none;
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B3979;
	font-weight: bold;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.menu2:hover {
	color: #333333;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #133572;
	font-weight: bold;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
	border: 1px solid #133572;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
	border: 1px solid #133572;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90px;
	border: 1px solid #133572;
}
.link {
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #133572;
}
.link:hover {
	text-decoration: underline;
}

