/* CSS Document */
a {
	text-decoration: none;
	color: #5C88A1;
}

a:hover {
	color: red;
}

/* header styles */

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #F2DB8D;
}

h2 {
	color: #778000;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

/* body styles */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6A6A6A;
}

p {
	font-size: 14px;
}

.callout {
	margin-top: 5px;
	font-style: italic;
	/* font-size: 16px; */
	line-height: 150%;
}

.detail {
	font-size: 11px;
	width: 360px;
	margin-bottom:10px;
}

.columntitle {
	font-size: 11px;
}

/* footer styles */

.footnote {
	margin-top: 10px;
	font-size: 11px;
}

.footnotenum {
	font-size: xx-small;
	font-style: normal;
	vertical-align: super;
}

.copyright {
	color: white;
	font-size: 11px;
}

.privacylink {
	color: #F2EBAD;
	margin: 10px;	
}

/* table and diagram styles */

.info {
	padding: 6px;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

.tableheader {
	
}

.columntitle {
	font-weight: bold;
}

.rowtitle{
	font-style: italic;
}

.tablefooter {
	font-size: 12px;
}

/* form styles */

.formlabel {
	font-size: 12px;
	padding-right: 7px;
}

.formfield {
	font-family: Tahoma, Verdana, Arial;
	padding: 2px;
	margin: 1px;
}

.formselect { /* class for radio button & checkbox labels */
	font-size: 12px;
}

