/* vvv Global, document-wide styles */
body, input, textarea, select, td, a, pre, .colorText, .salePrice, .oldPrice  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 11px; color : 404040;
}

a:hover { color: #4F74A1; }

a.inverse {	color: #FFFFFF; }  /* for links on blue background */
a.inverse:hover { color: #FFFF00; } /* for links on blue background */

h1, h2, h3 { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
h1 { font-size : 18px; }
h2 { font-size : 16px; }
h3 { font-size : 14px; }
h4 { font-size : 12px; }

.coloredText { color: #4F74A1; }
.standOutText { color: #800000; }
.salePrice { color: #800000; }
.oldPrice {	text-decoration: line-through; }

/* 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 : Yellow;
	font-weight : bold;
}

A.about_contact_link:hover, A.hr_nav_tab:hover  {color : #CC0000; }
/* ^^^ 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... */
