/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.Normal	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
.Byline	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	normal;
	font-style: italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}		
	
.NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.WhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	bold;
	font-style:	normal;
	color: #ffffff;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

.HeadlineLarge 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	bold;
	font-style:	normal;
	color: #336666;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.BookTitleLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	bold;
	font-style:	normal;
	color: #336666;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
.roll {text-decoration:none; font-family:Arial,helvetica; color:#66cccc; font-weight:bold; font-size:12px; cursor:hand}

a.roll:hover { color: yellow; }

.rolldark { font-family:helvetica,arial; color:"#3333cc"; font-weight:bold; }
a.rolldark:hover { color: maroon; }

.rollblue {text-decoration:none; font-family:Arial,helvetica; color:#99ffff; font-weight:bold; font-size:12px; cursor:hand}

a.rollblue:hover { color: yellow; }	

.rollnobold { font-family:arial,helvetica; color:"#3333cc"; }

a.rollnobold:hover { color: maroon; }
	
.lightlink { font-family:arial,helvetica; font-size:11px; color:#ddddff; font-weight:bold;}

a.lightlink:hover { color: yellow; }

.rollred { font-family:helvetica,arial; text-decoration:none; color: maroon; background-color: #dddddd; font-weight:bold; font-size:11px;}

a.rollred:hover { color: green; background-color: #dddddd; }
	
A.toolLnk {text-decoration:none; font-family:Arial,Helvetica; font-size:12px; font-weight:bold; color:#0000dd; cursor:hand}
A.toolLnk:hover { color: '#0000ff'; }
	
TD.toolLnk {text-decoration:none; font-family:Arial,Helvetica; font-size:12px; font-weight:bold; color:#0000dd; cursor:hand}
TD.toolLnk:hover { color: '#0000ff'; }
			
.imagespacing 
{
	margin-left: 3px;
	margin-right: 3px;
}
		
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;
	}	
TD  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}


		
	
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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
