/* CSS Document */

body{
	background:none transparent;
}

#nav {
background-position: top left;
background-repeat: no-repeat;
background-image: url("/images/nav_bg.gif");
width: 140px;
height: 443px;
margin-top: 64px;
margin-right: 6px;
padding-left: 7px;
}
/*
#nav a:link, #nav a {
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
*/
#nav table {
width:130px;
margin-top: 26px;
}

#nav td
{
	padding:4px 0px 4px 0px;
}
/*
#nav a:visited {
color: #fff
}

#nav a:hover {
color: #000;
}

#nav a:active {
color: #000;
}

a:link, a {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:active {
text-decoration: none;
}

a:hover {
text-decoration: none;
}
*/

iFrame{
	background:none transparent;
	border:none;
}