/* CSS Document */

BODY    {
	margin: 0px auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #white;
	font-size: 22px;
 	font-weight: normal;
	color: #32668E;
	}

H1 	{font-size: 42px;}
H2 	{font-size: 32px;}
H3	{font-size: 28px;}

A	     {font-size: 22px; color: #32668E; text-decoration: underline;}
A.bold	     {font-size: 22px; color: #32668E; text-decoration: underline; font-weight: bold;}
A.menu	     {font-size: 26px; color: white; text-decoration: underline;}

A.big	     {font-size: 32px; color: #32668E; text-decoration: underline;}
A.redirect   {font-size: 32px; color: white; text-decoration: underline; background-color: red}
A.breadcrumb {font-size: 22px; text-decoration: underline;}

P	         {font-size: 22px; text-align: justify;}
TD	         {font-size: 22px;}
P.citation   {font-size: 22px; padding: 20px; background-color: silver; }
P.alert      {font-size: 22px; padding: 20px; color: red; background-color: silver;}




P.logo       {font-size: 60px; color: white; font-weight: bold; vertical-align: middle;}
P.footer     {font-size: 10px; color: white;}

A.footer     {font-size: 10px; color: white; text-decoration: underline;}

TABLE 	     {border: 0px;}
TABLE.news TD{padding: 5px; border: 0px;}

