<!--
	p4A.com, ltd. Web Standards

	Colors:
		Burgundy:	rgb(128,0,0)
		Black:		rgb(0, 0, 0)
		Gray:		rgb(128,128,128)
		Brown:		rgb(102,51,0)
		Straw: (bg)	rgb(244,255,188)

-->

TABLE.content
{
	border-collapse: collapse;
	border: 2px solid rgb(128,0,0);
}
TD.content
{
	border: 2px solid rgb(128,0,0);
	font-family: Verdana,Arial;
	font-size: 10pt;
}
TH.content
{
	border: 2px solid rgb(128,0,0);
	font-family: Verdana,Aria;
	font-size: 10pt;
}
a:link
{
	color: rgb(204,0,0); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	font-family: Verdana, Arial;
	text-align: left;
	color: rgb(0,0,0);
	font-size: 12pt;
}
p
{
	font-family: Verdana, Arial;
	text-align: left;
	color: rgb(0,0,0);
	font-size: 12pt;
}

p.brown
{
	color: rgb(102,51,0);
}

h2, h3, h4, h5, h6
{
	font-family: Dauphin,Garamond,Times New Roman;
	font-style: italic;
	color: rgb(128,128,128);
}
h1
{
	font-family: Dauphin,Garamond,Times New Roman;	
	font-style: normal;
	color: rgb(128,0,0);
}

a.navbar { color: #ffffff; text-decoration: none; font-size: 14px; }
a.navbar:visited { color: #ffffff; text-decoration: none; font-size: 14px; }
a.navbar:active { color: #ffffff; text-decoration: none; font-size: 14px; }
a.navbar:hover { color: #ffffff; text-decoration: none; font-size: 14px; }

*
{
	color: inherit !important;
	font-family: Verdana,Arial;
}

