/*
--------------------
=GENERAL RULES
--------------------
*/
* {
	margin: 0;
	padding: 0;
}

/* START mac hide \*/
html, body { 
	height: 100%;
	width: 100%;
}
/* END mac hide */

body {
	background-color: #000000;
	color: #E6E6E6;
	margin: 0;
	min-height: 240px;
	min-width: 552px;
	padding: 0;
	text-align: center;
}
#outer{
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
#container {
	display: table-cell;
	height: 240px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}	
#inner {	
	height: 240px;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}
#flashcontent {
	/*display: block;
	margin: 0 auto;
	padding: 0;*/
}
#altcontent {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
p {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 1.3em 0;
}
strong {
	color: #FFFFFF;
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}
.mainImage {
	margin: 20px 0;
}

.text_title_wrap {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin: 0 auto 30px auto;
	text-align: center;
	/*width: 500px;*/
}
.text_title {
	color: #E6E6E6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
.text_bottom_wrap {
	border-top: solid 1px #666666;
	margin: 20px auto 0 auto;
	text-align: center;
	/*width: 500px;*/
}
.text_bottom {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}


/*
--------------------
=HEADINGS
--------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	margin: .25em 0 .25em 0;
	padding: 0 0 .25em 0;
}
h1.border, h2.border, h3.border, h4.border, h5.border, h6.border {
	border-bottom: solid 1px #666666;
}
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: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
