TD {
line-height: 125%;
font-family: Verdana, Arial;
font-size: 9pt;
color: #5f6467;
}

body {
    background-color: #E2F3F0;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.content {
    font-size: 9pt;
}

.saml-login-frame {
    visibility:hidden;
    display:none;
    width:0;
    height:0;
    border:0;
    border:none;
}

/*
.top {
    background-image: url( '../images/top_bg.png' );
    background-repeat: no-repeat;
}

.topBlueBar {
    background-image: url( '../images/blue_bar.png' );
    background-repeat: no-repeat;
}

.mainframeTop {
    background-image: url( '../images/mainframe_top.png' );
    background-repeat: no-repeat;
}

.main {
    background-image: url( '../images/mainframe.png' );
    background-repeat: repeat;
}

.bottomBlueBar {
    background-image: url( '../images/blue_bar.png' );
    background-repeat: no-repeat;
}

.bottomGreyBar {
    background-image: url( '../images/grey_bar.png' );
    background-repeat: no-repeat;
}
*/
A:link {
	color: #327B90;
    text-decoration: none;
}
A:active {
	color: #327B90;
    text-decoration: underline;
}
A:visited {
    color: #327B90;
	text-decoration: none;
}
A:hover {
    color: #327B90;
    text-decoration: underline;
}

.panel-heading H1 {
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

H1 {
    font-family: Franklin Gothic, Verdana, Arial;
    font-size: 13pt;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #008A9E;
}

H2 {
    font-family: Franklin Gothic, Verdana, Arial;
    font-size: 13pt;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #008A9E;
}

H3 {
    font-family: Franklin Gothic, Verdana, Arial;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #008A9E;
}

TH {
    font-family: Verdana, Arial;
	font-size: 8pt;
    font-weight: bold;
    text-align: left;
}

TD {
    font-family: Verdana, Arial;
	font-size: 8pt;
}

UL {
    margin-top: 5px;
    margin-bottom: 5px;
}

P {
    margin-top: 5px;
    margin-bottom: 5px;
}


