/* Created by Charles Moulton webmaster@graveshow.com */
/* for Blisstique */

/* please document ALL changes to this file fully */

/* Sitewide Styles */
body 			{ background: #FDB71D; margin: 0px; padding: 0px; align: center;}
TD			{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
a:link			{ text-decoration: none;}
a:visited		{ text-decoration: none;}
a:hover			{ color:#FF0000; text-decoration: underline}
.scrollArrows	{ width:300px; left:630; position:absolute;}

/* Background colors */
.vvd		{ background-color: #A06A00;}
.vdo 		{ background-color: #8F271D;}
.do 		{ background-color: #DF9A12;}
.o 			{ background-color: #FBA016;}
.lo			{ background-color: #FDB71D;}
.red		{ background-color: #E6001C;}
.gutter		{ background-color: #FFE9B5;}

/* Text uniherited styles. All text styles inherit the sizing and font from the default set in the TD above. The styles below are named size (if applicable)  + color + optional attribute  */
.Bold 			{ text-decoration: none; font-weight: bold; }
.White 			{ text-decoration: none; color: #FFFFFF; }
.WhiteBold 		{ text-decoration: none; color: #FFFFFF; font-weight: bold; }
.10pt			{ text-decoration: none; font-size: 10px;}
.10ptWhite		{ text-decoration: none; font-size: 10px; color: #FFFFFF;}
.11pt			{ text-decoration: none; font-size: 11px;}
.11ptBold		{ text-decoration: none; font-size: 11px; font-weight: bold;}
.12ptBold		{ text-decoration: none; font-size: 12px; font-weight: bold;}
.12ptBoldLink	{ font-size: 12px; font-weight: bold;}
.subHead		{ text-decoration: none; font-size: 12px; font-weight: bold; color: #000000;}
.link			{ color: #FFE9B5; }


