/*
 * $Id: style.css 27 2010-09-09 06:53:12Z root $
 */

html, body { 
	margin: 10px;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
}

body {
	color: #fff;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

/* start input type markup */
	input,
	select,
	textarea {
		font-family:Arial;
		border-width:1px;
		border-style:solid;
		border-color:#24473A;
	    background:White;
		margin:1px;
		font-size:12px;
		color:Black;
		scrollbar-arrow-color:Black;
		scrollbar-darkshadow-color:#DCDCDC;
		scrollbar-base-color:#DCDCDC;
	}
/* end input type markup */
