/* style.css */

/* Body  Content */
/*Tags*/
body, p, tr, td, li, ul, ol  
	{ color: #000000; font-size: 13px; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
body {margin: 0px; padding: 0px; }

/*Anchors*/
a 			{text-decoration: none; }
a:hover		{text-decoration: underline; }
a:link 		{color: #CC0000; }
a:visited 	{color: #CC0000; }
a:active 	{color: #CC0000; }

/* Classes */
.BodyTitle			{font-size: 16px; color: #003399;  font-weight: bold; }
.BodyCopy			{font-size: 12px; }
.CaptionTitle		{font-size: 16px; color: #cc0000; font-weight: bold; }
.CaptionCopy		{font-size: 11px; }
.TableTitle			{font-size: 18px; font-weight: bold; }
.TableColumnLabel	{font-size: 14px; font-weight: bold; }
.TableText			{font-size: 11px; font-weight: normal; }

.NavLink  		 	{font-weight: normal; color: #c0c0c0; font-size: 18px; }

/* Tags which use Classes */
a.NavLink, a.NavLink:link, a.NavLink:active, a.NavLink:visited {color: #c0c0c0; font-weight: bold; }
a.NavLink:hover {color: #ffffff; font-weight: bold; text-decoration: none; }
