﻿/* This is to stop page shift on Firefox and Safari browsers)*/
html { min-height: 100%; margin-bottom:1px; }
html { overflow: -moz-scrollbars-vertical; }

body 
{
    background-color:White;
    color: #222266;
    font-family: Verdana, Arial;
}

.header
{
    height: 100px;
    font-family:Arial;
    font-size:10px;
}

select, input
{ 
	padding: 2px;
	color: #222266;
}

textarea
{
    background-color:#CCCCCC;
    font-family:Arial;
    font-size: 12px;
}

A:link
{
    color:#000066;
}
A:visited
{
    color:#000066;
}
A:active
{
    color:#000066;
}
A:hover
{
    color:Red
}

.footer
{
    height:50px;
    background-image:url(../../Images/bg_footer.gif);
    background-repeat:no-repeat;
    font-family:Arial;
    font-size:10px;
    color:#999999;
    text-align:center;
}

.error
{
    color:Red;
}

.siteName
{
    color:#000066;
    font-family:Arial;
    font-size:26px;
    font-weight:bold;
}

.checkbox input
{
    background-color:White;
}

.norlandLink
{
    font-family:Arial;
    font-size: 10px;
}
.norlandLink A:link
{
    color:#ffff00;
}
.norlandLink A:visited
{
    color:#ffff00;
}
.norlandLink A:active
{
    color:#ffff00;
}
.norlandLink A:hover
{
    color:Red
}