.bigheader {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
}

.sampletext {
	font-family: Arial;
	font-size: 7pt;
	color: Black;
}

.storytext{
	font-family: Verdana, Arial;
	font-size: 7.5pt;
}

.storyheadertext {
	font-size: 20pt;
	font-family: Times New Roman;
	font-weight: bold;
}

.eventListing {
	font-size: 7pt;
	font-family: Tahoma;
	color: #FFFFFF;
}

.eventHeader {
	font-size: 14pt;
	font-family: Tahoma, Times New Roman;
	font-weight: bold;
}

.eventSubHeader {
	font-size: 10pt;
	font-family: Tahoma, Times New Roman;
	font-weight: bold;
}

.eventText {
	font-size: 8pt;
	font-family: Arial;
}

.artistHeader {
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
}

.artistText {
	font-size: 8.5pt;
	font-family: Arial;
}

.CopyrightTxt
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

/***********Styles for basic tags***************/

a:link {
	color: #6C859D;
	text-decoration: none;
}

a:visited {
	color: #DC143C;
}

a:hover {
	text-decoration: underline;
}

/***********Everything below is for forms***************/

.inputbox {
	height: 20px;
	width: 230px;
	font-family: Arial, Verdana;
	font-size: 9pt;
}

.inputboxsmall {
	height: 20px;
	width: 150px;
	font-family: Arial, Verdana;
	font-size: 9pt;
}

.inputboxdate {
	height: 20px;
	width: 50px;
	font-family: Arial, Verdana;
	font-size: 9pt;
}

.inputboxmini {
	height: 20px;
	width: 35px;
	font-family: Arial, Verdana;
	font-size: 9pt;
}

.largebox {
	height: 80px;
	width: 230px;
	border: 1px solid #666666;
	font-family: Arial, Verdana;
	font-size: 7pt;
}

.inputbutton {
	height: 22px;
	width: 105px;
	font-size: 8pt;
}

.selectbox {
	height: 20px;
	font-family: Arial, Verdana;
	font-size: 9pt;
}