a:link, a:visited {text-decoration: underline;}
a:link {
	color: #BA5606;
	font-weight: bold;
}

a:visited {
  color: #E0922E;
  font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	font-weight: bold;
}
a.link2 {color: #ffffff; text-decoration: none; 	font-family: "Trebuchet MS";
	font-size: 12px;font-weight: bold;}
a.link2:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a.link2:visited {color: #DE944C; text-decoration: none; font-weight: bold;}
a.link2:hover {color: #FFFF00; text-decoration: underline; }
a.link2:active {color: #ffffff; } 
.leftcolumn {
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.lefttile {
	background-attachment: fixed;
	background-image: url(images/left_tile.jpg);
	background-repeat: repeat-y;
}
.righttile {
	background-attachment: scroll;
	background-image: url(images/right_tile.jpg);
	background-repeat: repeat-x;
}
.greyboxgrad {
	background-attachment: fixed;
	background-image: url(images/boxgrad1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.blackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
