@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #630;
	font-size: 12px;
	text-decoration: none;
}
a {
	color: #F60;
	text-decoration:none
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #7AC3BA;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #917046;
}
.border {
	border: 1px solid #252525;
}
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
