﻿/* DEFAULTS
----------------------------------------------------------*/
html
{
    height: 100%;
}
body
{
    background: #ffffff;
    font-size: .80em;
    font-family: Tahoma;
    margin: 0px;
    padding: 0px;
    color: #414141;
    height: 100%;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.label-caption-contact
{
    color: rgb(94,94,94);
    font-family: Arial;
    font-size: 12px;
}

.label-value-contact
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    white-space: nowrap;
}

.label-value-contact-bold
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.link-underline-medium
{
    font-family: Arial;
    font-size: 14px;
    color: Black;
    text-decoration: underline;
}

.link-underline-medium-red
{
    font-family: Arial;
    font-size: 14px;
    color: Red;
    text-decoration: underline;
}

.link-underline-small-red
{
    font-family: Arial;
    font-size: 10px;
    color: Red;
    text-decoration: underline;
}

.link-value-contact
{
    color: rgb(12,121,186);
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
}

.link-value-contact-black
{
    color: black;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
}

.uts-top-menu-label-region-grin
{
    color: #069b01;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
}
.uts-top-menu-label-region-red
{
    color: #d70000;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
}
