@charset "utf-8";
/* CSS Document */

body {
	background-color: #F7F7F7;
	padding: 5px;
}
h1 {font-size: x-large;
    color: #610196;
    font-family: "Trebuchet MS";
	font-weight: normal;
}
h2 {font-size: large;
    color:#000000;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
h3 {font-size: small;
    color: #610196;
	font-family: "Trebuchet MS";
	font-weight: bold;
}	
p.center {text-align: center;
} 		
a:link {
	color: #610196;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
a:visited {
	color: #610196;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
a:hover {
	color: #610696;
	text-decoration:underline;
	font-family: "Trebuchet MS";
}
a:active{
	color: #610196;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
.pictures {
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}
.picturesright {
    margin-left: 10px;
	float:right;
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.style2{
	font-family: "Trebuchet MS";
	font-size: large;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.style3 {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #610196;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.style4 {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.style5 {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.style6 {
	font-family: "Trebuchet MS";
	font-size: 12 px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	font-weight: normal;
}
.style7 {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #610196;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.style8 {
    font-family: "Trebuchet MS";
	font-size: small;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	font-weight: normal;
}
.style9 {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
}	
.style11 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.style12 {
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}


.style10 {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #000000;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

.style13 {
	font-family:"Trebuchet MS";
	font-size: medium;
	color:#FFFFFF;
	text-align: left;
	font-weight: normal;
}
	
#MenuBar1 {
	background-color: #610196;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	/* vertical-align: middle; */
	color: #F7F7F7;
	height: auto;
	width: auto;
	position: relative;
	/* top: inherit; */
	/* right: inherit; */
	/* bottom: inherit; */
	margin: 0px;
	padding: 0px;
	/*left: inherit; */
	letter-spacing: normal;
	text-indent: 0px;
	word-spacing: normal;
	display: block;
}
.table {
	padding: 5px;
}

.image {
	position:relative;
	float:left; /* optional */
}
.image .text{
	position:absolute;
	top:75px; /* in conjunction with left property, decides the text position */
	left:820px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #610196;
	font-weight:normal;
	
}

