@media screen {
	.NewsLetterHeader 
	{
		color:White;
	}
}

@media all
{
	body
	{
	}

	a.LinkTextBlue {
		color:Blue;
		font-family:Arial;
		font-size:8pt;
		text-decoration:none;
	}

	a.HoverLinkTextBlue {
		color:Blue;
		font-family:Arial;
		font-size:8pt;
		text-decoration:underline;
	}

	td.RequireItemRowHeader
	{
		height:28pt;
		color:#282828;
		font-size:8pt;
		font-family:'Verdana','sans-serif';
		padding-left:5px;
		border-bottom:1px solid #888888;
		border-top:0px solid #888888;		
		border-left:1px solid #888888;
		border-right:1px solid #888888;
	}

	td.RequireItems
	{
		height:28pt;
		color:#282828;
		font-size:8pt;
		font-family:'Verdana','sans-serif';
		padding-left:5px;		
		border-bottom:1px solid #888888;
		border-top:0px solid #888888;		
		border-left:0px solid #888888;
		border-right:0px solid #ffffff;
	}
	
	td.RequireTitle
	{
		font-size:8pt;
		font-family:'Verdana','sans-serif';
		padding-left:5px;		
	}

	.Header {
		color:white;
		font-size:11pt;
		font-weight:bold;
		text-decoration:none;
	}
	.FooterMenu {
		color:#666666;
		font-family:Arial;
		font-size:8pt;
		text-decoration:none;
	}

	.summaryTitle {
		color:#000000;
		font-family:Arial;
		font-size:12pt;
		font-weight:bold;
		font-style:italic;
		text-decoration:none;
	}

	.summaryLinks 
	{
		color:#0000ff;
		font-family:Arial;
		font-size:8pt;
		font-weight:normal;
		text-decoration:underline;
	}

	.summaryLinks:hover
	{
		color:red;
	}

	.summaryLinksDisable
	{
		color:#666666;
		font-family:Arial;
		font-size:8pt;
		font-weight:normal;
		text-decoration:underline;
	}

	.summaryDesc 
	{
		color:#666666;
		font-family:Arial;
		font-size:8pt;
		font-weight:normal;
		text-decoration:none;	
	}

	.Textbox 	
	{
		font-size:8pt;		
		font-family: Tahoma; Verdana; helvetica; sans-serif;
		background-color: white;
		border:1px solid #808080;
	}

	.documentTitle {
		color:#5886C2;
		font-family:Arial;
		font-size:12pt;
		font-weight:bold;
		text-decoration:none;
	}

	.documentText {
		color:#666666;
		font-family:Arial;
		font-size:8pt;
		text-decoration:none;
	}

	.documentText10 {
		color:#666666;
		font-family:Arial;
		font-size:10pt;
		text-decoration:none;
	}

	.documentFooter {
		color:#5886C2;
		font-family:Arial;
		font-size:8pt;
		text-decoration:none;
	}

	.fieldHeader 
	{
		color:#5886C2;
		font-family:Arial;
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;	
	}

	.fieldData 
	{
		color:#666666;
		font-family:Arial;
		font-size:8pt;
		text-decoration:none;	
	}

	.fieldDataOdd
	{
		color:#666666;
		background-color:#F1F2FF;
		font-family:Arial;
		font-size:8pt;
		text-decoration:none;	
	}

	.Button 	
	{
		font-size:8pt;
		height: 20px;
		cursor:hand;
		font-family:Arial;
	}
	
	.ProdsheetFeatures 
	{
		color:Black;
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;
		height:30px;
		width:110px;		
	}
	
	.ProdsheetFeatureItems
	{
		color:#000000;
		font-family:Arial;
		font-size:9pt;
		font-weight:bold;
		text-decoration:none;
	}
	
	.ProdsheetFeatureItems_blk
	{
		color:#000000;
		font-family:Arial;
		font-size:7.5pt;
		font-weight:bold;
		text-decoration:none;
	}

}