/* CSS Document */
html{
height: 100%;
width:100%;
margin: 0;
padding:0;
border:0;
overflow:auto;
background-image:url(images/bg.gif);
background-repeat: repeat-x;
background-color: #fbef8f;
scrollbar-3dlight-color: #ffcc66;
scrollbar-arrow-color: #ed1c24;
scrollbar-track-color: #ffdb78;
scrollbar-darkshadow-color: #b36600;
scrollbar-face-color: #ffdb78;
scrollbar-highlight-color: #ffffcd;
scrollbar-shadow-color: #dca958;
}
body{
height: 100%;
width:100%;
margin: 0;
padding:0;
border:0;
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px;
background-color: transparent;
}
#myDiv{
height: 100%;
min-height: 620px;
min-width: 760px;
border-top:0px;
border-left:28px solid #ffdb78;
border-right:28px solid #ffdb78;
border-bottom:0;
background:url(images/bg.gif);
background-repeat: repeat-x;
background-position:bottom;
background-color: transparent;
}
#flashcontent {
margin:0;
border:0;
padding:0;
vertical-align: middle;
}
#flashcontentText {
vertical-align: middle;
}
a:link {
color: #000000; 
text-decoration : underline; 
} 
a:visited {
color: #000000; 
text-decoration : underline; 
} 
a:active {
color: #000000; 
text-decoration : underline; 
} 
a:hover {
color : #C32026; 
text-decoration : none; 
}
.copy {
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px;
margin-bottom:20px;
}