/*********** Hit The Roof css *************/

a:link
 {
 color: #dd2020; text-decoration: none
 }

a:visited
 {
 color: #dd2020; text-decoration: none
 }

a:hover
 {
 color: #dd2020; 
 text-decoration: underline
 }

a:active
 {
 color: #dd2020; 
 text-decoration: underline
 }

a#black
 {
 color: #000000; text-decoration: none
 }

body
 {
 background-color: #ffffff;
 font-family: verdana, sans-serif;
 font-size: x-small;
 line-height: 200%;
 text-align: left;
 color: #202020;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 20px
 }
 
/*********** paragraph classes *************/

p.title
 {
 text-align: center;
 font-weight: bold
 }
 
/*********** division classes *************/

div.sheet
 {
 background-color: #f0f0f0;
 background-image: url(images/graph75.gif);
 background-position: center center;
 background-repeat: repeat;
 min-width: 700px;
 max-width: 800px;
 padding: 20px;
 border: solid;
 border-width: 1px;
 border-color: #cccccc;
 margin: auto
 }
 
div.page
 {
 }
 
div.htr 
 {
 font-size: large;
 font-weight: bold;
 line-height: 200%;
 text-align: center
 }
 
div.head, div.foot 
 {
 width: 100%; 
 text-align: center;
 clear: both
 }
 
div.full, div.left, div.right 
 {
 padding-top: 0.5em;
 padding-bottom: 0.5em
 }
 
div.full
 {
 clear: both
 }

div.left
 {
 float: left;
 width: 48%;
 clear: both
 }
 
div.right
 {
 margin-left: 51%;
 padding-left: 2em
 }
 
div.sleeve
 {
 float: left;
 width: 160px;
 clear: both;
 padding-top: 2.5em
 }
 
div.tracks
 {
 margin-left: 170px;
 padding-left: 2em;
 padding-top: 1em;
 padding-bottom: 1em
 }

/*********** table classes *************/

table
 {
 margin-left:auto;
 margin-right:auto
 }
 
table.outer
 {
 border: solid;
 border-width: 1px;
 border-color: #808080
 }
 
td
 {
 padding-left: 1em;
 padding-right: 1em;
 border: none
 }
 
td.L
 {
 background-color: #f8f8f8
 }
 
td.D
 {
 background-color: #e8e8e8
 }
 
td.tab
 {
 padding-left: 2px;
 padding-right: 2px
 }
 
td.art
 {
 text-align: right
 }
 
/*********** image classes *************/

img
 {
 border: 0px
 }

img.photo
 {
 width: 153px;
 height: 100px;
 float: right;
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 1em
 }

img.logo
 {
 width: 88px;
 height: 31px
 }

img.sig
 {
 width: 28px;
 height: 14px
 }

img.banner
 {
 width: 293px;
 height: 98px
 }

img.cover
 {
 width: 160px;
 height: 160px
 }

img.tab-h, img.tab-a, img.tab-c
 {
 height: 21px
 }

img.tab-h
 {
 width: 35px
 }

img.tab-a
 {
 width: 50px
 }

img.tab-c
 {
 width: 69px
 }

hr
 {margin: 0px
}

/************** css end ****************/


