/* Contextual selectors:  */

/* body		{	background: white } */

p			{	font-family: verdana;
				font-size: 11px;
				font-weight: 400;
				color: #666666; }

div			{	font-family: verdana;
				font-size: 11px;
				font-weight: 400;
				color: #666666; }

br			{	font-family: verdana;
				font-size: 11px;
				font-weight: 400;
				color: #666666; }

td			{	font-family: verdana;
				font-size: 11px;
				font-weight: 400;
				color: #666666; }

b			{	font-weight: 700; }

li			{	font-family: verdana;
				font-size: 11px;
				font-weight: 400;
				color: #666666 }

select		{	font-family: verdana;
				font-size: 11px;
				font-weight: 400;
				border-style: outset;
				color: #666666 }

textarea	{	font-family: verdana;
				font-size: 11px;
				font-weight: 400;
				/*border-style: outset;
				scrollbar-face-color: #eeeeee;
				scrollbar-track-color: #eeeeee;*/
				color: #666666 }


/* pseudo-classes (formats navigation links) */

a:link		{	color: #003366;
				font-weight: bold;
				text-decoration: underline }

a:visited	{	color: #003366;
				font-weight: bold;
				text-decoration: underline }

a:hover	{	color: #000000;
				font-weight: underline; } 

a.navlink:link		{	color: #e1e7af;
				font-weight: bold;
				text-decoration: none }

a.navlink:visited	{	color: #e1e7af;
				font-weight: bold;
				text-decoration: none }

a.navlink:hover	{	color: white;
				font-weight: none; } 


/* Class selectors:  */


.gold14	{	font-family: verdana;
	 			font-size: 14px; 
				color: #aabd6a; }

.white12	{	font-family: verdana;
	 			font-size: 12px; 
				color: #ffffff; }

.gray10	{	font-family: verdana;
	 			font-size: 10px; 
				color: #666666; }

.gray12		{	font-family: verdana;
				font-size: 12px;
				color: #666666; }

.small		{	font-size: 10px;}

.black12		{	font-family: verdana;
	 			font-size: 12px; 
				color: #000000; }

.error		{	font-family: verdana;
	 			font-size: 11px; 
				color: red; }

.inputbox175	{	font-family: verdana;
	 			font-size: 11px; 
				color: #666666;
				border-width: 1;
				border-style: outset;
				height: .18in;
				width: 175px}

.gobtn		{	font-family: verdana, arial;
	 			font-size: 10px; 
				font-weight: 700;
				/*color: #ffffcc;
				background:  #660000;*/
				height: .18in;
				width: 25px}

.signup		{	padding-left: 10px;
				padding-right: 5px;
				font-family: verdana;
				font-size: 10px;
				color: white;}
				/* signup checkbox elements for "Join the Crowd" */

.leading	{	line-height: 18px }

.leading14	{	line-height: 14px }
.leading13	{	line-height: 13px }

.clearbtn	{	font-family: verdana;
				font-size: 11px;
				color: #666666;
				font-weight: 400;
				height:  .22in;
				width: 90px;
				background:  #eeeeee }

.submitbtn	{	font-family: verdana;
				font-size: 11px;
				color: #666666;
				font-weight: 400;
				height:  .22in;
				width: 90px;
				background:  #eeeeee }

