@charset "utf-8";
/* CSS Document */

/* TITLES */

#Motto
{
	text-align:center;
	color: #66ff66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .2em;
} 

.CardNameText
{
	color:#8b8b8b;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

a.CardNameText
{
	color:#8b8b8b;
}

a.CardNameText:visited
{
	color:#8b8b8b;
}

a.CardNameText:hover
{
	color:#EEE;
}

.MediumWhiteText
{
	color:#ffffff;
	font-size: 13px; /* 15px; */
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
} /* 5/17/13 Nora changed font size per Kathy's new design */

a.MediumWhiteText
{
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.OrderInfoText
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#f1c233;
}