/* Call a background image and define default block-level font info */
/* pull in the background image */
body 		{
	background: #e1e1e1;
	background-image: url(/ths_boosters/images/back.gif);
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, serif;
	color : Black;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}

body.nobg {
	background: #FFFFFF;
	font-size: small;
	font-family: Tahoma, Arial, serif;
	color : Black;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

			
h1			{	font-family: Verdana, Tahoma, Arial, Univers, sans-serif;
				font-size: 32px;
			}

h2			{	font-family: Verdana, Tahoma, Arial, Univers, sans-serif;
				font-size: 24px;
			}
			
h3			{	font-family: Verdana, Tahoma, Arial, Univers, sans-serif;
				font-size: 18px;
			}
			
h4			{	font-family: Verdana, Tahoma, Arial, Univers, sans-serif;
				font-size: 14px;
			}
h5			{	font-family: Verdana, Tahoma, Arial, Univers, sans-serif;
				font-size: 10px;
			}
			
/* make the text in table cells correspond */

p			{	font-size: x-small;
				font-family: Tahoma;
			}
			
td			{	font-size: small;
			}

td.sm		{	font-size: small;
			}

A { 
	font-family : Verdana,Tahoma,Arial, Helvetica ;
	font-size : 13px;
	}

/* Link color scheme */	
a:link 		{	color: #345246; }			
a:visited 	{	color: #345246; }			
a:active 	{	color: #345246; }

.roll { } 
A.roll:link { text-decoration: underline; }
A.roll:active { text-decoration: underline;}
A.roll:visited { text-decoration: underline;}
A.roll:hover { background-color : #e1e1e1; text-decoration: underline; font-weight: bold;}
	
.xsmroll { font-size:xx-small; text-decoration: underline; } 
A.xsmroll:hover { background-color : #e1e1e1; font-size:xx-small;  text-decoration: underline; font-weight: bold;}

.tip { } 
A.tip:link { text-decoration: underline; }
A.tip:active { text-decoration: underline;}
A.tip:visited { text-decoration: underline;}
A.tip:hover { filter:glow(color=#FFFFFF,strength=5); width:100%;}

/* Menu link style */
/* Regular link style */
.reglink 	{ 	font-size: x-small; 
				font-family: Arial,Helvetica,Univers,Zurich BT; 						 
			}

.menulink	{
					color: #345246;
					text-decoration: none;
					font-size: 12px; 
					font-family: Arial,Helvetica,Univers,Zurich BT; 						 
					font-weight: bold;
					}

.footerlinks		{
				font-family:Arial;
				font-size:x-small;
				}
.paratext {
	font-family : Tahoma,Arial, Helvetica ;
	font-size : x-small;
}
.pagetitle	{
					color: #000066;
					font-family: Arial,Helvetica,Univers,Zurich BT;
					font-size: medium;
					font-weight: bold;
					}

.lastmod	{
					color: #000000;
					font-family: Arial,Helvetica,Univers,Zurich BT;
					font-size: x-small;
					}
.fld	{
		font-family: Tahoma,Arial;
		font-size: x-small;
		font-weight: bold;
		}

.error	{
		font-family: Tahoma,Arial;
		font-size: x-small;
		font-weight: bold;
		color: #ff0000;
		}

.auctionmenu {
		font-family: Tahoma,Arial;
		font-size: xx-small;
		font-weight: bold;
		color: #ffffff;
}
/* Smaller link size for footer and breadcrumbs */
.smlink 	{ 	font-size: xx-small; 
				font-family: Verdana, Tahoma, Arial, Univers, sans-serif;  
			}
			
/* Italicized link for pointers to servers outside VA control */
.extlink 	{	font-size: x-small; 
				font-family: Verdana, Tahoma, Arial, Univers, sans-serif;
				font-style: italic;
			}

/* Looks like a link but it isn't */
.simlink	{ font-size: 12px;
			  font-family: Arial,Helvetica,Univers,Zurich BT;
			  font-weight: bold;
			  color: #CCCCCC;
			}	
.smsimlink	{ font-size: xx-small;
			  font-family: Verdana, Tahoma, Arial, Univers, sans-serif;
			  color: #999999;
			}

/* Standard light blue for use as background color */			
.blueback 	{ 	background: #C8EDFF; }	
			
/* Use in place of any 'i' or 'em' tag combos */
.ital		{	font-style: italic;
			}
.bold		{	font-weight: bold;
			}
.large		{	font-size: large;
			}
.small		{	font-size: x-small;
			}
.xsmall		{	font-size: xx-small;
			}
.smital 	{	font-size: x-small;
				font-style: italic;
			}
.xsmital 	{	font-size: xx-small;
				font-style: italic;
			}
.strong		{	font-weight: 600;
			}
.headline0	{
				font-family: Tahoma, Verdana, Arial;
				font-size: xx-small;
				font-weight: bold;
				color: #808080;
			}
.headline1	{
				font-family: Tahoma, Verdana, Arial;
				font-size: xx-small;
				color: #000000;
			}
.headline2	{
				font-family: Arial, Tahoma, Verdana;
				font-size: xx-small;
				color: #808080;
			}

.date	{
		font-size: xx-small ;
		font-family: Arial;
		color: Black;
		line-height : 20px;
		}

