/* Images */
IMG {margin: 5px;}
IMG.TemplateImage {border: 0; margin: 0px;}

/* Links */
A:link, A:visited, A:active	{color: Blue;}

A.MenuLink:link, A.MenuLink:visited, A.MenuLink:active {font-family: verdana; font-size: 11px; font-weight: bold; text-decoration: none; color: Navy;}
A.MenuLink:hover {font-family: verdana; font-size: 11px; font-weight: bold; text-decoration: none; color: Orange;}

A.MenuChildLink:link, A.MenuChildLink:visited, A.MenuChildLink:active {padding-left:15px; font-family: verdana; font-size:10px; text-decoration: none; color: Navy;}
A.MenuChildLink:hover {padding-left:15px; font-family: verdana; font-size:10px; text-decoration: none; color: Orange;}

A.HoverLink:link, a.HoverLink:visited, a.HoverLink:active {text-decoration: none; color: Blue;}
A.HoverLink:hover {text-decoration: underline; color: Orange;}

A.NoHoverLink:link, a.NoHoverLink:visited, a.NoHoverLink:active {text-decoration: none; color: Blue;}
A.NoHoverLink:hover {text-decoration: underline; color: Orange;}

BODY {color: black; font-family: Arial; font-size: 13px;}

.Heading			{color: Navy; font-size: 18px; font-weight: bold;}
.SubHeading			{color: Navy; font-size: 13px; font-weight: bold;}
.NormalText			{font-size: 13px; color: black;}
.SmallText			{font-size: 10px;}
.LargeText			{font-size: 16px;}
.HighlightedText	{color: Blue;}
.HighlightedText2	{color: Orange;}
.Caption			{font-size: 10px;}
