/*
	Default style sheet for AFPAG
	Copyright 1999-2004, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 2004-Jul-01
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI, EM, STRONG, H1, H2, H3, H4, H5, H6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI {
	color: #444444;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {font-size: 24px; font-weight: bold;}
H2 {font-size: 20px; font-weight: bold;}
H3 {font-size: 16px; font-weight: bold;}
H4 {font-size: 12px; font-weight: bold;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/

.wep_underline {text-decoration: underline;}
.wep_credit {
	font-family: serif;
	font-style: italic;
}
.header {
	color: #393761;
	font-size: 18px;
	font-weight: bold;
}
.subhead {
	color: #393761;
	font-size: 16px;
	font-weight: bold;
}
.intro {
	line-height: 150%;
	text-align: justify;
}
.boardtitle {
	color: #00697F;
	font-size: 14px;
	font-weight: bold;
}
.region {
	color: #00697F;
	font-size: 14px;
	font-weight: bold;
}
.counties {
	color: #393761;
	font-size: 12px;
	font-weight: bold;
}
.article {
	color: #00697F;
	font-size: 14px;
	font-weight: bold;
}
.title {
	color: #00697F;
	font-size: 12px;
	font-weight: bold;
}
.section {
	color: #00697F;
	font-size: 10px;
	font-weight: bold;
}
.largeindigo {
	color: #393761;
	font-size: 14px;
	font-weight: bold;
}
.smallindigo {
	color: #393761;
	font-size: 12px;
	font-weight: bold;
}
.largeteal {
	color: #00697F;
	font-size: 14px;
	font-weight: bold;
}
.smallteal {
	color: #00697F;
	font-size: 12px;
	font-weight: bold;
}
.tealtext {
	color: #00697F;
}
.redtext {
 color: #cc0000;
}
.seekertitle {
	color: #00697F;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

/* Link appearance
*******************************************************************/

A:link		{color: #66264A; text-decoration: underline;}
A:visited	{color: #946780; text-decoration: underline;}
A:active	{color: #ff0000; text-decoration: underline;}
