
body		{  font-family: Verdana, sans-serif;
		background-color: #000000;	}

img {
    border: none;
	background-color: #000000;								}


h1, h2, h3, h4, h5		{ font-family: Georgia, sans-serif;
					
								 }
h1				{ font-size: 36pt; line-height: 36px;}
h2				{ font-size: 30pt; line-height: 26px; }
h3				{ font-size: 20pt; line-height: 20px; }
h4				{ font-size: 16pt; line-height: 16px; }
h5				{ font-size: 8pt; line-height: 16px; }
li				{ list-style-type: none;		}
ul				{ list-style-type: none;		}

#table-box	{	width: 60%;
			margin: 5%;
			border-style: solid;
			border-width: 1px;
			border-color: #CCCC99;
									}


TABLE		{
			width: 1000px;
									}

.NavBar		{
			width: 980px;
			height: 26px;
			background-image: url(DKNavBarF.gif);
			background-repeat: no-repeat;
			border: none;
			
			
		

						}
.DialogWhite		{	 font-family: Baskerville, Georgia, serif;
				color: #FFFFFF;
						
						}

.DialogBlack		{	 font-family: Baskerville, Georgia, serif;
				color: #000000;
						
						}

.td-text	{	padding: 10px;
			font-size: 10pt;
			background-color: #FFFFCC;
			height: 100px;
									}
.td-link	{	
			height: 100px;	
			width: 100px;														}

#IMGNO		{
			color: #FFFFFF;
			font-family: Georgia;
			font-style: italic;
			font-size: 10pt;
								}
#CurrentBM		{
			color: #FFFFFF;
			font-family: Georgia;
			font-style: italic;
			font-size: 10pt;
								}

								

a		{	 color: #99CC00;
			font-style: italic;	
			 text-decoration: none;	
			border: none;			}

a:hover		{ color: #99cc33;				}
a:active	{ color: #669900;				}

.main-text	{	font-size: 10pt;
			width: 100%;
			

									}


.top-box	{	border-style: none;
			height: 10%;

								}
.greeting	{	clear: both;
			font-family: Georgia;
			font-style: italic;
			font-size: 20pt;
			color: #66CC99;
			text-align: center;
			width: 100%;

								}
.copyright-text	{
			font-family: Georgia;
			font-style: italic;
			font-size: 10pt;
			color: #339966;
			text-align: center;
			width: 100%;

								}
.smalltext	{
			font-family: Georgia;
			font-style: italic;
			font-size: 8pt;
			color: #FFFFFF;
			text-align: left;
								}
								
.tinyText {
    font-size: 1px;
}

.transparent {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=50);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.5;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.5;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.5;
}


.invisible {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=0);

        /* Older than Firefox 0.9 */
        -moz-opacity:0;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0;
}
