/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 0.8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	width: auto;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family: "Times New Roman", Times, Serif;
/*    COLOR: #996600;  */
    COLOR: #a22b46;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	18px;
	font-weight: 700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 4px;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1.33em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
*/	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#006600;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#FF0000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#669933;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#CC9900;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
	
DT 
{
	font-size:	11px;
	font-style: italic;
	font-weight:bolder;
}

IMG 	{
	}
	
.tableHead
{
 background-color: #D3BE96;
 color:White;	
}

.tableRowLight 
{
 background-color: #F7F3ED;
}	
	

.img_topleft 	{
	margin-bottom: 5px;
	margin-right: 10px;
	}
  .content {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7D5B0F;
  }

  .copyright {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #D3BE96;
  }

  .copyright A {
    color: #7D5B0F;
    text-decoration: underlined;
    font-weight: bold;
  }
  
  .showTitle
  {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight:bolder;
    color: #E72139;
  }
  
  .showStarring
  {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bolder;
    font-style: italic;
    color: Black;
  }
  
  .showStars
  {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:bolder;
    color:  Black;
  }
  
  .showBest
  {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:  Black;
  }
