﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;

}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

.INPUT2
{
	border-right: #5c6bac 0pt solid;
	border-top: #5c6bac 0pt solid;
	border-left: #5c6bac 0pt solid;
	border-bottom: #5c6bac 0pt solid;
}
.INPUT1
{
	border-right: #5c6bac 0pt solid;
	border-top: #5c6bac 0pt solid;
	border-left: #5c6bac 0pt solid;
	border-bottom: #5c6bac 1pt solid;
    height: 18px;
    width: 102px;
    margin-right: 0px;
}


