@import url("color.css");


html { height: 110%; }
table, tr, td, p {font-family: Arial; font-size: 12px;}

.Heading1		{font-family: Arial; font-size: 20px; color: #333333; font-weight: bold; }
.Heading2		{font-family: Arial; font-size: 20px; color: #003687; font-weight: bold; }
.Heading3		{font-family: Arial; font-size: 20px; color: #000000; font-weight: bold; }
.Heading4		{font-family: Arial; font-size: 20px; color: #333333; font-weight: Normal; }

.SubHeading1	{font-family: Arial; font-size: 16px; color: #333333; font-weight: bold; }
.SubHeading2	{font-family: Arial; font-size: 16px; color: #003687; font-weight: bold; }
.SubHeading3	{font-family: Arial; font-size: 16px; color: #000000; font-weight: bold; }
.SubHeading4	{font-family: Arial; font-size: 16px; color: #333333; font-weight: Normal; }


.Text1Large	{font-family: Arial; font-size: 14px; color: #333333; font-weight: normal; }
.Text2Large	{font-family: Arial; font-size: 14px; color: #003687; font-weight: normal; }
.Text3Large	{font-family: Arial; font-size: 14px; color: #000000; font-weight: normal; }

.Text1Standard	{font-family: Arial; font-size: 12px; color: #333333; font-weight: normal; }
.Text2Standard	{font-family: Arial; font-size: 12px; color: #003687; font-weight: normal; }
.Text3Standard	{font-family: Arial; font-size: 12px; color: #5F5F5F; font-weight: normal; }

.Text1Small	{font-family: Arial; font-size: 11px; color: #333333; font-weight: normal; }
.Text2Small	{font-family: Arial; font-size: 11px; color: #003687; font-weight: normal; }
.Text3Small	{font-family: Arial; font-size: 11px; color: #5F5F5F; font-weight: normal; }

a:link, a:visited, a:active {font-size: 12px; color: #666666; font-weight: normal; }
a:hover {font-size: 12px; color: #333333; font-weight: normal; }
