/* CE Innovations Website Cascading Style Sheet Definition */

/* Horizontal Navigation Class */
.topNav {
	color:#ffffff;
	font-family: tahoma,helvetica;
	font-size: 10pt;
	font-weight: bold;
}

/* Vertical Navigation Class */
.vertNav {
	color:#000000;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
}

.pageHead {
	font-family: arial,helvetica;
	font-size:14pt;
	font-weight: bold;
	color:#336699;
} 

/* Standard text properties */
body,p,ul,ol,li,td,th {
	font-family: arial,helvetica;
	font-size:10pt
}
h1,h2,h3,h4 {
	font-family: arial,helvetica;
}

.marginal {
	margin-left:0px;margin-top:0px;
}
