/* CSS Document */

/* set millions of background images */
.rbroundbox { background: url(images/WtBackground.gif) repeat; }
.rbtop div { background: url(images/TopLeftCorner.gif) no-repeat top left; }
.rbtop { background: url(images/TopRightCorner.gif) no-repeat top right; }
.rbbot div { background: url(images/BottomLeftCorner.gif) no-repeat bottom left; }
.rbbot { background: url(images/BottomRightCorner.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 11px;
font-size: 1px;
}
.rbcontent { margin: 0; min-height:650px; position:absolute;top:10px; }
.rbroundbox { width: 600px; margin: 1em auto; }


/* basic elements */
body { 
	font: 10pt/11pt tahoma; 
	color: #000000; 
	background: #000000; 
	margin: 0px;
        }
p { 
	color: #000000;
	font: 10pt tahoma; 
	margin: 0 0 0 0px; 
	text-align: justify;
        text-indent: 20px;
        letter-spacing:0px;
	}


table {
	border-width: 0px;
	border-spacing:0px ;
	border-style: none;
	valign:top
}
table th {
	border-width: 0px;
	padding: 0px;
	background-color: #000000;
valign:top
	
}
table td {
	border-width: 0px;
	padding: 0px;
valign:top;	
}

.text {
width: 536px;
position:relative;
 top:-60px;
 left:45px
}

h2 { 
	font: bold normal 12pt arial; 
	margin-top: 0px;
        margin-bottom: 6px; 
	color: #464646;
        letter-spacing:-.5px;
	}

h3 { 
	font: bold normal 11pt arial; 
	margin-top: 0px;
        margin-bottom: 6px; 
	color: #464646;
        letter-spacing:-.5px;
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #040f46;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #040f46;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #040f46;
	}

DIV.footer { 
	font: 10pt/10pt arial; 
	color: #ffffff; 
	background: #a8c0a8; 
	margin-left:95px; 
	}

hr {
    border: 0;
    width: 500px;
    color: #8f8f8f;
    background-color: #8f8f8f;
    height: 1px;
   }


.floatbottom
{ 
float: bottom;  
}

img.thumbnail { 
height: 200px;
}

.thumbcaptions { 
margin-left: 15px;
margin-bottom: 15px;
font-size:100%;
}

img {
border: none;
}

