/* style sheet for the OCVA web site */

p, td, li			{
					color: black; font-size: 10pt;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}
					
p.small, td.small, li.small, span.small			{
					font-size: 9pt;
					}
					
TD.highlight		{
					background-image: url('solidbg5.jpg');
					color: black;
					font-size: 12pt;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}
					
h1					{
					color: black; font-size: 14pt;
					font-weight: normal;
					font-style: normal;
					text-align: center;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}
h2					{
					color: black; font-size: 13pt;
					font-weight: normal;
					font-style: normal;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}
h3					{
					color: black; font-size: 12pt;
					font-weight: normal;
					font-style: normal;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}

A					{
					color: #330099;
					}

A:visited			{
					color: #990099;
					}
					
P.alert, A.alert		{
					color: red; font-size: 14pt;
					font-weight: bold;
					font-style: normal;
					text-align: center;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					top-margin: 10pt;
					}

.reversecap		{
					color: white; font-size: 10pt;
					background-color: black;
					font-weight: bold;
					font-style: normal;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.reverse			{
					color: white; font-size: 7pt;
					background-color: black;
					font-weight: bold;
					font-style: normal;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/* styles for the page header */					
p.headername1		{
					color: black; font-size: 24pt;
					height: 24pt;
					font-weight: bold;
					font-style: italic;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					top-padding: 0pt;
					top-margin: 0pt;
					bottom-padding: 0pt;
					bottom-margin: 0pt;
					}
p.headername2		{
					color: black; font-size: 10pt;
					height: 10pt;
					font-weight: bold;
					font-style: normal;
					font-family: Arial Rounded MT Bold, Arial Black, Helvetica, Geneva, Swiss, SunSans-Regular;
					top-padding: 0pt;
					top-margin: 0pt;
					bottom-padding: 6pt;
					bottom-margin: 6pt;
					}
p.headerbyline	{
					color: black; font-size: 10pt;
					height: 10pt;
					font-weight: normal;
					font-style: normal;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					top-padding: 0pt;
					top-margin: 0pt;
					bottom-padding: 0pt;
					bottom-margin: 0pt;
					}

/* menu styles */
TD.m1				{
					color: black;
					font-size: 10pt;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}
					
A.m1				{
					color: #330099;
					}

A.m1:visited		{
					color: #990099;
					}

TD.m2				{
					color: black;
					font-size: 8pt;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					margin: 0;
					padding: 2px 0 0 0;
					}

A.m2				{
					color: #330099;
					}

A.m2:visited		{
					color: #990099;
					}



/* page footer styles */
P.footer, TD.footer	{
					color: black; font-size: 8pt;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					margin: 0;
					padding: 0;
					}
					
A.footer			{
					color: #330099;
					}
					
A.footer:visited	{
					color: #990099;
					}
					
/* last modified date and time */
p.lastmod			{
					color: black; font-size: 8pt;
					font-style: italic;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}

/* Google search button */
input.search		{
					color: #330099; font-size: 8pt;
					font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
					}
