﻿.HeaderFont {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9e3201;
	padding-left: 5px;
	line-height: 64px;
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0px;
	font-weight: bold;
}
.alLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14pt;
}
.imgPadding {
	padding: 5px 16px 0px 0px;
	vertical-align: top;
	text-align: left;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 14pt;
}
.bodybg {
	background-position: 180px -225px;
	background-image: url('../images/AWIbackground2.png');
	background-repeat: repeat;
	background-attachment: fixed;
}
.alRight {
	text-align: right;
	margin-top: -8px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: -8px;
	line-height: 14pt;
}
.imgCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
}
.sideBarLnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9e3201;
	line-height: 15px;
}
.sidebarInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
.SidebarCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.bkground {
	background-image: url('../images/AWIbackground4m.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.header {
	width: 1024px;
	height: 85px;
	background-image: url('../images/AWIbackground2.png');
}
.sidebarBG {
	background-color: #FFFFFF;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}
/*=======  links ====*/
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;
}
