/*
	Default style sheet for NANPA
	Copyright 1999-2001, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 20-Jun-2001
	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: 12px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {font-size: 24px; font-weight: bold;}
H2 {font-size: 20px; font-weight: bold;}
H3 {color: #346767; 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
*******************************************************************/

.underline {
	text-decoration: underline;
}
.credit {
	font-family: Georgia,Times,serif;

	font-style: italic;
	color: #ffffff;
}
.spreadout {
	line-height: 150%;
}
.indent20 {
  padding-left: 20px;
}
.bluetext {
	color: #0000ff;
}
.redtext {
	color: #ff0000;
}
.graytext {
	color: #666666;
}
.whitetext {
	color: #ffffff;
}
.whitesmaller {
	color: #ffffff;
	font-size: 10px;
}
.whitehead {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.headtext {
	color: #346767;
	font-size: 16px;
	font-weight: bold;
}
.greentext {
	color: #346767;
}
.bigbold {
	font-size: 16px;
	font-weight: bold;
}
.errormsg {
	color: #ff0000;
	font-weight: bold;
}
.boxborder {
	border: 1px solid black;
}
.finalized {
	font-size: 10px;
	color: #0000CC;
}
.form_button {
	cursor: pointer;
	overflow: visible;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border: 2px outset #FFFFFF;
	color: #FFFFFF;
	background-color: #346767;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* Link appearance
*******************************************************************/

a:link {color: #990000; text-decoration: underline; font-weight: bold;}
a:visited {color: #663333; text-decoration: underline; font-weight: bold;}
a:active {color: #ff0000; text-decoration: underline; font-weight: bold;}
