/*
	Default style sheet for FGLC
	Copyright 1999-2006, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 2006-Nov-07
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #FFFFFF;
}

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

H1 {font-size: 18px;font-weight: bold;}
H2 {font-size: 14px;font-weight: bold;}
H3 {font-size: 12px;font-weight: bold;}
H4 {font-size: 11px;font-weight: bold;}

H1, H2, H3, H4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003366;
}

FORM {margin: 0px 0px 0px 0px;}

DD {margin-left: 15px;}

P, UL, OL, DL {
	margin-top: 10px;
	margin-bottom: 10px;
}

.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
*******************************************************************/
.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
}
.moreleading {line-height: 150%;}




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

a:link		{color: #990000; text-decoration: underline;}
a:visited	{color: #996633; text-decoration: underline;}
a:active	{color: #FF0000; text-decoration: underline;}
a:hover		{color: #FF0000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/

.leftcolumn {
	width: 231px;
}
.rightcolumn {
	width: 100%;
	background-color: #D9E1E8
}
.decltext {
	color: #003366;
	font-size: 11px;
}
