/* Table Style */

table { font-size: 10px;
font-family: Bookman Old Style;
color: #BF8646; }

td.content { 
padding: 30px;
padding-top: 10px; 
vertical-align: top;
text-align: justify; }

td.disclaimer
{ padding: 20px; 
height: 100px;
vertical-align: bottom;
text-align: center;
background: url('Images/bg_footer.jpg');}

/* Stats Stylesheet */

p.stats { margin-left: 25px;
margin-right: 25px;
text-align: justify;
padding: 10px;
border: solid 1px;
background: #291919;}

/* Images */

img { border: 0px; }

img.code { padding: 3px; background: #291919; border: #BF8646 solid 1px; }

img.code:hover { cursor: move; background: #4C0605; }

/* Links */

a:link, a:active, a:visited
{text-decoration: none;
border-bottom: dotted 1px #BF8646;
color: #9D493A;
font-family: Verdana;
padding-bottom: 2px;}

a:hover     
{cursor: help;
border-bottom: #BF8646 solid 1px;}

a.img:link, a.img:hover, a.img:active, a.img:visited
{ border: none; padding: 0px; cursor: crosshair; }

/* Headers */

h1 {
margin-right: -10px;
margin-left: -10px;
border-bottom: #590504 solid 3px;
padding: 5px;
letter-spacing: 1px;
font-size: 16px;
font-family: Bookman Old Style; }

h2 {
color: #010100;
text-align: center;
margin-right: -5px;
margin-left: -5px;
text-transform: lowercase;
letter-spacing: 2px;
border-top: dashed 1px;
border-bottom: solid 2px;
padding: 5px;

font-size: 12px;
font-family: Bookman Old Style; }

/* Others */

b {color: #B11C0F;
font-weight: bold;
cursor: crosshair;
letter-spacing: 1px;}

i {color: #FFFFFF;
letter-spacing: 1px; 
cursor: crosshair;
font-style: italic; }

s {color: #D4D1BC;}

blockquote
{text-align: left;
margin-right: 25px;
margin-left: 25px;}

/* Code */

p.code { font-family: Courier New;
font-size: 10px;
border: solid 1px;
text-align: center;
text-transform: lowercase;
letter-spacing: 2px;
margin-right: 25px;
margin-left: 25px;
background: #291919;
padding: 5px; 
cursor: pointer; }

/* Form Areas */

input, select, textarea, option
{ padding: 2px;
letter-spacing: 1px;
border: solid 1px;
color: #BF8646;
font-size: 10px;
font-family: Bookman Old Style;
background: #291919; }