body {
	background-color: #AC2300;
	margin: 0px;
	padding: 0px;
}
.utility {font-size: 12px;
	text-decoration: none;
	display: none;
	font-family: Arial, Helvetica, sans-serif; 
}
.tdbg-grey {
	background-color: #E0E0E0;
}
td {
	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
}
h4 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.txt-white {
	color: #FFFFFF;
}
.tdbg-white {
	background-color: #FFFFFF;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}
.txt-blue {
	color: #254E82;
}
.txt-red {
	color: #AC2300;
}
a {
	color: #000000;
	text-decoration: none;
}
h5 {
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.button {
	background-color: #426088;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 7188A6;
	border-right-color: #111823;
	border-bottom-color: #111823;
	border-left-color: 7188A6;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
	color: #FFFFFF;


}
.form {
	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
	font-size: 9pt;
}
.line {
	background-color: #C5C5C5;
}
h6 {
	font-size: 8.5pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}
.tdbg-lightGrey {
	background-color: #EBEBEB;
}
.tdbg-red {
	background-color: #AC2300;
}
.tdbg-darkGrey {
	color: #ABABAB;
}
.tdbg-blue {
	background-color: #044CA0;
}
h3 {
	font-size: 15pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.justify {
	text-align: justify;
}
.tdbg-skyblue {
	background-color: #E8EFF6;
}
.tdbg-skyblueJustify {
	background-color: #E8EFF6;
	text-align: justify;
}
.tableWithBorder {
	border: 1px solid #284A78;
}

.TicketStyle
{
        padding:.25em;
        margin:1px;
        background-color:#EEEFF0;
        height:20px;
        width:20px;
        text-align: center;
        color: #4A4F52;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        border-right-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-top-width: 1px;
        border-style: solid;
        border-color:#CCCCCC;
        cursor:hand;  
}

.TicketStyle:hover
{
        background-color:#E8EFF6;
        color: #AC2300;
}
.style25 {font-size: 15px; color:#CCCCCC; font-weight:normal;}