/* General */
body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
.spanish{
	font-style:italic;
}

h3,label,td {
	font-size: 1.3em;
	font-weight: bold;
}

p {
	font-size: 1.3em
}

#top_nav li a {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #662900;
	text-decoration: none;
}

#body a {
	color: #fff;
}

.font_green {
	color: #63692f;
}
#body a.font_green {
	color: #63692f;
}

.font_bold {
	font-weight: bold;
}

.font_size_13 {
	font-size: 1.3em;
}