.notDesktop{ display: none; }
body {
    font-family: arial;
    color: #444;
}

h1{ 
    color: #264755;
    font-size: 25px;
    margin-top: 0px;
    font-weight: normal;
}

h2 {
    color: #264755;
    font-size: 14px;
    font-weight: bold;
    margin: 1.1em 0 .3em 0;
}
h2.spaced {
    margin-top: 18px;
    margin-bottom: 12px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    margin: .6em 0 .3em 0;
}

p, td, #pageContent li {
    font-size: 13px;    
}

p {
    margin-top: 0px;
}

.intro
{
    font-size: 15px;
    text-align: justify;
}

.info {
    color: #264755;
    font-size: 15px;
    font-weight: bold;
}


a {
    color: #5da454;
    text-decoration: none;
}

a:hover {
    color: #5da454;
    text-decoration: underline;
}

a.button, input.button, button{
    font-size: 12px;  
    display: inline-block;
    background-color: #5da454;
    color: #fff;
    line-height: 27px;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 26px;
    border: #79b774 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(images/btn-background.png);
    background-position: right top;
    white-space:nowrap;
}

input.button, button
{
    height: 29px;
}

a.button.important, input.button.important, button.important
{
    font-size: 14px;
    font-weight: bold; 
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

p {

}

.intro {

}

.info {

}

