/*
	Default style sheet for RCG Ventures
	Copyright 1999-2005, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 16 March 2009
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin: 11px 0px 0px 11px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #002b54;
}

TABLE, TR, TH, TD {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #002b54;
}

INPUT, TEXTAREA {font-size: 10px;}

H1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
H3 {font-size: 14px;
		color: #000000;
}
		
H4 {font-size: 12px;
		color: #000000;
}

H1, H2, H3, H4 {
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
}

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;
	color: #FFFFFF;
}
.moreleading {line-height: 150%;}
.whitelink {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Link appearance
*******************************************************************/

a:link		{color: #CC0000; text-decoration: none;}
a:visited	{color: #996633; text-decoration: none;}
a:active	{color: #FF0000; text-decoration: none;}
a:hover		{color: #FF0000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/

.navcolumn {
	width: 191px;
	color: #000000;
	background-color: #f3edd2;
}
.navbutton {
	background-color: #f3edd2;
	padding: 7px 0px 7px 7px;
	border-bottom: 1px solid #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
div.navbutton a:link {
	color: #000000;
}
div.navbutton a:visited {
	color: #000000;
}
div.navbutton a:active {
	color: #000000;
}
div.navbutton a:hover {
	color: #000000;
	text-decoration: underline;
}
.subnavbutton {
	background-color: #f3edd2;
	padding: 5px 0px 7px 20px;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	text-decoration: none;
}
div.subnavbutton a:link {
	color: #000000;
}
div.subnavbutton a:visited {
	color: #000000;
}
div.subnavbutton a:active {
	color: #000000;
}
div.subnavbutton a:hover {
	color: #000000;
	text-decoration: underline;
}
.main {
	width: 531px;
	color: #000000;
	background-color: #FFFFFF;
}
.bodycopy {
	width: 511px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
}
.teamnav {
	color: #FFFFFF;
	background-color: #002b54;
	line-height: 40px;
	white-space: nowrap;
	border-right: 1px solid #FFFFFF;
}
.whitebacktable {
	color: #000000;
	background-color: #FFFFFF;
}
.footer {
	clear: both;
	color: #FFFFFF;
	background-color: #6C4F62;
	text-align: right;
}
.left_text {
  font-size: 14px;
  font-weight: bold;
}
