﻿/* Login.aspx ****************************************************************/

.Login
{
	padding: 10px;
	margin: 0px;
	background-color: silver;
}
.Login td
{
    text-align: left;
}

/* About.aspx ****************************************************************/

.AboutTable
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 650px;
}

.AboutTable h1
{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #c80000;
    font-size: 18pt;
    font-family: Arial;
    font-weight: bold;
}

.AboutTable h2
{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #c80000;
    font-size: 14pt;
    font-family: Arial;
    font-weight: bold;
}

.AboutTable p
{
    text-align: left;
    font-family: Arial;
    margin-top: 0;
    margin-bottom: 0;
}

.AboutTable a
{
    color: #0000ff;
    font-family: Arial;
}

/* ContactUs.aspx ************************************************************/

.ContactUs
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 650px;
}

.ContactUs h1
{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #c80000;
    font-size: 18pt;
    font-family: Arial;
    font-weight: bold;
}

.ContactUs h2
{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #c80000;
    font-size: 14pt;
    font-family: Arial;
    font-weight: bold;
}

.ContactUs p
{
    text-align: center;
    font-family: Arial;
    margin-top: 0;
    margin-bottom: 0;
}

.ContactUs a
{
    color: #0000ff;
    font-family: Arial;
}