/* standardizing style sheet */
@import url(/css/undohtml.css);
/* 
	do not import simpletree style sheet 
	as we want all navigation elements displayed
*/

body{
	font-family: verdana, Arial, tahoma, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #fff;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
p{
	margin:10px 0px 10px 0px;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none; 
}
img{
	display:none;
}
input, select, textarea { 
	font-size: 1em; 
	font-family: verdana, tahoma, sans-serif; 
}
h1{
	margin:0 0 5px 0;
	padding:0;
	font-size:1.8em;
	font-weight:normal;
}
h2{
	margin:0;
	padding:0;
	font-size:1.4em;
	font-weight:bold;
}
ul{ 
	margin: 10px 0px 10px 10px;
}

ul li { 
	list-style: none;
	display : block;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 10px;
}

.large_title{
	margin:10px 0 0 0;
	padding:0;
	font-size:1.8em;
	font-weight:normal;
}
.title{
	margin:0;
	padding:0;
	font-size:1.4em;
	font-weight:bold;
}
.error{
	color:#FF0000;
	background-color: inherit;
	font-weight:bold;
}
.notice{
	color:#000;
	background-color: inherit;
	font-weight:bold;
}


/*style taht should not be rendered in text version of site*/
.breadcrumb, .banner_flash, .styleswap{
	display:none;
}