.nav {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: italic;
        font-weight: bold;
        color: #FFFFFF;
}

a.nav:link {
        color: #FFFFFF;
        text-decoration: none;
}
a.nav:visited {
        text-decoration: none;
        color: #FFFFFF;
}
a.nav:hover {
        text-decoration: none;
        color: #FFFF70;
}

a.nav:active {
        text-decoration: none;
}

.subnav {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style:italic;
        font-weight: bold;
        color:#FFFFFF;
}

a.subnav:link {
        color: #FFFFFF;
        text-decoration: none;
}
a.subnav:visited {
        text-decoration: none;
        color: #FFFFFF;
}
a.subnav:hover {
        text-decoration: none;
        color: #00CCFF;
}
a.subnav:active {
        text-decoration: none;
}


.title {
    font-family: Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-style:normal;
        font-weight: bold;
        color:#0260A0;
}

.subtitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style:normal;
        font-weight: bold;
        color:#000000;
        line-height: normal;
}
.bodytitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style:normal;
        font-weight: bold;
        color:#000000;
        line-height: normal;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-style:normal;
        font-weight: bold;
        margin-bottom:2px;
        color:#0260A0;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style:normal;
        font-weight: bold;
        color:#000000;
        margin-top:2px;
        margin-bottom:25px;
        line-height: normal;
}

h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style:normal;
        font-weight: bold;
        color:#000000;
        line-height: normal;
}

.body {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        color:#000000;
        background-color:#FFFFFF;
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
}

a:link {
        color: #000000;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #000000;
}
a:hover {
        text-decoration: none;
        color: #0066FF;
}
a:active {
        text-decoration: none;
}

.w3ctable {
        margin-left:50px;
}
.w3c {
        border:0;
        width:88px;
        height:31px
}

.info {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: italic;
        color:#000000;
}


td.otrsticketcell {
	border-bottom:solid grey thin;
}

th.otrstickethead {
	text-align:		left;
	border-bottom:solid grey;
	background-color:	#EEEEEE;
}

