body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #854391;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-top: 25px;
	margin-top: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #854391;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #474747;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	list-style-position: inside;
}

/* ----------links----------------- */

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 22px;
}

.topnavOn {
	color: #854391;
}

.topnav a:link {
	color: #000000;
	text-decoration: none;
}
.topnav a:visited {
	color: #000000;
	text-decoration: none;
}
.topnav a:hover {
	text-decoration: underline;
	color: #854391;
}
.topnav a:active {
	text-decoration: none;
	color: #854391;
}


.botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.botnav a:link {
	color: #000000;
}
.botnav a:visited {
	color: #000000;
}
.botnav a:hover {
	color: #854391;
}
.botnav a:active {
	color: #854391;
}




p a:link {
	color: #309CCC;
	font-weight: bold;
}
p a:visited {
	color: #309CCC;
	font-weight: bold;
}
p a:hover {
	color: #854391;
	font-weight: bold;
}
p a:active {
	color: #854391;
	font-weight: bold;
}



h3 a:link {
	color: #309CCC;
}
h3 a:visited {
	color: #309CCC;
}
h3 a:hover {
	color: #854391;
}
h3 a:active {
	color: #854391;
}

/* ----------other styles----------------- */

.imgWoman {
	background-image: url(images/img_person01.png);
	background-repeat: no-repeat;
	background-position: left top;
}	
	
.imgMan {
	background-image: url(images/img_person02.png);
	background-repeat: no-repeat;
	background-position: left top;
}	
