/*CSS for Pasto Restaurant*/

/* Site Text */
.sitetext
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}

.sitetext A:link 
{
color: #002868;
text-decoration: underline;
}

.sitetext A:visited 
{
color: #002868;
text-decoration: underline;
}

.sitetext A:hover 
{
color: #980101;
text-decoration: underline;
}

.sitetext A:active 
{
color: #002868;
text-decoration: underline;
}

/* Box Text  */
.boxtext
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #453725;
text-decoration: none;
}

.boxtext A:link 
{
color: #005a29;
text-decoration: underline;
}

.boxtext A:visited 
{
color: #005a29;
text-decoration: underline;
}

.boxtext A:hover 
{
color: #890225;
text-decoration: underline;
}

.boxtext A:active 
{
color: #005a29;
text-decoration: underline;
}

/* Bold */
.bold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #210101;
	text-decoration: none;
	font-style: normal;
}

/* Captions */
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Captions 2 */
.caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.caption2 A:link 
{
color: #CCCCCC;
text-decoration: none;
}

.caption2 A:visited 
{
color: #CCCCCC;
text-decoration: none;
}

.caption2 A:hover 
{
color: #CCCCCC;
text-decoration: underline;
}

.caption2 A:active 
{
color: #CCCCCC;
text-decoration: none;
}

/* indigo8 */
.indigo8
{
font-family: "Times New Roman", Times, serif;
font-size: 11px;
color: #000000;
text-decoration: underline;
}

.indigo8 A:link 
{
color: #000000;
text-decoration: none;
}

.indigo8 A:visited 
{
color: #000000;
text-decoration: none;
}

.indigo8 A:hover 
{
color: #b34b27;
text-decoration: underline;
}

.indigo8 A:active 
{
color: #000000;
text-decoration: none;
}

/* Subitle */
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: bold;
	color: #9d032a;
}

/* Subitle 2 */
.subtitle2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9d032a;
}

/* Bold 2 */
.Bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0a412c;
}

/* Bold 3 */
.Bold3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
