﻿BODY
{
    FONT-SIZE: 11px;
    MARGIN: 0px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Arial;
    background-color:#dddddd;
    margin: 20px 0px 20px 0px;
}

h1
{
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #666666;
	/*border-bottom: 1px solid #CCCCCC;*/	/* horizontal line accross */
	font-weight: BOLD;
	margin: 5px 0px 0px 0px;
}

h2
{
	font-weight:bolder;
	font-size: 12px;
	color: #888888;
	margin: 0px 0px 0px 0px;
}

h2.small
{
	font-size: 11px;
	color: #888888;
	margin: 0px 0px 0px 0px;
}

.WebsiteHeader
{
    WIDTH: 784px;
    HEIGHT: 56px;
}
.WebsiteFooter
{
    HEIGHT: 0px;
    background-color:#EAEAEA;
    FONT-SIZE: 11px;
    MARGIN: 0px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Arial
}
.SiteOutsideSpace
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #dddddd;
    TEXT-DECORATION: none
}

.Content
{
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
	padding-top:5px;
	padding-right: 15px;
	/*padding-bottom: 5px;*/
	padding-left: 30px;
}
.Content .PageHeader
{
    PADDING-LEFT: 2px;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 2px;
    COLOR: #666666;
    PADDING-TOP: 1px;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}
.Content .PageBody
{
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
.Content A:hover
{
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline
}
.Content A
{
    FONT-SIZE: 11px;
    COLOR: #777777;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
.Content A:link
{
    FONT-SIZE: 11px;
    COLOR: #777777;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
.Content .PageSubheader
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: #888888;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}



/*Used by debugging page*/
.code-container
{
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	color: #333333;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;	
}
/*End: debugging page*/


/* Error Message */
.TDErrorMessageHeader
{
	font-weight: bolder;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial, Verdana;
	background-color: #a23c3c;
	text-decoration: none;
	height: 20px;
}
.TDErrorMessageText
{
	font-size: 8pt;
	color: #cc0000;
	font-family: Arial, Verdana;
	background-color: #fefefe;
	text-decoration: none;
}
.TDErrorMessageText A
{
	font-size: 8pt;
	color: #800000;
	font-family: Arial, Verdana;
	background-color: #fefefe;
	text-decoration: underline;
}
.TDErrorMessageText A:Hover
{
	font-size: 8pt;
	color: #cc0000;
	font-family: Arial, Verdana;
	background-color: #fefefe;
	text-decoration: underline;
}
/*End error message*/