﻿body
{
	/*font-family: Rockwell, Verdana, Arial, SunSans-Regular, Sans-Serif;     font-size: .95em;     color: #4D4D4D;     background-color: Transparent;*/
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
	top: 0;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
h1
{
	text-align: left;
	font-size: 2em;
	font-weight: bolder;
}
h2
{
	text-align: left;
	font-size: 1.5em;
	font-weight: bolder;
}
h3
{
	font-size: 1em;
}

h4
{
	font-size: .9em;
}

LABEL
{
	/*font-family: Arial,Sans-Serif;*/
	font-size: 10pt;
}

#header
{
	font-size: .8em;
	text-align: right;
	background-color: #ACBFBF; /* #D2D2E6 or FFE6BF */
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px 5px 20px;
	margin: 0px;
}

#wrapper
{
	background-color: white;
	overflow: hidden;
}

#menu
{
	width: 170px;
	float: left;
	border: dashed 1px gray;
	margin: 10px 5px 10px 5px;
	padding-bottom: 20px;
	background-color: #B36B00; /* 6A6A8F */
	color: white;
}

#content
{
	font-size: .9em;
	/*width: 510px;*/
	margin-left: 200px;
	margin-top: 10px;
	height: 250px;
}

#footer
{
	font-size: 1em;
	text-transform: uppercase;
	text-align: right;
	background-color: #ACBFBF;
	border-top: 3px solid #564b47;
	border-bottom: 3px solid #564b47;
	margin: 0px;
	padding: 5px 15px 5px 15px;
}

#menu a:active
{
	color: #BFFFFF;
}

.AssHeaderTitle
{
	/*font-family: arial, sans-serif;*/
	font-size: 14pt;
	font-weight: bold ;
	text-align: left;
}
.AssHeaderSubTitle
{
	/*font-family: arial, sans-serif;*/
	font-size: 11pt;
	font-weight: bold ;
	text-align: left;
}
.HeaderTitle
{
	/*font-family: arial, sans-serif;*/
	font-size: 10pt;
	text-align: left;
}
.ClipContent
{
	overflow: auto;
	width: 555px;
	height: 379px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.Label
{
	/*font-family: Arial,Sans-Serif;*/
	font-size: 10pt;
}
.Restrictions
{
	padding-left: 5em;
	font-style: italic;
	font-size:10pt;
}

.ErrorLabel
{
	color: Red;
}

.table-text-underlined
{
    font-size: 12px;
	color: #000000;
    text-decoration:underline;
}
.table-text-small
{
    font-size:smaller;
    color:#000000;
}

.table-text
{
	font-size: 12px;
	color: #000000;

}
.table-text-bold
{
    font-weight:bold;
    text-align:center;
    height:42px;
   
}

.table-text-center
{
    text-align:center;
    height:42px;
}

.table-text-indent
{
    vertical-align:top;
    text-align:center;
    width:5px;
}

.table-text-super
{
    vertical-align:top;
    width:5px;
    font-size:x-small;
    text-decoration:none;

}

.tcBasic
{
	background-color: #CFCEDE;	
}

.tcDeluxe
{
	background-color: #CFCEDE;	
}

.tcPremium
{
	background-color: #CFCEDE;	
}

/*
EMAIL WEB PAGE SECTION
*/
.EmailMainTable
{
	width:100%;
	background-color:white;
}
.EmailMainTable td
{
	width:100%;
	padding-left:20px;
	padding-bottom:2px;
	text-align:left;
	font-size:12px;
	color:black;
}

.Error
{
	background-color:#f7f7f7;
	color: Red;
	/*font-size: 13px;*/
	padding:2px;
	width:100%;
}
