/**************** BASE *******************/

html {
	height:100%
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #666;
	height:100%;
	background-color: #F2F2F2;
	width: 100%;
}

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

a:hover {
	text-decoration: underline;
}


/************* FLASH CONTENT ************/

div#flashcontent {
	height:100%;
	min-height:600px;
	min-width:800px;
}

div#flashcontent .bkg {
	height:100%;
	background: #FFF url(../images/bkg.jpg) no-repeat;
}

div#flashcontent .bkg img {
	position:absolute;
	top:179px;
	left:172px;
}

/*************** 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;
}
