/************************************************************************************************/

/************************************************************************************************/
body
{
    background                  : white fixed no-repeat left top;

    color                       : Black;

    margin-left                 : 20px;
    margin-right                : 20px;
    margin-top                  : 10px;
    margin-bottom               : 10px;

    padding-left                : 0px;
    padding-right               : 0px;
    padding-top                 : 0px;
    padding-bottom              : 0px;
}

base, basefont, body, p, td, th
{
    font-family                 : verdana, lucida, arial, helvetica, sans-serif;

    font-size                   : 10pt;
    text-align                  : justify;
}

/************************************************************************************************/
h1.title
{
    padding-left                : 4px;
    padding-right               : 0px;
    padding-top                 : 5px;
    padding-bottom              : 5px;

    border-left                 : SlateGray 0px solid;
    border-right                : SlateGray 0px solid;
    border-top                  : SlateGray 0px solid;
    border-bottom               : SlateGray 0px solid;

	margin-left					: 0px;
	margin-right				: 0px;
	margin-top					: 50px;
    margin-bottom               : 10px;

    color                       : RoyalBlue;
	background					: White;
    font-weight                 : bold;
    font-size                   : 200%;
    text-align                  : center;
}
h1.subtitle
{
    padding-left                : 4px;
    padding-right               : 0px;
    padding-top                 : 5px;
    padding-bottom              : 5px;

    border-left                 : SlateGray 0px solid;
    border-right                : SlateGray 0px solid;
    border-top                  : SlateGray 0px solid;
    border-bottom               : SlateGray 0px solid;

	margin-left					: 0px;
	margin-right				: 0px;
	margin-top					: 10px;
    margin-bottom               : 20px;

    color                       : RoyalBlue;
	background					: White;
    font-weight                 : bold;
    font-size                   : 100%;
    text-align                  : center;
}

/************************************************************************************************/
h2
{
    padding-left                : 4px;
    padding-right               : 0px;
    padding-top                 : 5px;
    padding-bottom              : 5px;

    border-left                 : SlateGray 1px solid;
    border-right                : SlateGray 1px solid;
    border-top                  : SlateGray 1px solid;
    border-bottom               : SlateGray 1px solid;

	margin-left					: 0px;
	margin-right				: 0px;
	margin-top					: 50px;
    margin-bottom               : 10px;

    color                       : RoyalBlue;
	background					: Lavender;
    font-weight                 : bold;
    font-size                   : 120%;
    text-align                  : left;
}

/************************************************************************************************/
table.list
{
    border-left                 : SlateGray 1px solid;
    border-right                : SlateGray 1px solid;
    border-top                  : SlateGray 1px solid;
    border-bottom               : SlateGray 1px solid;

    text-align                  : center;
	vertical-align				: top;
}

table.list tr
{
	vertical-align				: top;
}

td.list-htype
{
	width						: 150px;
}
td.list-type, td.list-desc
{
    border-left                 : SlateGray 0px solid;
    border-right                : SlateGray 0px solid;
    border-top                  : SlateGray 0px solid;
    border-bottom               : SlateGray 0px solid;

    padding-bottom              : 10px;
}

td.list-type, td.list-htype
{
    text-align                  : left;
}

td.list-desc, td.list-hdesc
{
    text-align                  : left;
}
b
{
    font-family                 : comic;
    font-size                   : 12pt;
    color			: darkblue;
}