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


/* Global Settings */
body {background: url(../images/Background.jpg); padding: 0px; margin: 0px; font-family: "AvantGarde Bk BT",Arial; color: black;}



/* Div Settings */
.content {padding: 0px; margin: 0px; width: 1000px; height: 650px; background: url(../images/Design.png)}

.txtContent { position: absolute; top: 450px; left: 20px; width: 750px; height: 160px; font-size: 10pt; display: none;}

.black {display: none; }

.swf { position: absolute; top: 70px; left: 20px; }

.links {position: absolute; top: 35px; left: 620px; color: white; font-size: 12px; }

.links a:link{color: white; text-decoration: none;}
.links a:visited{color: white; text-decoration: none;}
.links a:hover{color: white; text-decoration: underline;}
.links a:focus{color: white; text-decoration: underline;}
.links a:active{color: white; text-decoration: none;}