/* Unsupported Browser Redirect Page*/

body{
    font-family: sans-serif;
}

.bufferLargeTop{
    margin-top: 20px;
    line-height: 25px;
}

.bufferLargeBottom{
    padding-bottom:10px;
}

.bufferExtraLarge{
    padding:20px;
}

.none{
    display: none;
}

a:link,
a:visited,
a:active{
    color:#6F94BB;
}

#BrowserRedirect .body {
    text-align: center; 
    margin-left:20px;
    margin-right:20px;
    margin-top:60px;
    margin-bottom:40px;
    color: #666666;
    font-size:18px;
}

#BrowserRedirect h2{
    font-weight: bold;
    font-style:italic;
}

#BrowserRedirect p{
    padding-top:10px;
    text-align:center;
}

#BrowserRedirect h3{
    xfont-weight: bold;
}

#BrowserRedirect ol{
    text-align:left;
    margin:0 auto;
    width: 300px;
    padding-top:5px;
    font-size:16px;
}

#BrowserRedirect li{
    padding-top:5px;
    font-size:16px;
}


