/* ======================================================================
   Primary Stylesheet for the Logan applications.
   ====================================================================== */



/* ======================================================================
   Standard HTML Tag Overrides
   ====================================================================== */
a
	{
	color: #000000;
	text-decoration: none;
	}

	a:link { color: #3F53A0; text-decoration: underline; }
	a:active { color: #3F53A0; text-decoration: underline; }
	a:visited { color: #3F53A0; text-decoration: underline; }
	a:hover { color: #FF0000; text-decoration: underline; }
	
	a.visible-lnk:link { text-decoration: underline; }
	a.visible-lnk:active { text-decoration: underline; }
	a.visible-lnk:visited { text-decoration: underline; }
	a.visible-lnk:hover { text-decoration: underline; }

body
	{
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

hr
	{
	color: #BFD1DF;
	margin-left: 0;
	margin-right: 0;
	}

p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 3;
	margin-bottom: 0;
	}

table
	{
	border-style: none;
	border-collapse: collapse;
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}


input, select, textarea
	{
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}

td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
