	html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input, textarea {
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
	}
	
	body {
		font-size:70%;
		color:#000;
		background-color: #FFF;
	}
	
	ul {
		margin-left:20px;
		padding: 5px;
	}
	
	p, li, table{
		font-size:1em;
		line-height:1.5em;
	}
	
	textarea, input, select {
		font-size:1em;
	}
	
	p, ul {
		margin-bottom:1em;
	}
	
	td {
		vertical-align:top;
	}
	
	h1 {
		font-size:1.5em;
		margin-bottom:0.6em;
	}
	.h1 { margin-bottom:0.6em; }
	
	h2 {
		font-size:1.3em;
		margin-bottom:0.4em;
	}
	.h2 { margin-bottom:0.4em; }
	
	h3 {
		font-size:1em;
		margin-bottom:0.2em;
	}
	.h3 { margin-bottom:0.2em; }
	
	a:link,
	a:visited,
	a:hover,
	a:active,
	a:focus {
		color:#000;
	}
	
	.clear{
		float: none;
		clear: both;
	}
	
	.small {
		font-size:90%;
	}
		
    /*
	 * Boxen
	 */
	.box {
		position: relative;
		top: 15px; left: 0px;
		width: 780px;
		background-color:#FFFFFF;
		border:1px solid #C0CDD8;
	}
	
	.box .title {
		background-color:#0088C9;
		color:#FFF;
		padding:5px;
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:0.1em;
	}
	
	.box .content {
		padding:10px;
	}
	
	
	input.bt{
		background: #EEE url('../images/bg_button.gif') no-repeat;
		padding: 0 2px 0 23px;
		width: 137px;
		height: 21px;
		border: none;
		font-weight:bold;
		color: #000;
		cursor:pointer;
	}	
	
	input.btdel{
		background: url('../images/delete.gif') no-repeat;
		padding: 21px;
		width: 21px;
		height: 21px;
		border: none;
		font-weight:bold;
		color: #000;
		cursor:pointer;
	}
	

	fieldset{
		padding: 0 1em 1em 1em;
	}