/* vvv Global, document-wide styles */
.colorText, standOutText, .salePrice, .oldPrice, .editLink, .inverseText, .joblink  {
	font-family : Arial, Helvetica, sans-serif; font-size : 11px; color : 404040;
}

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 */

.coloredText { color: #000066; }
.standOutText { color: #990000; }
.inverseText { color: #ffffff; background-color: #000066; }
.salePrice { color: #800000; }
.oldPrice {	text-decoration: line-through; }
.editLink { background-color: #F5DEB3; }
.hdnTxt { visibility: hidden; font-size : 8px; } /* invisible text */
.inputElement {background-color: eeeeff;}
/* vvv Form elements */
input, select, textarea {	border : 1px solid #505050; }

input.image {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%;	height : 30%;}
/*  ^^^ END OF Horizontal Navigation tabs: SERVICES, MY RESUME, etc... */
