body {
	background:#222;
	background-repeat: repeat-x;
	margin:0;
	margin-top: 0px;
	margin-left: 0px;
  	color:$textcolor;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.SmallText {
	color: #666666;
	font-size: 9px;
	line-height: 1.1em;
}
.Headline {
	font-size: 16px;
	font-weight: bold;
	color: #FFEE33;
}
.Subheadline {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: cccccc;
}
.maintext .Subheadline img {
	border-left-width: 10px;
}
.style8 {font-size: 10px}
.style2 {font-size: 9px}


a:link {
  color:#99aadd;
  font-size: 13px;
  text-decoration:none;
  }						/*Variable name="linkcolor"*/
  
a:visited {
  color:#aa77aa;
  font-size: 13px;
  text-decoration:none;
  }						/*Variable name="visitedlinkcolor"*/
  
a:hover {
	color:#ffee33;
	font-size: 13px;
	text-decoration:underline;
}						/*Variable name="titlecolor"*/

p {
	font-size: 13px;
	color: cccccc;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: cccccc;
}

a img {
  border-width:0;
  }


.maintext {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin:0 0 .75em;
	line-height:1.6em;
	color: #CCCCCC;
	border-top-width: 10px;
	border-top-color: 222222;
	border-right-color: 222222;
	border-bottom-color: 222222;
	border-left-color: 222222;
}						/*Variable name="textcolor" */
