a {
	outline: 0;
}

a:link {
	text-decoration : none;
	font-family : arial, helvetica;
	font-size : 1em;
	color : #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

a:hover {
	background-color : none;
}

a.c6 {
	text-decoration : none;
}

a.c7 {
	color: blue;
}

a.c8 {
  font-family:'Times New Roman', serif;
  color: blue;
  font-size: 24px;
  text-decoration: underline;
}

a.c9 {
  color: blue;
  text-decoration: underline;
}

a.c10 {
  font-family:'Times New Roman', serif;
  color: blue;
  font-size: 21px;
  text-decoration: underline;
}

body {
	background-image : ;
	background-color : #C6C7BA;
	margin-top : 16px;
}

p.c1 {
	line-height : 100%;
	margin-bottom : 0;
	margin-top : 0;
	text-align : justify;
	word-spacing : 0;
}

p.c2 {
	line-height : 100%;
	margin-bottom : 0;
	margin-top : 0;
	text-align : center;
	word-spacing : 0;
}

p.c5 {
	line-height : 100%;
	margin-bottom : 0;
	margin-top : 150px;
	text-align : center;
	word-spacing : 0;
}

p.c6 {
	line-height : 100%;
	margin-bottom : 0;
	margin-top : 4px;
	text-align : center;
	word-spacing : 0;
}

p.c7 {
	margin-top: 28px;
}

p.c8 {
	margin-bottom : 0;
	text-align : center;
}

p.c9 {
	word-spacing : 0;
	text-indent : 0;
	line-height : 100%;
	margin : 0;
}

p.c10 {
	word-spacing : 0;
	text-indent : 0;
	line-height : 100%;
	margin : 0;
	font-family : arial, helvetica;
	font-size : 1em;
	color : #FFFFFF;
}

p.c11 {
	line-height : 100%;
	margin-bottom : 0;
	margin-top : 10px;
	text-align : center;
	word-spacing : 0;
}

p.c12 {
	color : black;
	font-family : arial, helvetica;
	font-size : 100%;
	text-align : center;
}

p.c14 {
	color : black;
	font-family : arial, helvetica;
	font-size : 90%;
	text-align : justify;
}

p.c15 {
	text-align : justify;
}

p.c16 {
	color : black;
	font-family : arial, helvetica;
	font-size : 80%;
	text-align : center;
}

p.c17 {
	color : black;
	font-family : arial, helvetica;
	font-size : 100%;
	line-height : 150%;
	margin : 0;
	text-align : justify;
}

p.c18 {
	color : black;
	font-family : arial, helvetica;
	font-size : 100%;
	line-height : 150%;
	margin : 0;
	text-indent: 50px;
}	

p.c19 {
	margin-top: 72px;
}

span.c3 {
	color : #660033;
}

span.c5 {
	color : #FFFFFF;
	font-family : arial, helvetica;
}

span.c10 {
	color : black;
	font-family : arial, helvetica;
	font-size : 130%;
}

span.c11 {
	color : black;
	font-family : arial, helvetica;
}

span.c12 {
	color : white;
	font-family : arial, helvetica;
	font-size : 80%;
}

span.c20 {
	color : black;
	font-family : arial, helvetica;
	font-size : 120%;
	background-color : grey;
}

table.c14 {
	background-color : grey;
}

td.c4 {
	background-color : #E3E3E3;
	vertical-align : middle;
}

td.c5 {
	vertical-align : middle;
}

td.c9 {
	background-color : #000033;
	vertical-align : middle;
}

td.c10 {
	background-color : white;
}

.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
 color : #660033;
}
.example1 h2 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
}

.example2 {
 height: 50px;	
 overflow: hidden;
 position: relative;
 color : #660033;
}
.example2 h2 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 animation: example1 10s linear infinite; /* Apply the animation */
 animation-delay: 0s;  
 animation-iteration-count: 1;
}

@keyframes example1 {
  from {left: 80%;
  }
  to {left: -80%;
  }
}

p.c19 {
line-height: 150%;
}

#myDiv {
	width: 925px;
	margin: auto;
	background-color: silver;
	text-align: center;
	color : black;
	font-family : arial, helvetica;
	font-size : 130%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#myDiv2 {
	width: 925px;
	background-color: silver;
	margin: auto;
	text-align: left;
	color : black;
	font-family : arial, helvetica;
	font-size : 110%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#myDiv3 {
	width: 925px;
	background-color: silver;
	margin: auto;
	text-align: left;
	color : black;
	font-family : arial, helvetica;
	font-size : 110%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

.div-1 {
    width: 925px;
	background-color: silver;
	margin: auto;
	text-align: left;
	color : black;
	font-family : arial, helvetica;
	font-size : 110%;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}