﻿html,body 
{
	margin: 0px;
	background-color: White;
	color: #666666;
	font-family: Tahoma, Helvetica;
	font-size: 14px;
}

.subscribe
{
	background-color: purple;
	color: white;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
}


A:link
{
    text-decoration: none;
    color: #333333;
}

A:visited 
{
    text-decoration: none; 
    color: #666666;
}

A:active 
{
    text-decoration: none; 
    color: #666666;
}

A:hover 
{
    text-decoration: underline; 
    color: red;
}

input 
{
	border-color: #81a8ff;
	border-width: 1px;
	border-style: solid;
}

.slightlyBolder
{
    color: #494949;
}

.BoxTitle
{
    margin-left: 5px; 
    font-weight: bold;
    color: white;
}

.blank
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Button
{
	/*width: 150px;*/
	border-color: #81a8ff;
	border-width: 1px;
	border-style: solid;
}

.Header
{
    font-family: Verdana, Tahoma;
	color: #8B448E;
	font-size: 20px;
	font-weight: bold;
    text-decoration: none;

}

.translucentTitle
{
    font-family: Verdana, Tahoma;
	color: #c12b6c;
	font-size: 15px;
	font-weight: bold;
}

.BigLink
{
	color: #8B448E;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	/*text-decoration: underline;*/
}


.Menu
{
	color: #8B448E;
	font-size: 12px;
	font-weight: bold;
}

.Disclaimer1 
{
	font-size: 13px;
	font-weight: normal;
}

.Disclaimer2
{
	font-size: 11px;
	font-weight: normal;
}

.SmallLink
{
	font-size: 12px;
	font-weight: normal;
}


.MenuTab
{
	cursor: pointer;
}

.SubMenuTab 
{
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0;
    line-height: 25px;
}


