﻿
.smallBlue a {
    text-decoration: none;
    text-align: left;
}

.smallBlue a:hover {
	color: #666666;
	text-decoration: underline;
    text-align: left;
}

.loginTable
{
    width: 640px;
    margin: 0 auto;
}

.fieldLeft
{
    width: 270px;
    vertical-align: middle;
    text-align: right;
}

.fieldRight
{
    text-align: left;
}

.fieldRight input
{
    width: 140px;
}

.bold
{
    font-weight: bold;
}

.green {
    color: green;
}

.blue {
    color: #0000FF;
}

.big {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.bigBlue {
    color: #0000FF;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.normalBold {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.errMsg {
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}

.redHead {
    color: #C03;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 .5em 0;
    clear: both;
}

.bigRed {
    color: #C03;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 .5em 0;
    clear: both;
}

.smallBlue {
    color: #0000FF;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 .5em 0;
    clear: both;
}

.center {
    text-align: center;
}

.height40 {
    height: 40px;
}

.height96percent {
    height: 96%;
}

hr {
    width: 80%;
}

.incopyright {
    font-size: 12px;
    text-align: center;
    top: 1%;
    color: #ED1C24;
}

ul.navigation {
 list-style: none;
 display: table;
 margin: 0 auto;
 padding: 0;
 text-align: center;
}

ul.navigation li {
 float: left;
}
