/*General elements */
body  { font-family: Georgia, Arial, sans-serif; background: #000011; margin: 0 0 0 0; }
a { font-size: 90%; text-decoration: none; color: #ffffff; }
	a:hover  { color: #33ccff; text-decoration: none; }
	a:active { color: #d0d0d0 ; text-decoration: none; }
	a:visited { color:#b0b0b0; }
	a.doc { font-size: 101%; font-weight:bold; target-new: window; }
	
img.boximg { width: 180px; height: 120px; border: 0px; }

/** basic page elements **/
.logo {height: 100px;}
.table { border: 1px solid #dedede; width: 100%; /*height: 100%;*/ cellspacing: 0; cellpadding:0; }
	.smalltd { width: 8%; height:2%; border: 0px dashed #ff0002; }
	.largetd { width: 84%; border: 0px solid #00ff00; align: center; }
	.pictd   { width: 20%; border: 0px solid #00ff00; align: center; }
    .smalltr { height: 2%; border: 0px solid #0000ff;}
	.largetr { border: 2px solid #0000b8; /*position: top 3px;*/ }


/** text elements **/
.toggler { text-align:center; margin-top:10px; font-size : 95%; vertical-align: top; width: 100%; border: 0px solid  #dedede; font-size:95%; padding-left:2%; padding-right:2%; }



.header { text-align: left; font-size: 110%; font-family: Candara; Georgia; Garamond, Arial, sans-serif; font-weight: bold; color: #fbfbfb; }
.strong { font-size: 101%; font-weight:bold; }
.footer { text-align: center; font-size: 80%; font-family: Candara, Georgia; Garamond, Arial, sans-serif; text-decoration: none; color: #a9a9a9; }
.pictureText { font-weight:normal; position:relative; left:5px; bottom:5px; }