@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-image: url(../images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img, div { behavior: url(iepngfix.htc) }
{ behavior: url(iepngfix.htc) }


body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
}
.header {
	font-size: small;
	font-weight: bold;
	color: #CCC;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000;
}
a {
	font-family: Times New Roman, Times, serif;
}
a:link {
	color: #999;
}
a:visited {
	color: #FFF;
}

html {
		height: 100%;
		overflow: hidden;
	}

	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}

	a {	
		color:#cccccc;
	}
	
	/* Text Box with Rounded Corners: */
.tb-rounded {
    border:0;
    background: transparent url(rounded.png) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:3px;
	padding-left:6px;
	overflow:auto;
	font-family: Times New Roman, Times, serif;
	color:#CCC

}

/* Text Box with Rounded Corners: */
.tb-rounded-pull {
    border:0;
    background: transparent url(rounded2.png) no-repeat top left;
    height: 300px;
    width: 70px;
    padding-top:2px;
}

/* Text Box with Rounded Corners: */
.tb-rounded-opm {
    border:0;
    background: transparent url(rounded2.png) no-repeat top left;
    height: 190px;
    width: 245px;
    padding-top:8px;
	padding-left:6px;
	overflow:auto;
	font-family: Times New Roman, Times, serif;
	color:#CCC;

	

</style>
