img, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, tr, th, td {
	margin:0px;
	padding:0px;
	border: 0px;
}
body {
    background-color: #FFF;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
}
a {
    color: #777;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

table{
	border-spacing:0px;	
}

input,select,textarea{
   font-family: Arial, Verdana;
   font-size: 12px;
   width:270px;
}

.textholder{
	width:410px;
	background-color:#EEE;
	vertical-align:top;
}

.textholder .textblock{
	color:black;
	padding:10px;
}

.nav{
	vertical-align:top;
	width:210px;
	padding-left:0px;
	padding-top:70px;	
}

.nav table tr td{
	padding-left:7px;	
}

.nav .nav_items{	
	width:100%;
}
.nav .nav_items tr{
	height:20px;
}

.nav .nav_items .nav_item{
	width:200px;
}

.nav .nav_items .nav_item a{
	font-weight:bold;
}

.nav .nav_items .selected{
	background-color:#EEE;
}

.nav .nav_items .selected .nav_item a{
	color:#000;
}


.footer{
	font-size:10px;
	color:#B0B0B0;
	text-align:center;
	padding:10px;

}
