/*
	Default style sheet for RAE, Inc.
	Copyright 1999-2000, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 08/30/2000
	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: #000000;
	font-size: 13px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {font-size: 28px; font-weight: bold;}
H2 {font-size: 22px; font-weight: bold;}
H3 {font-size: 17px; font-weight: bold;}
H4 {font-size: 15px; font-weight: bold;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 13px;}
.big			{font-size: 15px;}
.bigger		{font-size: 26px;}
.biggest	{font-size: 28px;}

/* Text tweaks
*******************************************************************/

.underline	{text-decoration: underline;}
.logoblue		{color: #005673;}
.bigblue		{
	font-size: 15px;
	color: #005673;
	font-weight: bold;
}
.bigblue-h3		{
	font-size: 17px;
	color: #005673;
	font-weight: bold;
}
.logored		{color: #990000;}
.bigcream		{color: #fffbed; font-size: 15px}
.smallcream	{color: #fffbed; font-size: 11px}
.redtext    {color: #cc0000;}

/* Link appearance
*******************************************************************/

A:link		{color: #990000; text-decoration: underline;}
A:visited	{color: #330000; text-decoration: underline;}
A:active	{color: #ff0000; text-decoration: underline;}
