/* enco.css */
/* External stylesheet for ENCO's website */

a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
} 
a:active 
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: rgb(204,219,238);
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: rgb(0,0,0);
}
p
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(255,255,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,0);
}
h1
{
	font-size: 24pt;
	font-style: italic;
}
h2
{
	font-size: 18pt;
	font-style: italic;
}
h3
{
	font-size: 13.5pt;
	font-style: italic;
}
h4
{
	font-size: 12pt;
}
h5
{
	font-size: 10pt;
}
h6
{
	font-size: 8pt;
}
.smalltext
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 7.5pt;
}
.smalltext p
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 7.5pt;
}