body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9pt;
	background-color: White;
	background-attachment: fixed;
	background-position: right top;
	background-image: url(./Images/Flags.jpg);
	background-repeat: no-repeat;
}

table
{
	font-family: Verdana;
	font-size: 9pt;
}

h1
{
	font-weight: bolder;
	font-size: 1.3em;
	color: Maroon;
	text-wrap:none;
}

h2
{
	font-weight: bolder;
	font-size: 1.05em;
	color: Green;
	padding-top: 10px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

h3
{
	font-size: 1.05em;
	color: DarkBlue;
	padding-top: 10px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

h4
{
	font-size: .9em;
	font-weight: bold;
	color: Olive;
	padding-top: 15px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

label
{
	font-size: .9em;
	font-weight: bold;
	color: Olive;
	padding-top: 15px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.PageContainer
{
	width: 100%;
	height: 100%;
	padding: 6px;
}

.ParagraphContainer
{
	padding-left: 20px;
	padding-top: 10px;
	text-justify: newspaper;
}

.Label
{
	font-weight: bold;
}






.ImageContainer
{
	border: solid 1px maroon;
	padding: 2px;
	margin: 2px;
}

.Link
{
	color: Red;
	behavior: url(./LinkBehavior.htc);
	text-decoration: none;
	cursor: hand;
}




.FootnoteBody
{
	padding-left: 90px;
	padding-top: 25px;
	padding-bottom: 25px;
	/*background-image: url(../Images/NotebookBackground.gif);*/
	text-justify: newspaper;
	font-style: italic;
	color: #444444;
	font-family: Trebuchet MS, Tahoma;
}

.FigureDescription
{
	font-size: 7pt;
	font-style: normal;
	text-align: center;
	color: Gray;
}

.CopyRightNotice
{
	text-align: right;
	color: Maroon;
	font-style: normal;
	font-size: 8pt;
}

.QuickLink
{
	color: maroon;
	behavior: url(./LinkBehavior.htc);
	text-decoration: none;
	cursor: hand;
}
