/* vvv Global, document-wide styles */
body, input, textarea, select, td, th, a, pre, .colorText, standOutText, .salePrice, .oldPrice, .editLink, .inverseText  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 11px; color : #404040;
}

a:hover, #signUpLink:hover { color: #4F74A1; }
a.faqLink { text-decoration : none; }
a.faqLink:hover { text-decoration : underline; }
a.inverse {	color: #FFFFFF; }  /* for links on blue background */
a.inverse:hover { color: #FFFF00; } /* for links on blue background */

h1, h2, h3, .simH1, .simH2, .simH3 { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
h1, .simH1 { font-size : 16px; margin-bottom : 5px;}
h2, .simH2 { font-size : 16px; margin-bottom : 5px;}
h3, .simH3 { font-size : 1px; }
h4 { font-size : 12px; }
th { font-size : 11px; font-weight : bold; background-color : #dddddd;}

.coloredText { color: #006699; }
.standOutText { color: #800000; }
.inverseText { color: #ffffff; background-color: #006699; }
.salePrice { color: #800000; }
.oldPrice {	text-decoration: line-through; }
.editLink { background-color: #F5DEB3; }
.hdnTxt { visibility: hidden; font-size : 8px; } /* invisible text */
.inputElement {background-color: #eeeeff;}

#mainContentTable {
	background-color: #ffffff;
	text-align: left;
}

#signUpLink { color:#006699; }

/* vvv Form elements */
input, select, textarea {	border : 1px solid #888888; }

input.image {border :  none;}
input[type="radio"]  {border :  none;}
/*  ^^^ END OF Form elements */

/* ^^^ END OF Global document-wide styles */

/* vvv Links located in the top banner: ABOUT, CONTACT US, SERVICES, MY RESUME, etc. */
A.about_contact_link, A.about_contact_link:hover, A.about_contact_link:link, 
A.hr_nav_tab, A.hr_nav_tab:link, A.hr_nav_tab:hover
 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	color : #00004c;
	font-weight : bold;
}

A.about_contact_link:hover, A.hr_nav_tab:hover  {color : #ff0033; }
/* ^^^ END OF Links located in the top banner: ABOUT, CONTACT US, SERVICES, MY RESUME, etc. */

/* vvv Horizontal Navigation tabs: SERVICES, MY RESUME, etc... */
.hr_nav_tab {width : 100%;	}
/*  ^^^ END OF Horizontal Navigation tabs: SERVICES, MY RESUME, etc... */

/* vvv    Buttons     vvv */
.GreyButton {
	background-image : url(https://www.avianation.com/images/backgrnd_button.jpg); 
	border-color:#909090; 
	background-color:#ffffff; 
	padding:0px; 
	font-weight:bold;}
/* ^^^ END of Buttons ^^^ */

/* vvv    styles for simulated CAPTCHA    vvv */
.bluetext {color: #66cccc;}
.bluebg {background-color: #66cccc;}
.navytext {color: navy;}
/* ^^^ END of styles for simulated CAPTCHA ^^^ */


