/**************** BASE *******************/


/**************** BASE *******************/

html{
	height:100%;
}

body {
	height: 100%;
	position: relative;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

a:link, a:visited, a:active, a:hover {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


.fix {
	position:absolute;
	top:0;
	left:0;
	
}

/************* FLASH CONTENT ************/


div#flashcontent {
	height:100%; _height: 760px;
	min-height:760px;
	min-width:950px;
}

/*
@media all and (min-width:0px) {
    head~body div#flashcontent { height: 760px; }
}
*/

html:first-child div#flashcontent { height: 980px; }

div#flashcontent img {
	margin-top:50px;
}


/*************** HEADINGS ***************/

h1 {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	font-weight: normal;
}

h2 {
	color: #CC6600;
	font-size: 18px;
	border-bottom: 1px solid #CC6600;
	margin-bottom: 15px;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}


/***************** FORMS ******************/

select {
	font-size: 11px;
}

input {
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
}
