/* Styles for the Entire Site */


/* This Section controls how the header looks, including contact details */

P.heading B		{
			font-family:arial, helvetica;
			font-size:1.2em;
			color:#006633;
}

P.heading CODE		{
			font-family:arial, helvetica;
			font-size:0.9em;
			color:#000000
}

A.contact		{
			font-family:arial, helvetica;
			font-size:1.0em;
			text-decoration:underline;
			color:#0000cc
}

A:link.contact		{
			text-decoration:underline;
			color:#0000cc
}
A:visited.contact	{
			text-decoration:underline;
			color:#0000cc
}

A:active.contact	{
			text-decoration:underline;
			color:#0000cc
}

A:hover.contact		{
			text-decoration:underline;
			color:#ffffff
}

/* This Section controls how the main body of text will look */
/* NOTE:  It will be necessary to give all other tables with */
/*        text a class to avoid confusion */

TD			{
			font-family:arial, helvetica;
			color:#000000
}

P			{
			font-family:arial, helvetica;
			color:#000000
}

LI			{
			font-family:arial, helvetica;
			color:#000000
}

A.moreLink		{
			font-family:arial, helvetica;
			font-size:0.7em;
			text-decoration:none;
			color:#ff9900;
}

A:link.moreLink		{
			text-decoration:none;
			color:#ff9900;
}
A:visited.moreLink	{
			text-decoration:none;
			color:#ff9900;
}

A:active.moreLink	{
			text-decoration:none;
			color:#ff9900;
}

A:hover.moreLink	{
			text-decoration:underline;
			color:#ff9900;
}

A			{
			font-family:arial, helvetica;
			text-decoration:none;
			color:#0000cc;
}

A:link			{
			text-decoration:none;
			color:#0000cc;
}
A:visited		{
			text-decoration:none;
			color:#0000cc;
}

A:active		{
			text-decoration:none;
			color:#0000cc;
}

A:hover			{
			text-decoration:underline;
			color:#0000cc;
}

/* This Section controls how the More News... section will appear */

P.moreNews		{
			font-family:arial, helvetica;
			font-size:1em;
			color:#eeeeff
}

LI.moreNews		{
			font-family:arial, helvetica;
			font-size:1em;
			color:#eeeeff
}

A.moreNewsLink			{
			font-family:arial, helvetica;
			font-size:0.8em;
			text-decoration:none;
			color:#eeeeff;
}

A:link.moreNewsLink		{
			text-decoration:none;
			color:#eeeeff;
}
A:visited.moreNewsLink	{
			text-decoration:none;
			color:#eeeeff;
}

A:active.moreNewsLink	{
			text-decoration:none;
			color:#eeeeff;
}

A:hover.moreNewsLink	{
			text-decoration:underline;
			color:#ffffff;
}

/* This section controls how the back link looks */

A.backLink		{
			font-family:arial, helvetica;
			font-size:12px;
			text-decoration:none;
			color:#ff9900
}

A:link.backLink		{
			text-decoration:none;
			color:#ff9900
}
A:visited.backLink	{
			text-decoration:none;
			color:#ff9900
}

A:active.backLink	{
			text-decoration:none;
			color:#ff9900
}

A:hover.backLink	{
			text-decoration:underline;
			color:#ff9900
}

/* Add other style sheets for this page below here */
