/*<meta />*/

@import url('sideNav.css');
@import url('notestyles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/***********************************/

td,th
{
	font-size: 10pt !important;
}

thead tr td
{
	font-weight: bold;
}

table
{
	margin-top: 12pt; 
	margin-bottom: 12pt;
}

@media screen and (max-width: 890px)
{

td,th
{
	font-size: 12pt !important;
}

} 