
a:focus { -moz-outline-style: none; } /*this avoids having image replacement sections display a dotted outline*/

body 		{  	
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:10px;
			line-height:1.5;
			color:#3707AA;
	 	}
		

A:link {color: #3707AA;}		/* Link */
A:visited {color: #3707AA;}		/* Visited Link */
A:hover {color: #990000;} 		/* Hover Link */
A:active {color: #990000;} 		/* Active Link */



li		{
		padding-left : 3px;
		padding-bottom:3px;
		margin-bottom:2px;
		}
		
ul      {
		padding-top:3px;
		margin-top:3px;
		list-style-type:disc;
		margin-left:10px;
		padding-left:10px;
		}
		  

		
.copyrightstyle {  	
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:8px;
			line-height:1.5;
			color:#3707AA;
	 	}



.imgborder 	{
			border: 1px #000000 solid; 
     	}
		

.normaltext 		{  	
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:10px;
			line-height:1.5;
			color:#3707AA;
	 	}
		
		
.normaltextform	{
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 9px;
			font-weight: normal;
			color: #990000;
			background-color:#FFFFFF;
			border-color: #FF9900;				
			border-style: solid;
			border-width: 1px;
			border-collapse:collapse;
		}
		
		
.normaltextformbutton	{
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: #FFFFFF;
			background-color:#990000;
			border-color: #990000;				
			border-style: solid;
			border-width: 1px;
			border-collapse:collapse;
			cursor:pointer;
		}
		

.normaltextformgold	{
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: #3707AA;			  /*  Red Text 990000 */
			background-color:#F9F9F9; /*  Gold BG FFC425 */
			outline-color:#00FF33;
			border-color: #3707AA;	  /*  Yellow Border FF9900 */	
			border-style: solid;
			border-width: 1px;
			border-collapse:collapse;
		}
		
		
.colortext	{
			color: #990000;
		}
		
#horizline
{
			background: #990000;
			border: 0;
			height: 1px;
}


