/* CSS Document */

body {
  font-family: verdana, arial, sans-serif;
  color: #000000;
  background: #FDE5FB;
  font-size: 75%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-width: 1000px;
} 

p {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  font-family: verdana, arial, sans-serif;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 10px;
  color: #000000;
}

a {
	color: #BA71FE;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
  color: #9D2EFB;
  text-decoration: underline;
  background-color: transparent;
}

a:visited {
  color: #BA71FE;
  text-decoration: underline;
  background-color: transparent;
}

h1 { 
  padding: 0px;
  margin: 0px;
  font-weight: 800;
  font-size: 190%;
  text-align: left;
  margin-left: 7%;
  margin-right: 7%;
  margin-bottom: 20px;
  color: #BA71FE;
  background-color: transparent;
}

h2 { 
  padding: 0px;
  margin: 0px;
  font-weight: 800;
  font-size: 150%;
  text-align: left;
  color: #BA71FE;
  margin-left: 7%;
  margin-right: 7%;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: transparent;
}

h3 { 
  font-weight: 800;
  font-size: 110%;
  text-align: left;
  color: #BA71FE;
  margin-left: 7%;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: transparent;
}

h4 { 
  font-weight: 800;
  font-size: 90%;
  text-align: left;
  color: #000000;
  margin-left: 7%;
  background-color: transparent;
}

h5 { 
  font-weight: 800;
  font-size: 80%;
  text-align: left;
  color: #000000;
  margin-left: 7%;
  background-color: transparent;
}

.smalltext {
font-size: xx-small;
}

#flashobject {
padding: 0px !important;
margin: 0px !important;
display: inline;

}

ul {
	list-style-image:url(../images/katbullet.gif);
	font-family: verdana, arial, sans-serif;
    padding-left: 15%;
	margin-right: 15%;
	margin-bottom: 0px;
	color: #000000;
}


#bodycontent {
position: relative;
width: 1000px;
display: block;
margin: 0px;
margin-right: 1px;
text-align: left;
background-image:url(../images/body_background.jpg);
background-repeat:repeat-y;
background-position:center;
}

.footer {
position: relative;
width: 100%;
display: block;
margin: 0px;
text-align: center;
font-size: xx-small;
color: #BBBBBB;
background: #FDE5FB;
}

.floatleft {
float:left;
}

.floatright {
float: right;
}

img {
padding: 0px !important;
margin: 0px !important;
vertical-align: bottom;
}

object {
padding: -2px !important;
margin: -2px !important;
margin-right: -1px !important;
vertical-align: bottom;
}

embed {
padding: -2px !important;
margin: -2px !important;
margin-right: -1px !important;
margin-left: -3px !important;
vertical-align: bottom;
}

table.body {
margin-left: 7%;
margin-right: 7%;
}

form {
margin-left: 7%; }