/*
	Default style sheet for Fiduciary Vest
	Copyright 1999-2007, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 2007-APR-20
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	line-height: 150%;
}

INPUT, TEXTAREA {font-size: 12px;}

H1 {font-size: 20px;}
H2 {font-size: 18px;}
H3 {font-size: 16px;}
H4 {font-size: 12px;}
H1, H2, H3, H4 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

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;
}

IMG {border: 0px;}

.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%;}
.redtext {
	color: #CC0000;
}

/* Link appearance
*******************************************************************/

a:link		{color: #993333; text-decoration: underline;}
a:visited	{color: #993333; text-decoration: underline;}
a:active	{color: #FF0000; text-decoration: underline;}
a:hover		{color: #FF0000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/

.header {
	width: 750px;
}
.top_nav {
	text-align: right;
}
div.top_nav a:link {
	color: #993333;
	text-decoration: none;
}
div.top_nav a:visited {
	color: #993333;
	text-decoration: none;
}
div.top_nav a:hover {
	color: #993333;
	text-decoration: underline;
}
.decoline {
	width: 100%;
	height: 4px;
	background-color: #002D62;
	border-top: 2px solid #A6A699;
}
.wrapper {
	width: 750px;
	border-right: 1px solid #A6A699;
}
.left_border {
	border-left: 1px solid #A6A699;
}
.body_copy {
	padding: 10px 15px 0px 15px;
}
.footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	color: #002D62;
	font-weight: bold;
	text-align: right;
}
.heading {
	color: #002D62;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
.names {
	color: #002D62;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.titles {
	color: #002D62;
	font-family: Arial,Helvetica,sans-serif;
}
.subhead {
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #002D62;
}
.subhead2 {
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #666666;
}
.subhead3 {
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #666666;
}
.footertitle {
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #002D62;
}
.photo_left {
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
}
.bullet {
	line-height: 120%;
	padding-bottom: 15px;
}
.indent {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
.indentmore {
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 0px;
	font-style: italic;
}
