
/* Default Font */
body, div, span, ul, li, p, td {
  font-family:		Arial;
  font-size:		12px;
  color:		#CCCCCC
}

/* Module 1 */
.module1 {
  background-image:	url('images/module1-bg.jpg');
  padding-left:		10px;
  padding-right:	8px;
  font-family:		Arial;
  font-size:		11px;
  color:		#FFFFFF
}

/* Module 2 */
.module2 {
  background-image:	url('images/module2-inner.jpg');
  background-repeat:	no-repeat;
  background-position:	left top;
  padding-top:		6px;
  padding-left:		10px;
  padding-right:	8px;
  font-family:		Arial;
  font-size:		11px;
  color:		#FFFFFF
}

/* Links */
a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		#CCCCFF
}
a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		#CCCCFF
}
a:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:		#CCCCFF
}
a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		#CCCCFF
}

/* Page Title */
.title {
  font-family:		Arial;
  font-size:		14px;
  font-style:		italic;
  font-weight:		bold;
  color:		#FFFFFF
}

/* Headline */
.headline {
  font-family:		Arial;
  font-size:		12px;
  font-weight:		bold;
  color:		#FFCC00
}

/* Footer Text */
.footer {
  font-family:		Verdana;
  font-size:		10px;
  color:		#CCCCCC
}
