* {
	margin:0;
	padding:0;
}

.print		{display:none}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
p {
	margin-bottom:10px;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #FFFFFF;
	background-color: #666;
}
a.nobg {
	color: #FFFFFF;
	background:none;
}
a.nobg img {
	border:1px solid #666;
}
h1 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
ul {
	margin:0px 0px 10px 20px;
	list-style:outside;
	}
li {
	margin-bottom:5px;
}
table {
	width:100%; 
	background-color:#FFF;
	margin-bottom:10px;
}
td.col1 {
	width:25%; padding:5px 10px;
vertical-align:top;
}
	
td.col2 {
	width:50%; padding:5px 10px;
	vertical-align:top;
}
div.rect1 {
	width:50px; 
	height:2px; 
	background-color:#CCC;
	margin-bottom:5px;
}
input {
	background-color: #FFFFFF;
	height: 14px;
}
input[type=text]  {
	height: 14px;
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

textarea {
	height: 150px;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

select {  height: 18px; }


