/* CSS Document */

body
 {
 color:#333333;
 background-color:#ffffff;

 font-family:Verdana, Arial;
 font-weight:normal;
 font-size:9.0pt;
 
 margin: 4px 0px 0px 0px;
 
 text-align:center;
 }

h1 { font-size:18px; color:#333333; margin:2px; margin-left:0px; margin-top:15px; margin-bottom:15px;}
h2 { font-size:14px; color:#666666; margin:2px; margin-left:0px;}
h3 { font-size:13px; color:#666666; margin:2px; margin-left:0px;}
h4 { font-size:13px; color:#000066; margin:2px; margin-left:0px;}
h5 { font-size:12px; color:#000066; margin:2px; margin-left:0px;}


a.legalLink:link	{color: #666666;text-decoration:none;}
a.legalLink:visited	{color: #666666;text-decoration:none;}
a.legalLink:hover	{color: #333333;text-decoration:underline;}
a.legalLink:active	{color: #333333;text-decoration:underline;}

.legal			{color: #666666;font-weight:normal;font-size:8.0pt;font-family:Arial,Verdana;}
.logged			{color: #666666;font-weight:normal;font-size:9.0pt;font-family:Arial,Verdana;}
.pageTitle		{font-weight:bold; font-size:21px;}
.pageSubTitle	{font-weight:bold; font-size:17px;}

a:link		{text-decoration:underline;}
a:visited	{text-decoration:underline;}
a:hover		{text-decoration:underline;}
a:active	{text-decoration:underline;}

a.menu-0:link		{color: #666666;text-decoration:none; font-weight:bold;}
a.menu-0:visited	{color: #666666;text-decoration:none; font-weight:bold;}
a.menu-0:hover		{color: #333333;text-decoration:none; font-weight:bold;}
a.menu-0:active		{color: #333333;text-decoration:none; font-weight:bold;}

a.menu-current:link		{color: #333333;text-decoration:none; font-weight:bold;}
a.menu-current:visited	{color: #333333;text-decoration:none; font-weight:bold;}
a.menu-current:hover	{color: #333333;text-decoration:none; font-weight:bold;}
a.menu-current:active	{color: #333333;text-decoration:none; font-weight:bold;}

a.menu-sibling:link		{color: #666666;text-decoration:none; font-weight:bold;}
a.menu-sibling:visited	{color: #666666;text-decoration:none; font-weight:bold;}
a.menu-sibling:hover	{color: #333333;text-decoration:none; font-weight:bold;}
a.menu-sibling:active	{color: #333333;text-decoration:none; font-weight:bold;}

a.topMenu:link			{font-size:9px; color:#000000; text-decoration:none; font-weight:normal;}
a.topMenu:visited		{font-size:9px; color:#000000; text-decoration:none; font-weight:normal;}
a.topMenu:hover			{font-size:9px; color:#000000; text-decoration:none; font-weight:normal;}
a.topMenu:active		{font-size:9px; color:#000000; text-decoration:none; font-weight:normal;}

a.productLink:link			{font-size:12px; color:#666666; text-decoration:none; font-weight:bold;}
a.productLink:visited		{font-size:12px; color:#666666; text-decoration:none; font-weight:bold;}
a.productLink:hover			{font-size:12px; color:#333333; text-decoration:none; font-weight:bold;}
a.productLink:active		{font-size:12px; color:#333333; text-decoration:none; font-weight:bold;}

.menuButton     {padding-left:5px;  padding-top:21px;}
td.menu-sibling	{padding-left:10px; padding-top:20px;}
td.menu-current	{padding-left:10px; padding-top:20px;}
td.menu-0		{padding-left:10px; padding-top:20px;}

/* ************************************************************************************** */

/* Print Icon Styles																			  */

/* ************************************************************************************** */

.documentActions {width:100%;text-align:right;}

.documentActions a,
.documentActions img {
        border: 0;
        text-decoration: none;
		font-size:10px;
		color:#666666;
}

.documentActions a#hover {text-decoration:underline;}

