﻿Body
{
    margin-top: 0;
    margin-bottom: 0;
    
    background-repeat: repeat-y;
}

.Main
{
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

.Heading
{
    font-family: Arial;
    color: #cc0000;
    font-size: 15px;
    text-align: left;
    font-weight: bolder;
}

.SubHeading
{
    font-family: Arial;
    color: #a2a2a2;
    font-size: 10px;
    text-align: left;
}

.Link
{
    font-family: Arial;
    color: #605ca8;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}

.Link:Hover
{
    color: #000000;
}

.FooterText
{
    font-family: Arial;
    color: #939292;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.FooterLink a
{
    font-family: Arial;
    color: #605ca8;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.FooterLink:Hover a
{
    color: #000000;
}

.Menu a
{
    font-family: Arial;
    text-decoration: none;
    color: #605ca8;
    font-size: 15px;
    vertical-align: middle;
    font-weight: bolder;
    text-decoration: none;
}

.Menu:Hover a
{
    color: #000000;
}

/* Registration Form */

.Border
{
    border: solid 1px #000000;
}

.Error
{
    font-family: Arial;
    color: #ff0000;
    font-size: 12px;
    text-align: left;
}

td.inputlabel
{ 
    font-family:Verdana, Arial;
    color: #222222;
    text-align: center;
}

td.inputbox
{
    font-family: Verdana, Arial;
    color: #222222;
    text-align: center;
}

.FixedWidthLabel
{
	display: block;
	float: left;
	width: 550px;
	text-align: justify;
}