body {
	font-size: small;
	color: #2D353C;
	font-family: "Myriad Web", "Lucida Grande", Verdana, Arial, sans-serif;
}

p, h2, h3, dt, li, cite {
	margin-bottom: 1em;
	line-height: 1.5em;
}

p.important {
	color: #108DC2;
	font-size: 1.2em;
}

dl {
	margin-top: -1em;
	margin-bottom: 1em;
}

dt {
	margin-bottom: 0;
	margin-top: 1.5em;
	font-weight: bold;
}

dd {
	margin-bottom: 0;
	line-height: 1.5em;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 1em;
}

ul {
	list-style-type: square;
	display: block;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}


.right {
	float: right;
	margin: 5px 0 10px 10px;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #FF6600;
}

a:hover {
	color: #1A0B72;
	text-decoration: none;
}

h1 {
	font-size: 2.3em;
	margin: 0.5em 0 0 0;
	color: #1A0B72;
}

.home h1 {
	margin: 0;
}

h2 {
	font-size: 1.6em;
	margin: 1em 0 0 0;
	color: #1A0B72;
}

h3 {
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #1A0B72;
}

label {
	font-weight: bold;
}

p.photo {
	width: 170px;
	float: right;
	margin: 5px 0 5px 10px;
	clear: right;
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
}

p.photo {
	display: block;
}

p.login {
	font-size: 0.9em;
	text-align: right;
}


