/*
    This stylesheet is part of a "transitional" document structure which
    uses primarily table-based HTML for positioning and interaction, to
    preserve maximal GoLive and Dreamweaver compatibility.
    
    Thus, the styles should be limited to formatting. We can avoid <font>
    tags, for example, but we don't want to do anything crazy with
    background-images or positioning.
*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
 color: #666666;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color:#FFFFFF;
}

.footer a:link {
 color: #666666;
 text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color:#FFFFFF;
}

.footer a:visited {
 color: #666666;
 text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color:#FFFFFF;
}

.footer a:hover {
 color: #660033;
 text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color:#FFFFFF;
}

.footer a:active {
 color: #660033;
 text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color:#FFFFFF;
}

body {
 background-image: url('images/background.gif');
 background-repeat: repeat-y;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

a:link {
 color: #603;
 background-color:#FFFFFF;
}

a:visited {
 color: #603;
 background-color:#FFFFFF;
}

a:hover {
 color: #999;
 background-color:#FFFFFF;
}

/* remove borders from link images */
a img {
    border: 0;
}

/* causes image to "float" to the left of subsequent content */
img.floatleft {
    float: left;
    margin: 0px 20px 10px 0px;
}

/* SPECIAL PROPERTIES */

/* properties used for table cell of die listing (label_dies.html) */
td.die h2 {
    font-size: 16px;
    font-weight: bold;
}

td.die h2, td.die p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

td.die p {
    vertical-align: top;
}
