/* Author Joseph De Araujo */

body { background-image: url(fotos/imagen%20fondo%20web.jpeg);
background-attachment: fixed; 
 }
 td, p, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
color: #A93500;
}

.td2 {
	color: #333333;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color:#A93500;
}

.sideheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

.subsideheader{
	color: #FFB822;
	font-weight: bold;
}

.baseline {
	color:#FFFFFF;
}

.menuLink {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menuLink:hover {
text-decoration: underline;
}
