/* CSS Document */

body {
	font-family:Arial;
	margin-top: 0px;
	margin-left: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.titleleftmargin {
	margin-left: 1cm;
	font-weight: bold;
	border-bottom: 1px dotted gray;
	font-size: 130%;
	color: #993399;
}

div.leftmargin {
	margin-left: 1cm;
	margin-bottom: 1cm;
}

h3 {
	font-weight: bold;
	border-bottom: 1px dotted gray;
	font-size: 130%;
	color: #993399;
}

h4 {
	font-weight: bold;
	color: #3B467B;
}

h5 {
	font-weight: normal;
	font-size: small;
	color: #993399;
	font-style: italic;
	border-bottom-style: none;
}

.underline {
	text-decoration:underline;
	display:inline;
}

.small {
	font-size: x-small;
}

.tablesmall {
	font-size:smaller;
	}

.smallmanu {
	font-size: x-small;
	color: #7E8CA0;
}

p {
	margin-left: 1cm;
}

p.note {
	font-size: xx-small;
	color: #666666;
}

ul.inside {
list-style-position: inside;
}

ul.outside {
list-style-position: outside;
}

div.imageright {
float:right;
width:230px;
margin:0 0 15px 20px;
padding:15px;
text-align:center;
}

p.smallnote {
	font-size: x-small;
	font-style: italic;
}

h6 {
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
	border-bottom-style: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #010066;
}
