html { 
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body {
    margin: 0px;
    padding: 0px;

    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    
    color: rgb(0,0,0);
    font-style: normal;
    font-size: 12px; 
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;

    background-color: rgb(255,255,255);
}

a:link, a:active, a:visited { 
    color: rgb(0,0,175);
    text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:hover { 
    color: rgb(200,0,0);
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
}

table {
    border: 0px;
}

table.body {
    #width: 1024px;
    border: 0px;
}

td.header {
    height: 158px;
    width: 843px;
    background-image: URL(../pics/header.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

td.navheader {
    height: 126px;
    width: 181px;
    background-image: URL(../pics/navheader.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

td.navfootertop {
    height: 20px;
    width: 181px;
    background-image: URL(../pics/navfootertop.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

td.navfooterrepeat {
    width: 181px;
    background-image: URL(../pics/navfooterrepeat.jpg);
    background-position: center;
    background-repeat: repeat-y;
}

td.navfooterbottom {
    height: 189px;
    width: 181px;
    background-image: URL(../pics/navfooterbottom.jpg);
    background-position: center;
    background-repeat: repeat-y;
}




.BodyCopy {

	    font-family: verdana, arial, helvetica, sans-serif;

	font-size: 12px;

}

.PageTitle {

	    font-family: verdana, arial, helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	text-transform: uppercase;

	color: #003399;

	letter-spacing: 2px;

	font-style: italic;

}

.SubTitle {

	    font-family: verdana, arial, helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #333333;

}

.BodyLink {

	    font-family: verdana, arial, helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #000000;

	text-decoration: none;

	font-weight: none;

}

.Caption {

	    font-family: verdana, arial, helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	color: #666666;
	
	text-decoration: none;

}

.ExampleText {

	    font-family: verdana, arial, helvetica, sans-serif;

	font-size: 10px;

	font-style: italic;

	color: #666666;

}