.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {color: #990000}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/* Centers Page regardless of Screen Size */
	text-align: center;
	min-width: 970px;
}

#content {
	position:relative; 
	background-color: #FFFFFF;
	/* height: 265px; */
        min-height: 100%;
	
	/* open###################################### */
	/* ########################################## */
	/*width: 75%;*/
	width: 73%;
	/* ########################################## */
	/* close##################################### */
	
	padding-top: 5px;
	margin-right: -10px;
	padding-left: 10px;
	
	/* open###################################### */
	/* ########################################## */
	/* overflow:auto; */
	/*overflow:auto; IE 7 hack*/
	/* ########################################## */
	/* close##################################### */
	
}

#left {
	position:relative; 
	width: 757px;
	background:#FFFFFF;
       /* background-image: url(http://www.neweratickets.com/templates/NET1024/images/bg_red_nav.jpg);
	background-repeat: repeat-y;*/
}

#mainMenu {
	position:relative; 
	background-color: #009BAA;
	/* min-height: 100%; */
	
	/* open###################################### */
	/* ########################################## */
	/*width: 757px;*/
	/* ########################################## */
	/* close##################################### */
	
	border-right-width: 5px;
	
	/* open###################################### */
	/* ########################################## */
	/*border-left-width: 5px;*/
	border-left-width: 6px;
	/* ########################################## */
	/* close##################################### */
	
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor:pointer;
}
#footerLeft {
	position:relative; 
	/*background-color: #009BAA;*/
	width: 757px;
	
	/* open###################################### */
	/* ########################################## */
	/*height: 34px;*/
	height: 44px;
	/* ########################################## */
	/* close##################################### */
	
	color:#FFFFFF;
	/* background-image: url(../images/pixel_aqua.jpg); */
    background-image: url(http://www.neweratickets.com/templates/NET1024/images/pixel_aqua.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
#footerLeft a  {
	color:#FFFFFF;
}
.clear {
	clear: both;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

div,
td,
p {
	font-size:12px;
	color:#000000;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#CC3333;
}

a:hover {
	text-decoration:underline;
	color:#999999;
}