
body {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; font-size:12px }


/***************************************************
LINKS
***************************************************/

a {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:link { color: #990000; }
a:visited { color: #990000; }
a:hover { color: #FF0000;	}



a.links {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.links:link { color: #990000; }
a.links:visited { color: #990000; }
a.links:hover { color: #FF0000;	}


a.sidebar {
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.sidebar:link { color: #990000; }
a.sidebar:visited { color: #990000; }
a.sidebar:hover { color: #FF0000;	}


a.tourlinks {
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.tourlinks:link { color: #990000; }
a.tourlinks:visited { color: #990000; }
a.tourlinks:hover { color: #FF0000;	}



a.buzzsource {
	font-size: 10px;
	font-weight: bold;
	font-style:italic
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	}
a.buzzsource:link { color: #333333; }
a.buzzsource:visited { color: #666666; }
a.buzzsource:hover { color: #FF0000; }


/***************************************************
TEXT
***************************************************/

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}

h2 {
	font-size: #14px;
	font-weight: bold;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}
	
cite {
	font-size: 10px;
	color: #666;
	margin-left: 10px;
	font-weight: normal;
}


.highlight {
	background-color: #ffc;
}

.small {
  font-size: 10px;
}

.tourdates {
  font-size: 12px;
  font-weight:bold;
}

.buzzquote {
font-size:14px;
font-weight:bold;
color:#CC3300;
padding-top: 10px;
padding-bottom: 10px;
line-height: 18px;

}


.buzzsource {
	font-size: 10px;
	font-weight: bold;
	font-style:italic
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	}



.legal {
	font-size: 9px;
	font-style: italic;
	color: #8D826B;
	line-height: normal;
	background-position: bottom;

}

/***************************************************
BORDERS
***************************************************/



.outline {
	border: thin dashed #333333;
}




.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.photoBorder {
	border: thin solid #333333;
	padding: 2px;

}



