/*  --------------------  */
/*  =GENERAL RULES
/*  --------------------  */

/* hide from ie on mac \*/
html {
	height: 100%;
	/*overflow: hidden;*/
}
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	background-color: #333333;
	color: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
}
#altcontent {
	margin: 100px auto 0 auto;
	width: 600px;
}
p {
	color: #FFFFFF;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 1.3em 0;
}
strong {
	color: #7B96A1;
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}


/*  --------------------  */
/*  =HEADERS
/*  --------------------  */
h1, h2, h3, h4, h5, h6 {
	color: #7B96A1;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	margin: .25em 0 .25em 0;
	padding: 0 0 .25em 0;
}
h1, h3, h5 {
	border-bottom: solid 1px #444444;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {	
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}


/*  --------------------  */
/*  =LINKS
/*  --------------------  */
a:link {
	color: #FAB432;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #F08228;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #D2281E;
	text-decoration: none;
}
