

/***********HYPERLINKS***********/
a.linkBlue:link {color: #332e22; text-decoration:none}
a.linkBlue:visited {color: #332e22; text-decoration:none}
a.linkBlue:hover {color: #621A4B;text-decoration:underline}


a.linkBottom:link {color: #000000; text-decoration:underline}
a.linkBottom:visited {color: #000000; text-decoration:underline}
a.linkBottom:hover {color: #af1313;text-decoration:underline}
/*********************************************/



/***********BOX BORDER***********/
.graybox{
	border: 1px solid #cfcfcf;
}

.grayboxChart{
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
/*********************************************/



/***********PARAGRAPH TAGS***********/
h1 {
	font-size: 12px;
	color:#FC151D;
}

h2 {
    font:Arial;
  	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #8F8E8E;
}

p {
	font-size: 13;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

.paddd {
	padding: 0px 0px 0px 46px; /**********top-right-bottom-left*********/
}


/*********************************************/



/***********PAGE TEXT***********/
.Bodytext {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	
}

.Bodytext2 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 13px;
}

.title {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #621A4B;
}


.title_sub {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.title_body {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.title_tickets {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.Listing_title {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 5px 38px;
}
.Listing_body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 15px 0px 20px 38px;
	line-height: 20px;
}
.Listing_bottom {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 5px 0px 3px 0px;
}

.copyrightText {
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	padding: 15px 0px 0px 0px;
}
/*********************************************/



/***********FORMS***********/
.formField {
	
	width:182px;
	height:18px;
	padding:0px 0px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
}

.formMessage {
	font-family: Arial;
	font-size: 12px;
	width:260px;
	height:85px;
	background:#ffffff;
	border:1px solid #cccccc;
}

.formSubmit {
	width:68px;
	height:26px;
	background:#404040;
	color:#cc242d;
	border:1px solid #2e2e2e;
	background-image:url(../images/submit.jpg) no-repeat left top;

}
/*********************************************/

