BODY {
	background-color : #c0d0be;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

H1 {
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align : left;
	color : Black;
	font-variant : small-caps;
	border-left-color : #FFD700;
	border-left-style : solid;
	border-left-width : 4px;
	border-bottom-color : Gray;
	border-bottom-style : dashed;
	border-bottom-width : 1px;
	padding-left : 3px;
	margin-top : 20px;
	margin-bottom : 20px;
}

H2 {
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #404a37;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	color : #505050;
}

INPUT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	color : #505050;
}

SELECT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	color : #505050;
}

TEXTAREA {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	color : #505050;
}

UL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	color : #505050;
	list-style-image : url(images/dot1.gif);
}

OL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	color : #505050;
}

P.center {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	color : #505050;
}

A {
	font-weight : bold;
	text-decoration : underline;
	color : #00539A;
}

A:hover {
	font-weight : bold;
	color : #2298FF;
	text-decoration : none;
}

BLOCKQUOTE {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	text-align : center;
	color : #505050;
	background-color : #EDEDED;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-style : italic;
}

TABLE.pagelayout {
	background-image : url(images/background_pagelayout.jpg);
	background-repeat : repeat-y;
	width : 800px;
}

TABLE.pagelayout TD.menu {
	width : 150px;
	vertical-align : top;
}

TABLE.pagelayout TD.body {
	width : 650px;
	vertical-align : top;
	background-image : url(images/background_body.jpg);
	background-repeat : no-repeat;
	background-position : top;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 15px;
	padding-right : 20px;
}

DIV.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
}

DIV.separator {
	text-align : center;
	background-image : url(images/separator.jpg);
	background-repeat : no-repeat;
	background-position : center;
	width : 575px;
	height : 66px;
}

TABLE.text1 {
	border-top-color : Silver;
	border-top-style : solid;
	border-top-width : 3px;
	border-right-color : Silver;
	border-right-style : solid;
	border-right-width : 3px;
	border-left-color : Silver;
	border-left-style : solid;
	border-left-width : 3px;
	border-bottom-color : Silver;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	background-color : White;
}

TABLE.text1 TD {
	border-bottom-color : Silver;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #505050;
}

TABLE.text1 TD.center {
	border-bottom-color : Silver;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #505050;
	text-align: center;
}

TABLE.text1 TH {
	border-bottom-color : Silver;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	background-color : #FFF6D2;
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #404a37;
}

TABLE.text1 TH.left {
	border-bottom-color : Silver;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	background-color : #FFF6D2;
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #404a37;
	text-align : left;
}