body {
	padding: 0px 0px 0px 0px;
	background-image : url(../images/layout/background.gif);
	background-repeat : repeat;
}

a:LINK,a:VISITED,a:HOVER {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	color: #004BC1;
}
a:HOVER {
	color: #FFA64D;
}
h1,h2,h3,h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #004BC1;
}
h1{
	font-size: 1.5em;
	font-weight: normal;}
h2{
	font-size: 1.3em;
	font-weight: normal;
	color: #717171}
h3{
	font-size: 1.2em;
	font-weight: normal;}
h4{
	font-size: 1.2em;
	font-weight: normal;
	color: #717171}
p{
	font-size: 1.0em;
	font-weight: normal;
	color: #717171}

/* ============================================================================= */

table.LAYOUT_TABLE{
	width: 100%;
	height: 100%;
	border: none;
}
/* Layout Header Row */
tr.LAYOUT_HEADER_ROW{
}
td.LAYOUT_HEADER_LEFT{
	width: 50%;
	background-image : url(../images/layout/shadow_left.gif);
	background-repeat : repeat-y;
	background-position : right;
}
td.LAYOUT_HEADER{
	width: 800px;
	background-color : White;
}
td.LAYOUT_HEADER_RIGHT{
	width: 50%;
	background-image : url(../images/layout/shadow_right.gif);
	background-repeat : repeat-y;
	background-position : left;
}

/* Layout Content Row */
tr.LAYOUT_CONTENT_ROW{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #717171;
	vertical-align: top;
	text-align : left;
}
td.LAYOUT_CONTENT_LEFT{
	width: 50%;
	background-image : url(../images/layout/shadow_left.gif);
	background-repeat : repeat-y;
	background-position : right;
}
td.LAYOUT_CONTENT{
	background-color : White;
	padding : 8px 64px 8px 64px;
}
td.LAYOUT_CONTENT_RIGHT{
	width: 50%;
	background-image : url(../images/layout/shadow_right.gif);
	background-repeat : repeat-y;
	background-position : left;
}

/* Layout Footer Row */
tr.LAYOUT_FOOTER_ROW{
}
td.LAYOUT_FOOTER_LEFT{
	width: 50%;
	background-image : url(../images/layout/shadow_left.gif);
	background-repeat : repeat-y;
	background-position : right;
}
td.LAYOUT_FOOTER{
	background-color : White;
}
td.LAYOUT_FOOTER_RIGHT{
	width: 50%;
	background-image : url(../images/layout/shadow_right.gif);
	background-repeat : repeat-y;
	background-position : left;
}
