﻿body {
    font-family: Calibri, 'Segoe UI', sans-serif;
}

.linkImage
{
	rotation-point:50% 50%;
	rotation:270deg;
}

.pageTitle {
    display: inline;
}

.pageTitleLabel {
    font-size: 3em; 
    float: right; 
    margin: 2%;
    font-weight: bold;
}

.tabTitle {
    text-shadow: 5px 5px 5px #000;
    font-size: 60px;
}

.tabSubTitleLeft {
    font-size: 58px;
    font-weight: bold;
    text-shadow: 5px 5px 5px #000;
}

.tabSubTitleRight {
    font-size: 40px;
    color: #ffd800;
}

.spanTitle {
    font-size: 44px;
}

.downloadContainer {
    background-repeat: no-repeat;
    background-image: url("images/download.png");
    width: 208px;
    height: 207px;
    text-align: center;
    padding-top: 0px;
            
}

.downloadLabel {
    font-size: 50px;
    font-weight: bolder;
    font-family: Verdana;
    background-color: #f9f9f9;
}

.linkStyle {

    text-decoration: none; 
    color: #333333; 
    margin-left: 3% auto;
}

.ui-btn-inner {
    padding-bottom: 50px;
    padding-top: 30px;
}
