/*
================================
Container Styles
================================
*/

.containerMaster {
	width: 100%;
	background-color: #ffffff;
	border-right: #828368 1px solid;
	border-top: #828368 1px solid;
	border-left: #828368 1px solid;
	border-bottom: #828368 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.containerRow {
	background-color: #f9f8f3;
}
.Normal 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
	color: #000000;
}
H1  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  23px;
    font-weight:    normal;
    color: #57573a;
}
H2  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  19px;
    font-weight:    normal;
    color: #57573a;
}
.H2  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  19px;
    font-weight:    normal;
    color: #57573a;
}
H3  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:  bold;
    text-decoration: underline;
    color: #57573a;
}
H4  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:  bold;
    color: #57573a;
}
.H4  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:  bold;
    color: #57573a;
}

/* 00264d */




A.Normal {
    font-weight: bold;
    font-size: 8pt;
    color: #223559;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.Normal:link {
    text-decoration: none;
    color:#223559;
}

A.Normal:visited  {
    text-decoration: none;
    color:#223559;
}

A.Normal:active   {
    text-decoration: none;
    color:#223559;
}

A.Normal:hover    
{
	background-color: #223559;
	text-decoration: none;
	color: #ffffff;
}


.error
{
	color: Red;
	/* font-weight: bold; */
}