a:link {
	color : #0000FF;
	text-decoration : underline;
}

a:active {
	color : #A00000;
	text-decoration : underline;
	font-weight: bold;
}

a:visited {
	color : #800080;
	text-decoration : underline;
}

a:hover{
	color : #FF0000;
	text-decoration : underline;
	font-weight: bold;
}

b{
	font-style : inherit;
	font-weight : bold;
	text-decoration : inherit;
}

i{
	font-style : italic;
	text-decoration : inherit;
}

body{
	margin-left : 5%;
	margin-right : 5%;
	color : Black;
	background-color : #F5F5F5;
	background-attachment : fixed;
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : left;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.Just {
	margin-right : 0%;
	margin-left : 0%;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
	text-align : justify;
	text-indent : 2%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.Left{
	margin-right : 0%;
	margin-left : 0%;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
	text-align : left;
	text-indent : 2%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

  
.Indent {
	margin-right : 5%;
	margin-left : 5%;
	font-family : inherit;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : justify;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.Margin {
	margin-right : 5%;
	margin-left : 5%;
	font-family : serif;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : justify;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.Center{
	margin-right : 0%;
	margin-left : 0%;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
	text-align : center;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

 
.CenterBold {
	margin-right : 0%;
	margin-left : 0%;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
	text-align : center;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.Bold {
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.Title{
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : Woodplank;
	font-size : x-large;
	text-align : center;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
		}

.FootBr{
	margin-left : 5%;
	margin-right : 5%;
	color : Maroon;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : left;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.FootBl{
	margin-left : 5%;
	margin-right : 5%;
	color : black;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
	text-align : left;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

ul{
	margin-left : 0%;
	margin-right : 0%;
	list-style-image : none;
	list-style-position : inside;
	list-style-type : disc;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : sans-serif;
	text-align : left;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

 td{
	margin-left : 0%;
	margin-right : 0%;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
	text-align : left;
	text-indent : 0%;
	letter-spacing : normal;
	line-height : normal;
	height : auto;
}

.PageBreak{
	page-break-after : always;
}