/* Colors used in this style sheet:
	Hex 000000 = RBG   0,   0,   0 = black
	Hex FFFFFF = RBG 255, 255, 255 = white
	Hex FF0000 = RBG 255,   0,   0 = red
	Hex 330099 = RBG  51,   0, 153 = Deeper Purple (from the Second Page active links.
	Hex C8C8C8 = RBG 204, 204, 204 = Light Gray (from the vanity footer)
	Hex 555555 = RBG 102, 102, 102 = Dark Gray (from the vanity footer)
	Hex b00303 = 				   = Red that Started the Gradients.

*/

body {
        font-family: Trebuchet MS;
        font-size: 10pt;
        font-weight: bold;
/*
        background: #000000;
*/
        color: #FFFFFF;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
/*
		background-image: url('images/grad-rhs-4.jpg');
		background-repeat: repeat-y;
		background-position: right;
		*/
		background: #000 url('images/grad-rhs-4.jpg') repeat-y right;
}

h1 {
        font-family: Trebuchet MS;
		font-size: 30px;
		font-weight: bolder;
		color: #FFFFFF;
        text-align: center;
		font-variant: small-caps;
}

h2 {
        font-family: Trebuchet MS;
        font-size: 18pt;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        margin: 0px;
}

h3 {
        font-family: Trebuchet MS;
        font-size: 14pt;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        margin: 0px;
		font-variant:small-caps;
}

h4 {
        font-family: Trebuchet MS;
        font-size: 12pt;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        margin: 0px;
}

p {
        font-family: Trebuchet MS;
        font-size: 10pt;
        font-weight: bold;
        color: #FFFFFF;
        margin: 0px;
        text-align: left;
}

p.trivia {
        font-family: Trebuchet MS;
        font-size: 10pt;
        font-weight: bold;
        color: #FFFFFF;
        margin: 0px;
        text-align: justify;
}

p.big {
        font-size: 14pt;
}

p.footer {
        font-size: 8pt;
        font-weight: normal;
        color: #FF0000;
        text-align: center;
}

p.vanity {
		font-size: 8pt;
		font-weight: normal;
		color: #555555;
        text-align: center;
}

p.date {
		font-size: 8pt;
		font-weight: normal;
}

p.pc {
		font-size: 8pt;
		font-weight: normal;
}

p.meta {
		text-align: left;
		font-size: 1px;
		color:#000000;
}

img {
		border: none;
}

a {
        color: #FFFFFF;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a:link {
		color: #FFFFFF;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a:visited {
		color: #FFFFFF;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a:hover {
        color: #FF0000;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a:active {
        color: #330099;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a.stats:link {
		color: #FFFFFF;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
}

a.stats:visited {
		color: #FFFFFF;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
}

a.stats:hover {
        color: #FF0000;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a.stats:active {
        color: #330099;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a.footer:link {
        font-size: 8pt;
		font-weight: normal;
		color: #FFFFFF;
        text-decoration: none;
}

a.footer:visited {
        font-size: 8pt;
		font-weight: normal;
		color: #FFFFFF;
        text-decoration: none;
}

a.footer:hover {
        font-size: 8pt;
        color: #FF0000;
        font-weight: normal;
        text-decoration: underline;
}

a.footer:active {
        font-size: 8pt;
		font-weight: normal;
		color: #720076;
        text-decoration: underline;
}

a.vanity:link {
        font-size: 8pt;
		font-weight: normal;
		color: #555555;
}

a.vanity:visited {
        font-size: 8pt;
		font-weight: normal;
		color: #555555;
}

a.vanity:hover {
        font-size: 8pt;
        color: #C8C8C8;
        font-weight: normal;
}

a.vanity:active {
        font-size: 8pt;
		font-weight: normal;
		color: #C8C8C8;
}

hr {
		width : 100%;
		height : 1px;
		color: #ff9900;
		size:1px;
}

.forwardform {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

.forwardinput {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

.forwardsubmit {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

td.footer { 
		background: #000000 url('images/table-grad.jpg') repeat-y left;
		border-style: solid;
		border-width: 1px;
		border-color: #FF0000;
		padding: 6px; 
        text-align: center;
		vertical-align: top;
}

td.blk { 
		background: #000000;
		border-style: solid;
		border-width: 1px;
		border-color: #FF0000;
		padding: 10px; 
        text-align: center;
		vertical-align: top;
}

td.blkhome { 
		background: #000000;
		border-style: solid;
		border-width: 1px;
		border-color: #FF0000;
		padding: 0px; 
        text-align: center;
		vertical-align: top;
}

td.blknobdr { 
		border-style: none;
		background: #000000;
		padding: 0px; 
        text-align: center;
		vertical-align: middle;
}

td.trns { 
		border-style: solid;
		border-width: 1px;
		border-color: #FF0000;
		padding: 10px; 
        text-align: center;
		vertical-align: top;
}

td.gal-trns { 
		background: #000000;
		border-style: solid;
		border-width: 1px;
		border-color: #FF0000;
		padding: 2px; 
        text-align: center;
		vertical-align: top;
}

td.trnsnobdr { 
		border-width: 0px;
		padding: 10px; 
        text-align: left;
		vertical-align: top;
}

td.stats { 
		border-width: 0px;
		padding: 2px; 
        text-align: left;
		vertical-align: top;
        font-family: Trebuchet MS;
        font-size: 10pt;
        font-weight: normal;
        color: #FFFFFF;
}

td.head-stats { 
		border-width: 0px;
		padding: 2px; 
        text-align: left;
		vertical-align: top;
        font-family: Trebuchet MS;
        font-size: 10pt;
        font-weight: normal;
		font-variant: small-caps;
        color: #FFFFFF;
}

td.flame { 
		background: #000000 url('images/flame-bg.jpg') no-repeat bottom;
		border-style: solid;
		border-width: 1px;
		border-color: #FF0000;
		padding: 10px; 
        text-align: left;
		vertical-align: top;
		width: 50%;
}

ul.norm {
		list-style: inside url('images/red-arrow.gif');
        font-family: Trebuchet MS;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        color: #FFFFFF;
}

ul.norm a {
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        color: #FFFFFF;
		text-decoration: none;
}

ul.norm a:hover {
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        color: #FF0000;
		text-decoration: underline;
}

div.emailfooter {
		font-size : 10px;
		color: #FFFFFF;
		font-family: Trebuchet MS;
		font-weight: normal;
		font-style: normal;
}

div.emailfooter a {
		font-size: 10px;
		color: #ff6600;
		font-style: normal;
		font-family: Trebuchet MS;
		text-decoration: none;
}

div.emailfooter a:hover {
		font-size: 10px;
		color: #ff0000;
		font-style: normal;
		font-family: Trebuchet MS;
		text-decoration: underline;
}