body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-image:  url(Graphics/AES-sidebar.gif);
	background-repeat: repeat-y;
}

#nav {
	font-size: 14px;
	text-align: center;
	padding: 2;
}
#nav li {
	list-style-type: none;
	font-weight: bold;
	bottom: 5px;
	margin-bottom: 4px;
}
#nav a, #nav a:visited {
	border: 1px solid #FFFFFF;
	color: #026600;
	background-color: #CCCCCC;
	display: block;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #FFFFFF;
	background-color: #FF0000;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	font-size: 0.7em;
	padding: 8px;
}

.grass {
	font-size: 0.8em;
	color: #FF0000;
	text-align: center;
}
.body {
	font-size: 1 em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.body-redRt {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}
.body-redRtSM {
	color: #FF0000;
	text-align: right;
	font-size: 1 em;
}
.body-greenRt {
	color: #006600;
}
.phone {
	font-size: 20px;
	text-align: center;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
}
.phone2 {
	font-size: 14px;
	text-align: center;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
}
.zprev {
	font-size: 9pt;
	color: #333333;
	font-style: italic;
	text-align: left;
}
.znext {
	font-size: 9pt;
	color: #333333;
	font-style: italic;
	text-align: right;
}
.znumb {
	font-size: 9pt;
	color: #333333;
	font-style: italic;
	text-align: center;
}

.Name13 {
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}
.Name2 {
	font-size: 16px;
	text-align: left;
	color: #FF0000;
	font-weight: bolder;
}
.Caption {
font-family: Arial;
font-weight: bold;
color:      #123456;
}
a.button {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 2px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	text-transform: none;
	width: 130px;
	display: block;
	background-image: url(/Graphics/grassbutton-white.gif);
	background-repeat: no-repeat;
}
a.button:link { 
     background-color: #060; 
        color: #CC0000;
    text-decoration: none;
  }
a.button:visited {
     background-color: #060; 
        color: #003300;
    text-decoration: none;
  }
a.button:hover { 
      background-color: #FF0000; 
        color: #CCCCCC;
     border-color: black white white black;
  text-decoration: none;
  	background-image: url(/Graphics/grassbutton-red.gif);
  }
a.button:active { 
     background-color: #369; 
        color: #ccc; 
   text-decoration: none;
  }