@charset "UTF-8";
/* CSS Document */
/* setting main elements */
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

a {
	color: #b2b3b6;
	text-decoration:none;
}

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

/* typeface selection for various elements */

p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #ffffff;
	word-spacing:0.025em;
	margin-left:15px;
	margin-right:15px;
}

.small {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	word-spacing:0.025em;
	margin-left:15px;
	margin-right:15px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	word-spacing:-0.125em;
	letter-spacing: 0.125em;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	word-spacing:-0.125em;
	letter-spacing: 0.125em;
	color: #ababab;
	margin-left:15px;
	margin-right:15px;
	line-height: 0.5em;
}

h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ac1f30;
	word-spacing:0.025em;
	margin-left:15px;
	margin-right:15px;
}

h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #222222;
	word-spacing:0.025em;
	margin-left:15px;
	margin-right:15px;
}

span.amp {
	font-size: 110%;
	font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

.gray {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

.quote {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#hide {
display: none;
}

.bg { background-image:url(images/bg.gif); background-repeat:no-repeat; background-position:center;
	
}
