﻿.wrapper{
	top:0 !important;
}

.PressreleaseHeader a{
	text-decoration: none;
	cursor: pointer;
}

.PressreleaseHeader a:hover{
	text-decoration: none;
	cursor: pointer;
    color:#1A65B9;
}

.PressreleaseType a{
	text-decoration: none;
	cursor: pointer;
    color:#9CC8CC;
}

.PressreleaseType a:hover{
	text-decoration: none;
	cursor: pointer;
    color:#1A65B9;
}

.PressreleaseType {
    font-size: small;
}

.PressreleaseHeader {
    font-size: x-large;
    color:#1D1F23;
}

.PressreleaseDesc {
    font-size: medium;
    color:#6F7174;
}

.PressreleaseDate {
    font-size: x-small;
    color:#969696;
    margin-top: 10px;
}

.PressreleaseLine {
    border-bottom: 1px solid;
    color: #dfe2e4;
    margin-top: 25px;
    margin-bottom: 25px;
}


.PressreleaseButtonDiv {
    text-align: center;
    background-color:white;
    width:100%;
}

.PressreleaseButton {
    background-color:white;
}

input[type=submit]:hover{
   color:#1A65B9;
}

input[type=submit]{
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
    background-color:white;
    border:none;
    width: 100%;
}