/* 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: arial, san-serif;
}

body {
	background: #FFF;
}

img {
	border: 0px;
}

td, th {
	vertical-align: top;
	text-align: left;
}


#navPrimary ul li {
	list-style-type: none;
}

#navSecondary ul li {
	list-style-type: none;
}

#logo {
	display: block;
	font-size: large;
	font-weight: bold;
	margin-bottom: 1em;
}

#navPrimary {
	padding: 0px 0px 0.5em 0px;
	width: 100%;
}

#navSecondary {
	margin-bottom: 2em;
}

#navTertiary {
	margin-left: 40px;
}

/* column layout styles */

.numbersGroup {
	color: #999;
	font-size: 12px;
	margin: 0px 0px 14px 0px;
	width: 160px;
}

.numbersGroup a {
	color: #999;
}

.numbersGroup a:hover {
	color: #600;
}


#upgrade {
	margin-top: 2em;
	color: #900;
}

