	

/* Past this line into the <head></head> of all .html files that will refer to this style sheet file - 
<link rel="stylesheet" type="text/css" href="styles.css"> 
*/

/* Body Bold Black Homepage copy*/
.bodyboldblack {font-family:Arial, Verdana; color:black ; font-size:9pt ; font-weight: bold ; } 

/* Body Bold White */
.bodyboldwhite {font-family:Arial, Verdana; color:white ; font-size:9pt ; font-weight: bold ; } 




/* Titles Black */
.title {font-family:Helvetica, Verdana, Arial ; color:black ; font-size:15px ; font-weight:bold ;} 

/* Bigger Titles Black */
.title1 {font-family:Verdana, Arial ; color:black ; font-size:24px ; font-weight:bold ;} 

/* Body Black*/
.body {font-family:Verdana, Arial ; color:#47494b ; font-size:9pt ; }

/* Body Small  Competition news text*/
.bodysmall {font-family:Arial, Verdana ; color:black ; font-size:8pt ; } 

/* Body White*/
.bodywhite {font-family:Verdana, Arial ; color:white ; font-size:10pt ; }

/* Body Medium Black*/
.bodymedium {font-family:Verdana, Arial ; color:black ; font-size:11pt ; }

/* Body Red */
.bodyred {font-family:Verdana, Arial ; color:red ; font-size:10pt ; } 

/* Body Small Bold */
.bodysmbold {font-family:Arial, Verdana ; color:black ; font-size:8pt ; font-weight: bold ; } 

/* Body Small Bold */
.bodysmboldwhite {font-family:Arial, Verdana; color:white ; font-size:8pt ; font-weight: bold ; } 

/* Body Bold Black */
.smallheader {font-family:Verdana, Arial ; color:black ; font-size:10pt ; font-weight: bold ; } 

/* Body Bold Underlined */
.smallheader2 {font-family:Verdana, Arial ; color:black ; font-size:10pt ; font-weight: bold ; text-decoration:underline ; } 

/* Sitemap non-links Black */
.sitemap {font-family:Verdana, Arial ; color:black ; font-size:10px; text-decoration: underline ;} 

/* top bold-white */
.top {text-decoration: none; font-family: Verdana, Arial;  color: white; font-weight: bold; font-size: 10px;}


/* Psuedo Styles for Links */
/* Add class=large(medium, small) in an link tag to utilize these attribues*/

A.body:link {text-decoration: none; font-family: Verdana, Arial ; color: blue; font-size:12px ; }
A.body:visited {text-decoration: none; font-family: Verdana, Arial ; color: blue; font-size: 12px ; }
A.body:hover {text-decoration: underline ; } 

A.bodyboldblk:link {text-decoration: none; font-family: Arial, Verdana ; color: blue; font-size:12px ; }
A.bodyboldblk:visited {text-decoration: none; font-family: Arial, Verdana ; color: blue; font-size: 12px ; }
A.bodyboldblk:hover {text-decoration: underline ; } 

A.medium:link {text-decoration: none; font-family: Verdana, Arial ; color: blue; font-size:11px ; }
A.medium:visited {text-decoration: none; font-family: Verdana, Arial ; color: blue; font-size: 11px ; }
A.medium:hover {text-decoration: underline ; } 

A.menu2:link {text-decoration: none; font-family: Century Gothic, Helvetica, Arial ; color: #660000; font-size: 13px ; }
A.large:visited {text-decoration: none; font-family: Century Gothic, Helvetica, Arial ; color: white; font-size: 13px ; }
A.large:hover {text-decoration: underline ; } 

A.large:link {text-decoration: none; font-family: Helvetica, Arial ; color: blue; font-weight: bold; font-size: 14px ; }
A.large:visited {text-decoration: none; font-family: Helvetica, Arial ; color: blue; font-weight: bold; font-size: 14px ; }
A.large:hover {text-decoration: underline ; } 

A.large2:link {text-decoration: underline; font-family: Arial, Verdana ; color: #3399ff; font-weight: bold; font-size: 12px ; }
A.large2:visited {text-decoration: underline; font-family: Arial, Verdana ; color: #3399ff; font-weight: bold; font-size: 12px ; }
A.large2:hover {text-decoration: underline ; } 

/* Verdana white size2 bold underlined link - white headers at top of every Careers page */
A.large3:link {text-decoration: underline; font-family: Verdana, Arial ; color: white; font-weight: bold; font-size: 13px ; }
A.large3:visited {text-decoration: underline; font-family: Verdana, Arial, ; color: white; font-weight: bold; font-size: 13px ; }
A.large3:hover {text-decoration: underline ; }

A.large5:link {text-decoration: none; font-family: Arial, Verdana ; color: #3366ff; font-weight: bold; font-size: 15px ; }
A.large5:visited {text-decoration: none; font-family: Arial, Verdana ; color: #3366ff; font-weight: bold; font-size: 15px ; }
A.large5:hover {text-decoration: underline ; } 

A.small:link {text-decoration: none; font-family: Verdana, Arial ; color: blue; font-size:10px ; }
A.small:visited {text-decoration: none; font-family: Verdana, Arial, ; color: blue;  font-size: 10px ; }
A.small:hover {text-decoration: underline ; } 

A.top:link {text-decoration: none; font-family: Verdana, Arial;  color: white; font-weight: bold; font-size: 11px;}
A.top:visited {text-decoration: none; font-family: Verdana, Arial;  color: white; font-weight: bold; font-size: 11px;}
A.top:hover {text-decoration: underline; color: #ffffff;}


