*
{
	font-family: Arial, sans-serif;
	font-size:12pt;

}

body 
{
	background-color:white;
	color:black;
}




#container
{
width:expression(document.body.clientWidth > 1024? "1024px": "auto" ); /* res bigger than 1024? limit container to 1024. if smaller, put on auto resize */
max-width:1024px;
min-width:600px;
}


#header
{
width:100%;
clear:both;
}

#headerLeft
{
width:100%;
}




#headerRight
{
text-align:right;
width: 400px;

}

#headerTable
{
width: 100%;

}

#headerBottom
{
width:100%;
clear:both;
}

#mainLogo
{
width: 350px;
height: 45px;
}

#content
{
width:100%
clear:both;
float:left;
padding: 5px 0px 20px 5px;
}


#footer
{
width:100%;
clear:both;
text-align:right;
}




.cellDescription
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	color:black;
	text-align:left;
	min-width:120px;
	max-width:140px;
	font-style:italic;

}


.cellContent
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	color:black;
	text-align:left;
	width:700px;




}

#tableHeader
{
	background-color:white;
	font-family: Arial Narrow, sans-serif;
	font-size: 2em;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	text-align: Left;

}

#typeContent
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	color:red;
	font-weight:bold; 
	text-align:left;


}


#closingContent
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	color:navy;
	font-weight:bold; 
	text-align:left;


}


#dotsCell
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	color:blue;
	text-align:left;
	width:120px;
	font-style:italic;
		line-height: 150%

}



#dotsContent
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	color:blue;
	text-align:justify;
	line-height: 150%


}


#contentTable
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	max-width:750px;
	min-width: 600px;
width:expression(document.body.clientWidth > 750? "750px": "auto" );
	color:black;



}


td
{  
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:white;
	color:black;
	vertical-align: top;
	line-height:125%;
	text-align:left;
}


hr
{
 color: navy;
background-color: navy;
height: 2px;
max-width:1024px;

}

#footerText
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	color: blue;
}

#footerLink
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	color: blue;
	font-style:italic;

}


A:link
{
text-decoration: none;
color: navy;
}

A:visited
{
text-decoration: none;
}

A:hover
{
color: red;
text-decoration: none;

}

#headerText
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	font-weight: bold;
	color:blue;
}


#headerText2
{
	font-family: Arial, sans-serif;
	font-size:11pt;
	color:blue;
}
