body, td, p
{
  font-family: arial, verdana;
  font-size: 11px;
  line-height: 1.7;
  color: #4c4c4c;
}

h1
{
  color: #ff7f00;
  font-size: 12px;
}

a
{
  color: #666666;
  font-weight: bold;
}

a:hover
{
  text-decoration: none;
  color: #FF7F00;
}

.content{  padding: 10px;  text-align: left;}

.contentGrey{  padding: 10px;  text-align: left;}

.contentGrey h1{  color: #4c4c4c;}

.menu{  padding-left: 10px;  color: white; line-height: 1;}

.menu a{  color: white;  font-weight: bold;  text-decoration: none;}

.menu a:hover{  color: white;  text-decoration: underline;}


/* PNG Transparancy CSS */

#outer{	width: 748px;  text-align: center;}

#footer{	width: 748px;  text-align: center;}
html>body #footer { background:url(/img/footer.png) no-repeat bottom; }
* html #footer {	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/footer.png',sizingMethod='scale'); }

#left {	width: 24px;  height: 100%;  text-align: left; }
html>body #left { background:url(/img/sl.png) left repeat-y; }
* html #left {	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sl.png',sizingMethod='scale');}

#right {	width: 24px;  height: 100%;  text-align: right; }
html>body #right { background:url(/img/sr.png) right repeat-y; }
* html #right {	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sr.png',sizingMethod='scale');}

.orange {color: #FF7F00; }
.blue {color: #1184C7; }
