/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;

}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
    FONT-SIZE: 11px;
}
p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
    FONT-SIZE: 11px;
}
p.smQuote 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
    font-size: 11px;
    text-align: right;
}
p.smfollow 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
    FONT-SIZE: 11px;
    margin-top: 1px;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #333333;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-left: 15px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	margin-top: 8px;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width: 430px;
	height: 20px;
	background-color: #F1F4E3;
	margin-top: 15px;
	padding: 8px 2px 2px 5px;
	border: solid 1px #c3c3c3;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	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;
	}	

td.subnav 
{
	background-color: #C6C8C7;
	BACKGROUND-POSITION:  center top; 
	BACKGROUND-ATTACHMENT: scroll; 
	BACKGROUND-IMAGE: url(../images/sub_nav_bar.jpg); 
	BACKGROUND-REPEAT: no-repeat;
}
td.maincontent 
{
	padding-top: 15px;
	BACKGROUND-POSITION: center top; 
	BACKGROUND-ATTACHMENT: scroll; 
	BACKGROUND-IMAGE: url(../images/nucleus_bkgd.jpg); 
	BACKGROUND-REPEAT: no-repeat;
}
td.bodytext 
{
	padding-left:15px;
	border-left: solid 1px #888888;
}
td.lefttext 
{
	padding-right:10px;
}
td.footer 
{
	color:	#777777;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
A:link, A:visited, A:active	{	
	text-decoration:	none;
	color:	#DB7200;
	}	
A:hover	{	
	text-decoration:	underline;
	color:	#DB7200;
	}
A.footer:link, A.footer:visited, A.footer:active	{	
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:	#777777;
	font-size: 9px;
	}			
A.footer:hover	{	
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration:	underline;
	color:	#777777;
	font-size: 9px;
	}
A.rec:link, A.rec:visited, A.rec:active, A.rec:hover	{	
	font-family: Verdana, Helvetica, sans-serif;	
	text-decoration:	none;
	color:	#666666;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
	margin-top:0px;
	}			

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;
	}	
input
{
	font-size: 10px;	
}
