/* commission.css */
/* created by Garth Wermter, 15 March 2003 */

body								{	background : #E3E8F2 ;
											font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 11px ;
											line-height : 130% ;
        							margin: 0px; }

h1									{	font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 20px ;
											margin-bottom : 5px ; }
h2									{	font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 16px ; }
h3									{	font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 15px ;
											margin-bottom : 5px ; }
h4									{	font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 13px ; 
											margin-bottom : 5px ; }
h5									{	font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 13px ;
											margin-left : 10px ; }
h6									{	font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 13px ;
											margin-left : 20px ; }

form 								{ font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 11px ;
											margin: 0px ; }
        
input, select, textarea { font-family : Helvetica, Verdana, Arial, sans-serif ;
											font-size : 11px ;
											margin-top : 3px ;
											margin-bottom : 3px ;
											background : #FFFFFF ;
											color : #000000 ; }

td,th,tfoot,div			{ font-family : Verdana, Helvetica, Arial, sans-serif ;
											font-size : 12px ;
											color : #333333 ; }

a:link							{	text-decoration : underline ;
											color : #254A95 ; }
a:visited						{	text-decoration : underline ;
											color : #254A95 ; }
a:hover							{	text-decoration : underline ;
											color : #000000 ; }
a:active						{	text-decoration : underline ;
											color : #000000 ; }

hr									{	color : #000000 ;
											height : 1px ; }

.titleTable 				{ background-color: #254A95; }

.naraTable					{ bacground-color: #FFFFFF; }

.contentTable				{	background-color : #FFFFFF ;
											line-height : 130% ; }

.leftGutter					{	background-color : #FFFFFF ;
											font-size : 12px ;
											color : #254A95 ; }

.navText						{ color : #254A95 ;
											text-align: right ; }
.navText a:link 		{	text-decoration : none ;
											font-size : 11px ;
											color : #254A95 ; }
.navText a:visited 	{	text-decoration : none ;
											font-size : 11px ;
											color : #254A95 ; }
.navText a:hover 		{ text-decoration : underline ;
											font-size : 11px ;
											color : #254A95 ; }
.navText a:active 	{	text-decoration : none ;
											font-size : 11px ;
											color : #254A95 ; }

.bioImage 					{ margin-bottom : 5;
											margin-left : 0;
											margin-right : 10;
											margin-top : 0; }
			
.sideTable					{	background : #D4DCED ;
										  font-family : Verdana, Helvetica, Arial, sans-serif ;
											font-size : 11px ;
											line-height : 140% ;
											color : #000000 ; }
.sideTable a:link		{	text-decoration : none ;
											color : #000000 ; }
.sideTable a:visited {	text-decoration : none ;
											color : #000000 ; }
.sideTable a:hover	{	text-decoration : underline ;
											color : #254A95 ; }
.sideTable a:active {	text-decoration : none ;
											color : #254A95 ; }
											
.footer							{	background-color : #E3E8F2 ;
											font-size : 11px ;
											line-height : 140% ;
											color : #000000 ; }
.footer a:link			{	font-size : 11px ;
											text-decoration: none ;
											color : #193163 ; }
.footer a:visited		{	font-size : 11px ;
											text-decoration: none ;
											color : #193163 ; }
.footer a:hover			{	font-size : 11px ;
											text-decoration: underline ;
											color : #000000 ; }
.footer a:active		{	font-size : 11px ;
											text-decoration: underline ;
											color : #000000 ; }
