
/* --------------- HTML Selectors --------------- */

a, a:link, a:visited, a:hover, a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background: #ffffff;
	color: #000000;
	}

h1, h2, h3, h4 {
	color: #333333;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
}

img {
	border: none;
	}
p {
	text-align: justify;
	}


/* --------------- ID Selectors --------------- */


#container {
	width: auto;
	background: transparent;
	position: static !important;
	}

#content {
	width: auto;
	background: transparent;
	position: static;
	float: none;
	clear:both;
	}

#curve {
	display: none;
	}

#footer {
	clear: both;
	width: auto;
	text-align: center;
	font-size: 8pt;
	color: #333333;
	}

#header {
	position: relative;
	}

#left-column {
	position: static;
	width: auto;
	float: none;
	}

#logo {
	position: static;
	}
	
#logo img {
	display: none;
	}

#masthead {
	position: static;
	width: auto;
	}

#masthead .print, #masthead .print p {
	text-align: right;
}

#nav {
	display: none;
	}

#right-column {
	position: static;
	width: auto;
	float: none;
	}

#team_usa {
	position: static;
	}
	
#team_usa img {
	display: none;
	}


/* --------------- Class Selectors --------------- */

