
/* TIMSIMONSGRAPHICS.NET CSS STYLESHEET */

/* GLOBAL */

a img {
 border: 0;
}

body {
 background-color: #000;
 color: #999;
 font-family: sans-serif;
 text-align: left;
}

img {
 border: 0;
}

p {

}

table.main {
 border-collapse: collapse;
}

td {
 border: 0;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}


/* WHOLE */

table.whole {
 height: 80%;
 width: 100%;
 vertical-align: top;
}

table.main {
 
}

/* FRONT */

img.fronttop {
 margin-bottom: 10px;
}

img.frontmid {
 margin-bottom: 10px;
}

/* DESCBOX */

td.descbox {
 text-align: left;
 vertical-align: top;
 width: 230px;
}

p.desctext {
 text-align: left;
 width: 230px;
 color: #F50;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
}

span.moreslash {
 color: #F50;
 font-size: 10pt;
 font-weight: normal;
}

a.morelink:link, a.morelink:visited {
 color: #FFF;
 font-size: 10pt;
 text-decoration: none;
}

a.morelink:hover, a.morelink:active {
 color: #F07;
 font-size: 10pt;
 text-decoration: none;
}


/* LINKBOX */

td.linkbox {
 text-align: right;
 vertical-align: top;
 width: 230px;
}

p.frontlinks {

}

span.linkslash {
 color: #F07;
 font-size: 10pt;
 font-weight: normal;
}

a.frontlink:link, a.frontlink:visited {
 color: #FFF;
 font-size: 10pt;
 text-decoration: none;
}

a.frontlink:hover, a.frontlink:active {
 color: #F07;
 font-size: 10pt;
 text-decoration: none;
}

