/* Presentation Stylesheet */ 

body{
	font: 80% Arial, Helvetica, sans-serif
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
div#extra{
	text-align: center
}
h1 {
	font-size: 1.4em;
	font-weight: lighter;
	color: #ffffff;
	margin-top: 1em;
	margin-bottom: 0;
	padding-top: 1em;
	padding-bottom: 0em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: lighter;
}
h3 {
	font-size: medium;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: small;
	color: #999999;
}
h4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #999999;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active {
	color: #006699;
}
a:hover {
	color: #006699;
}
a.white:link {
	color: #ffffff;
}
a.white:visited {
	color: #ffffff;
}
a.white:active {
	color: #ffffff;
}
a.white:hover {
	color: #ffffff;
}
.faq {
	margin-top: 0px; margin-bottom: 13px;
}
.largetitle {
	font-size: 1.4em;
	font-weight: lighter;
	color: #ffffff;
	margin-bottom: 0;
	padding-top: 1.2em;
	padding-bottom: 0;
	letter-spacing: 0.1em;
}
.largebluetitle {
	font-size: 1.4em;
	font-weight: lighter;
	color: #1a7290;
	margin-bottom: 0;
	padding-top: 1.2em;
	padding-bottom: 0;
	letter-spacing: 0.1em;
}
.mediumtitle {
	font-size: 1.1em;
	font-weight: bold;
}
.mediumtext {
	font-size: 0.8em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0;
}
.smalltext {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
table.question{
	margin: 0; padding: 0;
	margin-bottom: 10px;
}
table.question p {
	color: #ffffff;
	margin-top: 11px; margin-bottom: 11px;
}
table.question a {
	color: #ffffff;
}


@media print {
.udm { display:none; }
div#extra { display:none; }
div#titlebar { display:none; }
div#title { margin: 0; }
div#footer { margin: 0; }
div#legal { margin: 0; padding:1em 2em; }
div#content { margin: 0; border-left: 0; border-right: 0; background-image: url('/images/_.gif');}
}
