/*Text sizing concepts inspired by thenoodleincident.com, by Owen Briggs - much thanks!*/

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: georgia, "times new roman", times, serif;
	color: #ffffff;
	background-color: #000000;
	margin: 5px;

	}
	
/*typography*/
/*a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {

	}
	*/
		/*hover doesn't work in nn4*/
h1 {
	font-size: 150%;
	font-weight: normal;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	}
h3 {
	font-size: 100%;
	font-weight: normal;
	}
h4 {
	font-size: 80%;
	font-weight: bold;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 80%;
	line-height: 120%;
	}
p {
	font-size: 80%;
	line-height: 120%;
	}
pre {
	font-family: monospace;
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}

/*from larger css  */
.verdana12pt {
	  font: bold 12pt Verdana, Arial, Helvetica, sans-serif;

    }

.larger {
	font-size: 1.1em;
	line-height: 130%;
    }
.style13 {	
    color: #FFCC00;
	font-weight: bold;
}
	
/*from pr css  */
.centeredWidth {
	text-align: justify;
	width: 80%;
	margin-right: auto;
	margin-left: auto;

}
.centerWidth {
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;

}
.centeredHeading {
	font-size: 110%;
	text-align: center;
}
.centeredBasic {
	text-align: center;
}

a:link {
	color: #99ccff;
	text-decoration: underline;
	font-weight: normal;

}
a:visited {
	color: #99ccff;
	text-decoration: underline;
}
a:hover {
	/*hover doesn't work in nn4*/
}
a:active {
	color: #fff999;
	text-decoration: none;
}

.inlineUp {
	display: inline;
}

.inlineUp img {
	vertical-align: top;
	display: inline;
}
.inlineUp h2 {
	vertical-align: top;
	display: inline;
}
.inlineBottom  img {
	vertical-align: top;
	text-align: right;
	display: inline;
}
.inlineBottom div h2 {
	display: inline;
	text-align: left;
	vertical-align: bottom;
}
.largercolor2 {
	color: #cc6600;
	font-size: 1.2em;
}
.linkcolor2 {
	color: #cc6600;
	line-height: 1.5em;
}
.footerL2 {
	vertical-align: bottom;
	width: 594px;
	height: 130px;
}

/* new footer style`*/
/*.footer3 {
	text-align: left;
	margin: 10px;
	width: 596px;
	font-size: 1em;
	position: relative;
}
.power {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.footer3 p {
	margin-bottom: 15px;
	margin-top: 15px;
}
.linktxt {
	margin-left: 70px;
}*/
.inlineVertMid {
	vertical-align: middle;
	display: inline;
	margin: 3px;
}

.header2 {
	margin: 0px;
	padding: 0px;
	width: 536px;
}
.header2b {
	padding: 0px;
	width: 534px;
	margin: 3px;
}
.header2c {
	text-align: right;
	padding: 0px;
	width: 94%;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.header2c p {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 10px;
}
.roja {
	color: #FF0000;
}
.rojabrujo {
	color: #FF0000;
	font-size: larger;
	font-weight: bold;
}

.indentedmore {
	margin-left: 72px;
}
.footer4 {
	margin-left: 7px;
}
.footer4 img {
	padding-top: 0.5em;
	float: left;
}
a.rojabrujo:link {
	color: #FF0000;
	font-size: larger;
	font-weight: bold;
}
a.rojabrujo:visited {
	color: #FF0000;
	font-size: larger;
	font-weight: bold;
}

