/*Eagle Sport Aviation Style Sheet */

/* Link styles. */
A:link  { color: #009933; text-decoration: none }
A:visited  { color: #009933; text-decoration: none }
A:active  { color: #993300; text-decoration: none }
A:hover  { color: #FF9933; text-decoration: none }


/* General page styles. */
body{
background-image:
scrollbar-3dlight-color: 
}

/* Form elements */
input	 { color: #eeeeff; font: 12px Verdana, Arial, Helvetica, sans-serif; background-color: #686868; border-color: #000000 }

textarea	 { color: #eeeeff; font: 12px Verdana, Arial, Helvetica, sans-serif; background-color: #303030; border-color: #aec4ea }

select	 { color: #eeeeff; font: 12px Verdana, Arial, Helvetica, sans-serif; border-color: #aec4ea }



/* The text input fields background colour */
input.post,textarea.post,select{background:#303030}
input{text-indent:2px}

/* The buttons used for bbCode styling in message post */
/* The main submit button option */
/* None-bold submit button */
/* Quote & Code blocks */
/* Misc. Styles */

FONT		  { font-size: 15px; font-family: Calibri, Helvetica }
.nav                 { font-size: 12px }
BODY		  { font-size: 15px; font-family: Calibri, Helvetica }
DIV			  { font-size: 15px; font-family: Calibri, Helvetica }
th,td,p		 {color: #800000; font:18px Calibri,Arial,Helvetica,sans-serif}
hr			 {border:0px solid #000000; border-top-width:1px; height:0px}
FORM 		  {font-size: 15px; font-family: Calibri, Helvetica }

/*this code helps keep everything in line when some pages may not 
require a scroll bar, it places one in to avoid shifting of pages*/
html { min-height: 100%; margin-bottom: 1px; }

</style>