/* ////// GLOBAL ////// */

body {
	background-image: url(../Images/backgroundBoltPattern.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

.footerNav a:link {
	text-decoration: none;
	color: #666666;
}

.footerNav a:visited {
	text-decoration: none;
	color: #666666;
}

.footerNav a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.footerNav a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.footerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.footerInfo a:link {
	text-decoration: none;
	color: #000000;
}

.footerInfo a:visited {
	text-decoration: none;
	color: #000000;
}

.footerInfo a:hover {
	text-decoration: none;
	color: #FF0000;
}

.footerInfo a:active {
	text-decoration: none;
	color: #FF0000;
}

.highlightit img{
border: 1px solid #000;
}

.highlightit:hover img{
border: 1px solid red;
}

.highlightit:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/* ////// TEAM PAGE ////// */

.teamNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.teamNavStatic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

/* ////// DOWNLOADS PAGE ////// */

.wallpaperTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.wallpaper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #CCCCCC;
}

.wallpaper a:link {
	text-decoration: none;
	color: #CCCCCC;
}

.wallpaper a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.wallpaper a:hover {
	text-decoration: none;
	color: #FF0000;
}

.wallpaper a:active {
	text-decoration: none;
	color: #FF0000;
}

/* ////// LINKS PAGE ////// */

.linksPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.linksPage a:link {
	text-decoration: none;
	color: #CCCCCC;
}

.linksPage a:visited {
	text-decoration: none;
	color: #FF0000;
}

.linksPage a:hover {
	text-decoration: none;
	color: #FF0000;
}

.linksPage a:active {
	text-decoration: none;
	color: #FF0000;
}

/* ////// CONTACT PAGE ////// */

.contactPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contactPage a:link {
	text-decoration: underline;
	color: #000000;
}

.contactPage a:visited {
	text-decoration: underline;
	color: #000000;
}

.contactPage a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.contactPage a:active {
	text-decoration: underline;
	color: #FF0000;
}


