img {
	border: none;
}
.tah10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
} 
.tah11a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	vertical-align: middle; 
}
.tah12 {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
.tah12a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.ver11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.ss11 {
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0000ff;
} 
.tah9 {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.ver9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
td {
	vertical-align: top;
} 

a:hover {color:#EE0B32;}

.bgdown {
	background-repeat: no-repeat;
	background-position: bottom;
} 
h1 {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 14px; FONT-WEIGHT: bold;}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px;}

.cssnav ul{
list-style-type:none;
}

.cssnav li{
display:inline;
} 

.cssnav a{
float:left;
width:95px;
text-decoration:none;
color:#000000;
font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
white-space: nowrap;
font-size: 11px;
font-weight:bold;
height: 22px;
display: block;
text-align: center;
background-image:  url(images/buttdown.jpg);
background-repeat: no-repeat;
padding-top:5px;
}  

.cssnav a:hover{
background-image:  url(images/buttup.jpg);
background-repeat: no-repeat;
}

h2.center {
text-align: center;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
FONT-SIZE: 12px; 
FONT-WEIGHT: bold;
margin-top: 50px;
margin-bottom: -20px;
} 

hr.short {
margin-top: 30px;
width: 300px;
}

/* CSS menu code (added/edited by Hughster 2008-05-17) */

/*-----------------------------------------------------------
  Pure CSS Drop-down Menu
  Last Updated: 12/31/2007 by Justin Spegele
  Author: Justin Spegele
          Spegele Design and Development
          http://www.spegele.com/
  This code is free to modify and use for any purpose, as
  long as proper credit is given to the original designer.
----------------------------------------------------------- */

/* Overarching Menu
    -----------------------------------*/
    .cssnav2 {
        position:relative;
		left: 17px;
        z-index:1000;
        font-size:11px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align:center;
    }
    .cssnav2 ul {
        padding:0;
        margin:0;
        list-style-type:none;
    }
    .cssnav2 ul ul {
        width:149px;
        text-align:left;
	}
/*	Main list 
    -----------------------------------*/
    .cssnav2 li {
        float:left;
        width:124px;
        position:relative;
    }
/*	First Level
    -----------------------------------*/
    /* Links */
    .cssnav2 a, .cssnav2 a:visited {
        display:block;
        text-decoration:none; 
        color:#000000; 
        border:1px solid #BDC2C6; 
        border-width:1px 0px 1px 1px; 
        background:#DBE0E3; 
        line-height:25px;
    }
    /* Links on hover */
    .cssnav2 a:hover, .cssnav2 ul ul a:hover{
        color:#000000; 
        background:#8CC5D6;
    }
    .cssnav2 :hover > a, .cssnav2 ul ul :hover > a {
        color:#000000;
        background:#8CC5D6;
    }
/*	Second Level
    -----------------------------------*/
    /* Links */
    .cssnav2 ul ul a, .cssnav2 ul ul a:visited {
        background:#DBE0E3;
        line-height:1em; 
        padding:5px 10px; 
        width:103px;
        border-width:0 1px 1px 1px;
    }
    /* Links on hover */
    .cssnav2 ul ul a:hover {
        background:#8CC5D6;
    }
    /* Visibility */
    .cssnav2 ul li:hover ul, .cssnav2 ul a:hover ul{
        visibility:visible; 
    }
/*	Third Level
    -----------------------------------*/
    /* Links */
    .cssnav2 ul ul ul a, .cssnav2 ul ul ul a:visited {
        background:#DBE0E3;
    }
    /* Links on hover */
    .cssnav2 ul ul ul a:hover {
        background:#8CC5D6;
    }
    /* Positioning */
    .cssnav2 ul ul ul{
        left:150px; 
        top:-1px; 
    }
    .cssnav2 ul ul ul.left {
        left:-150px;
    }
    /* Visibility */
    .cssnav2 ul :hover ul ul{
        visibility:hidden;
    }
    .cssnav2 ul :hover ul :hover ul{
        visibility:visible;
    }
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
    .cssnav2 ul ul {
        visibility:hidden;
        position:absolute;
        top:26px;
        left:0; 
        border-top:1px solid #BDC2C6;
    }
/*	IE Table 
    -----------------------------------*/
    .cssnav2 table {
        position:absolute;
        top:0;
        left:0;
        border-collapse:collapse;
    }
	