body 
	{
	background-color:#fdedd2;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;	
	padding: 0px;
	color: #333333;
	vertical-align:top;
	font-size:12px;
	text-align:left;
	}
	
/* PAGE FRAMEWORK CLASSES START */
.pageTable
{	
	width:810px;
	padding:0px;
	vertical-align:top;
}
.pageLeftTd
{	
	width:10px;
	padding:0px;
	vertical-align:top;
	background-image:  url("../images/pageLeftTd.jpg");
	background-repeat:repeat-y;
}
.pageBottomTd
{	
	height:11px;
	padding:0px;
	vertical-align:top;
	background-image:  url("../images/pageBottom.jpg");
	background-repeat:repeat-x;
}
.pageMenuTd
{	
	width:200px;
	background-color: #000000;
	padding:0px;
	vertical-align:top;
}
.pageMainTd
{	
	width:570px;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:top;
}
.pageFooter
{	
	width:200px;
	height:100px;
	background-color: #000000;
	vertical-align:bottom;
	padding-bottom:5px;
	text-align:center;
	font-size: 10px;
}
.pageFooter a:link
{
	text-align:center;
	font-size: 10px;
	color:#993300
}
.pageFooter a:visited
{
	text-align:center;
	font-size: 10px;
	color:#993300
}
/* PAGE FRAMEWORK CLASSES END */


/* PAGE GENERAL FORMATTING CLASSES START */
td
{
	vertical-align:top;
	}

h1
{
	padding-bottom:5px;
	text-align: left;
	font-size:16px;
	color:#333333;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;  
	color: #cc6633;
	font-weight:bold;
}
p
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:justify;
}

/* PAGE GENERAL FORMATTING CLASSES END */


.noteTd
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size: 12px;  
	color: #993300;
	vertical-align:TOP;
	padding-top:110px;
	text-align:right;
	width:80px;
	line-height:22px;
	padding-right:10px;
	border-right:0px solid #CCCCCC;
}
.noteTextTd
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;  
	color: #333333;
	text-align:left;
	line-height:18px;
	padding: 10px;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	color: #993300;
	text-decoration: underline;
}
A:hover
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	color: #993300;
	text-decoration: underline;
}
A:active
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	color: #993300;
	text-decoration: underline;
}
A:visited
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	color: #993300;
	text-decoration: underline;
}
.tdContent
{
	width:100%;
	vertical-align:top;
	padding-right:15px;
}
.pHeader
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;  
	color: #cc3300;
	font-weight:bold;
	font-style:italic;
}
.pHeader2
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;  
	color: #FFFFFF;
	font-weight:bold;
}
li
{
	list-style-image:  url("../images/bullet.jpg");
	padding-bottom:15px;
}
.pImportant
	{
	color:#ffcc99; 
	font-weight:bold; 
	background-image:  url("../images/Block_bg2.jpg");
	background-position:center;
	background-repeat:no-repeat;	
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;

}