.clear
{
	clear: both;
}

.float-left { float: left; }
.float-right { float: right; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { border-bottom: 1px solid; }
.highlight { background: #ffc; }
.zapatec a, .zapatec a:visited
{
	color: #EEE;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.ugtitle
{
	color: black;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.text-red { color: red; }

.text-green { color: green; }

.text-yellow { color: yellow; }

.text-black { color: #000; }

.text-navy { color: navy; }

.text-pink { color: #f80880; }

.text-maroon { color: maroon; }

.border-black { border: 1px black solid; }

.border-blue { border: 1px blue solid; }

.border-red { border: 1px red solid; }

.border-green { border: 1px green solid; }

.warning
{
	background-color: #333;
	color: #FFF;
	font-size: 1.2em;
	padding: 4px;
	margin-bottom: 2em;
}
