/*
default.css

Description:
Default stylesheet used by all browsers, in all media modes.

Version
1.0 - May 15, 2005

Author:
Sing Chan, www.singchan.com@gmail.com
*/


/* Import newer browser stylesheet */
@import url("default_screen.css");


body, div, th, td, p, a, h1, h2, h3, h4, h5, h6, li, address, blockquote {
	font-family: 'Trebuchet MS', sans-serif;
}

body {
	background: #FFF;
}

a {
	color: #F7941C;
}

#navPrimary {
	margin-top: 1em;
}

#copyright {
	margin-top: 1em;
}

#upgrade {
	margin: 2em 0px 2em 0px;
}

#email, #email2 {
	display: none;
}

h3 {
	font-weight: normal;
}