﻿body 
{
    background-image:url(../images/bg.gif);
    background-repeat:repeat-y;
    background-position:center;
    margin:0 0 0 0;
}
.TopMenu
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    color:#8B8786;
}
a.TopMenu
{
    text-decoration:none;
}
a.TopMenu:hover
{
    color:#BA1621;
}
.ams
{
    color:red;
    font-family:Impact;
    font-size:xx-large;
}
.dot
{
    font-family:Impact;
    color:#ff5050;
    font-size:large;
    }
.menu
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:White;
    }
a.menu
{
    text-decoration:none;
    }
a.menu:hover
{
    text-decoration:underline;
    color:Black;
}
.homeTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a50000;
	font-size:9pt;
	font-weight:bold;
}
.homeBullet
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:2;
}
.homeText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:9pt;
	line-height:1.3;
	
}
a.homeText
{
	text-decoration:none;
}
.tableTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:10px;
	font-weight:bold
}
.tableLeft
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#336699;
	font-size:10px;
	font-weight:bold
}
.tableText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:8pt;
	text-align:left
}
.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9pt;
	line-height:1.3;
}
.TextBox
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
}
.Button
{
	border-style:solid;
	border-width:1px;
	cursor:hand;
	background-color:#636466;
	color:White;
}