/*************************************************************/
/* Mustache Style Sheet - Version 2.1 - October 16, 2005 */
/*************************************************************/

body            {margin: 0; padding: 0; 
                 font: 10px/14px Georgia, Times New Roman, Times, serif; color: #E0E0C4; text-decoration: none; }

div, p, th, td, li, dd, dl, dt {
                 font: 10px/14px Georgia, Times New Roman, Times, serif; color: #E0E0C4; text-decoration: none; }

a:link    {color: #E0E0C4; text-decoration: none; background-color: transparent; }
a:visited {color: #E0E0C4; text-decoration: none; background-color: transparent; }
a:hover   {color: #E0E0C4; text-decoration: none; background-color: transparent; }
a:active  {color: #E0E0C4; text-decoration: none; background-color: transparent; }

a.alt:link      {text-decoration: none; background-color: transparent; display: block;}
a.alt:visited   {text-decoration: none; background-color: transparent; display: block;}
a.alt:hover     {text-decoration: none; background-color: transparent; display: block;}
a.alt:active    {text-decoration: none; background-color: transparent; display: block;}

a.alt2:link      {color: #E0E0C4; text-decoration: none; background-color: transparent; border-bottom: 1px dashed #E0E0C4;}
a.alt2:visited   {color: #E0E0C4; text-decoration: none; background-color: transparent; border-bottom: 1px dashed #E0E0C4;}
a.alt2:hover     {color: #3d4550; text-decoration: none; background-color: #E0E0C4; border-bottom: 0px dashed #3d4550;}
a.alt2:active    {color: #3d4550; text-decoration: none; background-color: #E0E0C4; border-bottom: 0px dashed #3d4550;}
	
.caption        {font: 10px/14px; text-decoration: italic;}
.med            {font: 12px/14px; font-weight: bold;}
.lrg            {padding: 11px 0px 5px 0px; font: 13px/14px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px;}

.red            {color: #590000;}
.white          {color: #ffffff;}
.blue           {color: #1b2431;}

.strikethrough  {text-decoration: line-through;}
