@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
@font-face {
    font-family: Arial,Verdana,sans-serif !important;
    font-style: normal;
    font-weight: normal;
}
body {
    color: #555555;
    font-family: Arial,Verdana,sans-serif !important;
    font-size: 12px;
}
#container {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 984px;
}
.header {
	height:108px;
	position: relative;
	background: url("/gtc/images/backpn.png") no-repeat 0 0;
}
.headerAlert {
	position: relative;
	background:#e4e3e3;
    background: linear-gradient(#EDEDED, #E4E3E3 70%) repeat 0 0;
    -pie-background:linear-gradient(#ededed, #e4e3e3 70%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ededed',endColorStr='#e4e3e3',gradientType='0'); 
}
.logoWrap {
    height: 108px;
    overflow: hidden;
    padding: 0 30px;
}
.logo {
    background: url("/gtc/images/logo.png") no-repeat 0 0;
    float: left;
    height: 27px;
    margin: 35px 30px 0 0;
    width: 106px;
}
.citiLogo {
    background: url("/gtc/images/citi-header-logo.png") no-repeat 0 0;
    float: right;
    height: 37px;
    margin: 25px 0 0;
    width: 66px;
}
.notification {
    width: 100%;
}
.notification .notificationHolder {
    padding: 10%;
    text-align: center;
}
.notification .notificationHolder .alert {
    margin: 0 0 30px;
}
.notification .notificationHolder .notificationText {
    color: #333333;
    font-family: Arial,Verdana,sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.notification .notificationHolder .notificationText p {
    padding: 0 0 20px;
}
.notification .notificationHolder .notificationText p span {
    font-size: 36px;
    font-weight: bold;
}