BODY  {
	background-color : #ffffcc;
	margin-top : 0px;
	margin-left : 10px;
	font-size : x-small;
	margin-right : 10px;
	margin-bottom : 10px;
	color : Black;
}

A:link  {
	color : blue;
	text-decoration : none;
	font-size : x-small;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #ffffcc;
}

A:visited  {
	color : blue;
	text-decoration : none;
	font-size : x-small;
	font-weight : normal;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

A:hover  {
	color : blue;
	text-decoration : underline;
	font-size : x-small;
	font-weight : normal;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

A:active  {
	color : blue;
	text-decoration : none;
	font-size : x-small;
	font-weight : normal;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

.PageHeader  {
	color : blue;
	text-decoration : none;
	padding-top : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	font-size : medium;
	font-weight : 700;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

.Description  {
	color : Maroon;
	text-decoration : none;
	text-align : justify;
	font-size : small;
	font-weight : 700;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

.SectionHeader  {
	color : Maroon;
	text-decoration : none;
	font-size : small;
	font-weight : bold;
	font-family : Arial, Helvetica,sans-serif;
	; margin-bottom : 10px;
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	background-color : #ffffcc;
}

.SubSection  {
	color : White;
	padding : 5px;
	text-decoration : none;
	font-size : x-small;
	font-weight : bold;
	font-family : Arial, Helvetica,sans-serif;
	background-color : Maroon;
}

.Listing  {
	color : black;
	text-decoration : none;
	padding : 5px;
	font-size : x-small;
	font-weight : 400;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

.Bold  {
	color : black;
	text-decoration : none;
	padding : 5px 5px;
	font-size : x-small;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #ffffcc;
	; font-style : normal;
}

.BodyText  {
	color : black;
	text-decoration : none;
	padding : 5px 5px;
	font-size : x-small;
	font-weight : normal;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

.Warning  {
	color : black;
	background-color : #ffffcc;
	padding : 3px;
	border : solid 3px red;
	font-size : x-small;
	font-weight : 700;
	font-family : Arial, Helvetica,sans-serif;
}

.Caution  {
	color : red;
	font-weight : 700;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
	font-size : x-small;
}

.FormInput  {
	border : 2px brown solid;
	color : Maroon;
	font-family : Arial, Helvetica,sans-serif;
	font-size : x-small;
	font-weight : normal;
	text-align : left;
	background-color : #ffffcc;
	text-decoration : none;
}

p  {
	color : black;
	text-decoration : none;
	font-size : x-small;
	font-weight : 400;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

tr  {
	color : black;
	text-decoration : none;
	font-size : x-small;
	font-weight : 400;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

td  {
	color : black;
	text-decoration : none;
	font-size : x-small;
	font-weight : 400;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

li  {
	color : black;
	text-align : justify;
	font-size : x-small;
	font-weight : 400;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

pre  {
	color : black;
	margin-left : 10px;
	font-size : x-small;
	font-weight : 400;
	font-family : Arial, Helvetica,sans-serif;
	background-color : #ffffcc;
}

