﻿html,body 
{
    background-image:url(../Images/background.gif);
    background-repeat:repeat; 
    height:100%; 
    margin:0;
    padding:0;      
    border:none;
    font-family:Tahoma;
    font-size:11px;
}

a
{
    color:#000000;
    text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

img
{
	behavior: url(iepngfix.htc);
    border-style:none;
}

.linkGray
{
    font-size:11px;
    font-weight:bold;
    color:#c3c2c0;
}

.linkBlank
{
    color:#ffffff;
    text-decoration:underline;
}

.black14
{
    color:#000000;
    font-size:14px;
}

.error
{
    color:#ff0000;
    font-size:9px;
}

.inputForm
{
    border-color:#c3c2c0;
    border-style:solid;
    border-width:1px;
    font-family:Tahoma;
    font-size:10px;
    font-weight:bold;
    width:200px;
}
