﻿.sidebar {
	background-color: #FFFFFF;
}
.sidbarTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
.bg {
	background-position: 175px -250px;
	background-image: url('../images/AWIbackground2.png');
	background-attachment: fixed;
	background-repeat: repeat;
}
a:link {
	color: black;
	text-decoration:none;
}
a:visited {
	color: black;
	text-decoration:none
}
a:hover{
	color:green;
	font-size:12px;
	text-decoration: underline;
}
#ActiveLnk a:link{
	color:#9e3201;
}
#ActiveLnk a:visited{
	color:#9e3201;
}
#ActiveLnk a:hover{
	color:green;
	font-size:12px;
	text-decoration: underline;
}

