body {
	font: 12px arial, helvetica, sans-serif;
}

/* HEADINGS */
/* font faces & sizes only; see advanced style sheet for margins */

h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, geneva, arial, sans-serif;
	font-weight: normal;
	line-height: 105%;
}

h1, .h1, #h1	{font-size: 16px; font-weight: bold; color: #056;}
h2, .h2			{font-size: 14px; font-weight: bold;}
h3, .h3			{font-size: 14px; font-weight: bold;}
h4, .h4			{font-size: 13px; font-weight: bold}
h5, .h5	 		{font-size: 13px; font-weight: normal; letter-spacing: 1px; color: rgb(51,102,0)}
h6, .h6			{font-size: 12px; font-weight: normal; letter-spacing: 1px;}

.bold			{font-weight: bold}
.normal		{font-weight: normal}
.italic		{font-style: italic}

.small		{font-size: 11px}
.smaller		{font-size: 10px}
.smallest	{font-size: 9px}

.linkinfo	{font-size: 11px; white-space: nowrap;}

.caption		{font-size: 11px; line-height: 1}

.teal, .teal a			{color: #056; text-decoration: none}
.teal a:hover			{text-decoration: underline}

.orange, .red		{color: #c22}
.gray, .grey			{color: #666}

#main p.breadcrumb {
	font: 11px/1.1 arial, helvetica, sans-serif;
}
	
#main p.breadcrumb a {
	white-space: nowrap;
}

h2 a {
	color: black; text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}
