/*
 * $Header: /usr/local/cvsroot/understrom/_inc/common.css,v 1.2 2008/10/01 11:27:27 krut Exp $
 *
 * Common Stylesheet
 */

html, body
{
	height: 100%;
	min-height: 100%;
}

body 
{
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}


h1
{
	font-size: 12pt;
	text-transform: none;
}

p
{
	font-size: 9pt;
}

a.closeDiv
{
	position: absolute;
	right: 2px;
	top: 2px;
}