/* Copyright 2007 Factor of 4, LLC.  All Rights Reserved.  http://www.factorof4.com/ */
/*layout.css  -- layout styles */
.indent  { 
	padding-right: 30px; 
	padding-left: 30px }

.text   { color: #666; font-size: 11pt; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; line-height: 120% }
.name  { color: #555; font-size: 11pt; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 120% }
.form   { color: #999; font-size: 12pt; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 120%; margin-right: 0 }

.title   { color: #555; font-size: 14pt; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 16pt }
.nav  { color: #000; font-size: 13pt; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 16pt; margin-left: 10px }
.foot   { color: #96c; font-size: 9pt; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-style: italic; font-weight: bold; line-height: 120%; margin-bottom: 0 }

a:link   { color: #969; text-decoration: none }
	
a:visited  { color: #969; text-decoration: none }
	
a:hover, a:active    { color: #0b9981; text-decoration: underline }
.textarea450   { width: 450px }
