/*
default.css

Description:
Default stylesheet used by all browsers, in all media modes.

Version
1.0 - April 8, 2006

Author:
Andrew Mellenger
*/



/* Import newer browser stylesheet */
@import url("default_screen.css");



/* common HTML element styles */

body, div, th, td, p, a, h1, h2, h3, h4, h5, h6, li, address, blockquote {
	font-family: Verdana, sans-serif;
}

body {
	background: #fff;
}



#upgrade {
	width: 100%;
	margin: 1em 0 1em 0;
	padding: 0.5em 0 0.5em 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #666;
	color: #900;
}

.error {
	color: #900;
}

.clearboth {
	clear: both;
}