/***********************************************/
/* www.rummyrc.com                           */
/* Rummy RC CSS Style Sheet        */
/* The images and code contained within this document and within the www.rummyrc.com may not be reproduced without written consent from Rummy RC  */
/* Author: Nick Rumschlag / Chris Frame    */
/***********************************************/


/***********************************************/
/* These are the main font sizes, colors and background colors that control the entire web site */
/* note that td.tintedbackground controls the tint on the left and bottom of the pages....simply change the graphic in Photoshop and save the file with the same name, upload to the web site and the new background will be applied everywhere automatically...this is the beauty of using a style sheet like this */
/***********************************************/

body {  font-family:  Arial, Helvetica, Veranda; font-size: 11px; text-align:center; background-image:url(images/backgraphic.gif)}
td {  font-family:  Arial, Helvetica, Veranda; font-size: 11px; color: #000000; background-color:#eeeeee;}
table {  font-family:  Arial, Helvetica, Veranda; font-size: 11px; color: #000000; background-color:#eeeeee;}
div {  font-family:  Arial, Helvetica, Veranda; font-size: 11px; color: #000000}
td.tintedbackground {  font-family:  Arial, Helvetica, Veranda; font-size: 11px; color: #000000; background-image:url(images/backgroundshading.gif)}
#td.green {background:#006633);}


/***********************************************/
/* these are the main font sizes, colors for LINKS for the entire web site */
/***********************************************/

a:active {  color: #003399; text-decoration: none; font-weight: bold; font-family:  Arial, Helvetica, Veranda}
a:link { color: #003399; text-decoration: none; font-weight: bold; font-family:  Arial, Helvetica, Veranda}
a:visited { color: #003399; text-decoration: none; font-weight: bold; font-family:  Arial, Helvetica, Veranda}
a:hover {  color: #009900; text-decoration: underline; font-family: Arial, Helvetica, Veranda}
	
/***********************************************/
/* this is used to make the horizontal lines <hr> blue in color...this only works with Internet Explorer */
/***********************************************/

.blueline {color:#999999;}

/***********************************************/
/* rednew is a font style you can use to make text red in color to draw additional attention to something */
/***********************************************/

.rednew {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FF3366}
	
/***********************************************/
/* whitetext is a font style you can use to make text white in color ... good for dark backgrounds */
/***********************************************/

.whitetext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF}

/***********************************************/
/* these are styles for the bold header/title lines like "Welcome to Rummy RC"...etc */
/***********************************************/

.main_title {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #000066;
	padding: 5px 0px 0px 0px;}
	
.sub_title {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000066}
	
.product_title {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
	background-color:#003399}