/*
	Default style sheet for Liz Kaye
	Copyright 1999-2007, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 04-14-2007
	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: #FFFFFF;
	background-color: #555555;
}

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

H1 {
	font-weight: normal;
	font-size: 14px;
}
H2 {
	font-weight: normal;
	font-size: 13px;
}
H3 {font-size: 12px;}
H4 {font-size: 11px;}
H1, H2, H3, H4 {
	margin-top: 0px;
	margin-bottom: 10px;
}

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

OL, UL, DD {
	margin-left: 15px;
	padding-left: 15px;
}

P, UL, OL, DL {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}

IMG {border: 0px;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {
	color: #FFFFFF;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: none;
	padding: 0px;
	margin: 0px;
}

.legal {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 120%;
	font-size: 10px;
	color: #FFFFFF;
}

.big			{font-size: 16px;}
.bigger		{font-size: 18px;}
.biggest	{font-size: 20px;}

/* Text tweaks
*******************************************************************/
.underline {text-decoration: underline;}
.credit {
	width: 100%;
	font-family: serif;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}


.moreleading {line-height: 150%;}
.whitetext {color: #FFFFFF;}
.redtext {color: #CC0000;}

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

a:link		{color: #97DF50; text-decoration: none;}
a:visited	{color: #97DF50; text-decoration: none;}
a:active	{color: #97DF50; text-decoration: underline;}
a:hover		{color: #97DF50; text-decoration: underline;}

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

.wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 776px;
}
.green_line {
	width: 100%;
	height: 2px;
	background-color: #97DF50;
}
.main_body {
	width: 100%;
	background-color: #414141
}
.header_menu {
	width: 100%;
	text-align: right;
}
.body_copy {
	padding: 0px 15px 0px 15px;
}
.footer {
	color: #FFFFFF;
	background-color: #575959;
	text-align: right;
	padding: 10px 10px 10px 0px;
}
.stock_header {
	color: #414141;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-align: center;
}