/* CSS file for the 100on100 Website */
/* Maintainer: SJJM */

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	text-decoration: none;
}

body {
  font-family: Arial, Helvetica, Helv, sans-serif;
  background-color: #666666;
  font-size: 12px;
  color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
  color: #333366;
  background-color: transparent;
}

.bigger {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.content {
  background-color: #CCCCCC;
  color: #333333;
  border-width: 0;
  padding: 0;
  height: 400px;
  font-size: 12px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	padding-left: 8px;
	padding-right: 8px;
}

/* Same as content, but setting color and size only */
.contentColor {
  background-color: #CCCCCC;
  color: #333333;
  font-size: 12px;
}

.content2 {
  background-color: white;
  color: #666666;
  border-width: 0;
  padding: 0;
  height: 400px;
}

/* bold content */
.cb {
  background-color: #CCCCCC;
  color: #333333;
  font-weight: bold;
}

.help {
  font-size: 11px;
  cursor: help;
}

.footer {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}
.buttonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform:uppercase;
	font-weight:bold;
	color: #ffffff;
	align: center;
}
.footerText {
	color: #CCCCCC;
	background-color: #333333;
}
.buttonText a, .buttonText a:link, .buttonText a:visited {
	font-family: Arial, Helvetica, Helv, sans-serif;
	text-decoration: none;
	color: #ffffff;
	background-color: #cc3333;
}
.buttonText a:hover, .buttonText a:active {
	font-family: Arial, Helvetica, Helv, sans-serif;
	text-decoration: underline;
	color: #ffffff;
	background-color: #cc3333;
}

.footer a, .footer a:link, .footer a:visited {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
}
.footer a:hover, .footer a:active {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #333333;
}
.footerbg {
	background-color: #333333;
}
.footerLinks {
	background-color: #666666;
}
.footerLinks a, .footerLinks a:link, .footerLinks a:visited {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #666666;
}
.footerLinks a:hover, .footerLinks a:active {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #666666;
}
