@media print
{
BODY
{
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
    margin-top : 0px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
}
}
@media screen
{
BODY
{
    background-color : rgb(102 , 102 , 102);
    color : black;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
    margin-top : 10px;
    margin-bottom : 10px;
    margin-left : 10px;
    margin-right : 10px;
}
}
p
{
    color : black;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
tr
{
    color : black;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
td
{
    color : black;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
li
{
    color : black;
    font-weight : normal;
    font-family : Arial , Helvetica;
    font-size : x-small;
    margin-left : 10px;
    margin-right : 5px;
    margin-top : 0px;
    margin-bottom : 2px;
}
pre
{
    color : black;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A:link
{
    color : blue;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A:visited
{
    color : blue;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A:hover
{
    color : blue;
    text-decoration : underline;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A:active
{
    color : blue;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A.white:link
{
    color : white;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A.white:visited
{
    color : white;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A.white:hover
{
    color : white;
    text-decoration : underline;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
A.white:active
{
    color : white;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
.PageHeader
{
    color : rgb(0 , 0 , 204);
    text-decoration : none;
    text-transform : capitalize;
    font-size : medium;
    font-weight : bold;
    font-family : Arial , Helvetica;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom : 5px;
    background-color : rgb(255 , 255 , 255);
}
.Description
{
    color : black;
    text-decoration : none;
    text-align : justify;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
    padding-left : 10px;
    padding-right : 5px;
    padding-top : 5px;
    padding-bottom : 5px;
}
.SectionHeader
{
	border-left : 0px solid Blue;
	border-right : 0px solid Blue;
	border-top : 0px solid Blue;
	border-bottom : 0px solid Blue;
	color : blue;
	text-decoration : none;
	text-transform : capitalize;
	font-size : small;
	font-weight : bold;
	font-family : Arial , Helvetica;
	padding-left : 10px;
	padding-right : 20px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.SubSection
{
    color : white;
    text-decoration : none;
    text-transform : capitalize;
    font-size : x-small;
    font-weight : bold;
    font-family : Arial , Helvetica;
    padding-left : 10px;
    padding-right : 20px;
    padding-top : 5px;
    padding-bottom : 5px;
    Background-color : blue;
}
.Listing
{
    color : black;
    text-decoration : none;
    padding-left : 10px;
    padding-right : 5px;
    padding-top : 5px;
    padding-bottom : 5px;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
}
.Notation
{
	color : black;
	margin : 0px , 0px , 0px , 0px;
	font-style : italic;
	font-size : x-small;
	font-weight : bold;
	font-family : Arial , Helvetica;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
}
.BodyText
{
    color : black;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom : 10px;
}
.Grey
{
    color : black;
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
    background-color : rgb(230 , 228 , 239);
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 10px;
}
.line
{
    color : rgb(227 , 199 , 115);
    text-decoration : none;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
    border-color : rgb(227 , 199 , 115);
    border-style : solid;
    border-bottom-width : 0px;
    border-top-width : medium;
    border-left-width : 0px;
    border-right-width : 0px;
    padding-top : 0px;
    padding-right : 0px;
    padding-left : 0px;
    padding-bottom : 0px;
}
.Warning
{
    color : black;
    background-color : white;
    padding : 3px;
    border : solid 3px red;
    font-size : x-small;
    font-weight : bold;
    font-family : Arial , Helvetica;
}
.Caution
{
    color : red;
    font-size : x-small;
    font-weight : normal;
    font-family : Arial , Helvetica;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom : 10px;
}
