@import url("color.css");


html { height: 100%; }
table, tr, td, p {font-family: verdana; font-size: 12px;}

.Heading1		{font-family: verdana; font-size: 20px; color: #4D2271; font-weight: bold; }
.Heading2		{font-family: verdana; font-size: 20px; color: #93107E; font-weight: bold; }
.Heading3		{font-family: verdana; font-size: 20px; color: #000000; font-weight: bold; }

.SubHeading1	{font-family: verdana; font-size: 16px; color: #4D2271; font-weight: bold; }
.SubHeading2	{font-family: verdana; font-size: 16px; color: #93107E; font-weight: bold; }
.SubHeading3	{font-family: verdana; font-size: 16px; color: #000000; font-weight: bold; }

.Text1Large	{font-family: verdana; font-size: 14px; color: #4D2271; font-weight: normal; }
.Text2Large	{font-family: verdana; font-size: 14px; color: #93107E; font-weight: normal; }
.Text3Large	{font-family: verdana; font-size: 14px; color: #000000; font-weight: normal; }

.Text1Standard	{font-family: verdana; font-size: 12px; color: #4D2271; font-weight: normal; }
.Text2Standard	{font-family: verdana; font-size: 12px; color: #93107E; font-weight: normal; }
.Text3Standard	{font-family: verdana; font-size: 12px; color: #000000; font-weight: normal; }

.Text1Small	{font-family: verdana; font-size: 10px; color: #4D2271; font-weight: normal; }
.Text2Small	{font-family: verdana; font-size: 10px; color: #93107E; font-weight: normal; }
.Text3Small	{font-family: verdana; font-size: 10px; color: #000000; font-weight: normal; }

a:link, a:visited, a:active {font-size: 12px; color: #4D2271; font-weight: normal; }
a:hover {font-size: 12px; color: #93107E; font-weight: normal; }
