/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: "Arial", "Times New Roman", serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h2, h3
{
	font-family: "Arial", "Times New Roman", serif;
	color: #006;
	margin: 1em 0 0 0;
	font-size: 11pt;
}

/*** Content ***/
#innerContentColumn
{
	font-family: "Arial", "Times New Roman", serif;
}
#innerContentColumn h3
{
	color: red;
}
#innerLeftColumn h3
{
	color: #ffa500;
}
/*** Masthead ***/
#masthead h1
{
	font-family: verdana, helvetica, sans-serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: "Arial", serif;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

/*#innerContentColumn
{background-image: url(infsfondo.jpg); background-repeat: repeat-x ;}*/
/*#innerContentColumn
{background-image: url(infsfondo.jpg);
background-repeat: repeat-y;
background-position: 0px;}*/
