/* CSS Document */

/* Colors:
	Dark:  647688
	Light: BAC3CC
	White: FFFFFE
	Gray:  C3C3C3
	Error: 886464
*/

body {
	background:#FFFFFE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a { color: #647688; }
a:visited { color: #647688; }
a:active { color: #647688; }
a:hover { color: #647688;}
a.nav_top{ text-decoration:none; }
a.nav_top:visited { text-decoration:none; }
a.nav_top:active { text-decoration:none; }
a.nav_top:hover { text-decoration:none; }

h1 {
	color: #647688;
	border-bottom: 1px solid #647688;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	color: #647688;
	border-bottom: 1px solid #647688;
	width: 60%;
	font-size:inherit;
	font-weight:bold;
}

h3 {
	color: #647688;
	font-size:inherit;
	font-weight:bold;
}

p.header {
	color: #647688;
	border-bottom: 1px solid #647688;
	width: 60%;
	font-weight:bold;
}

p.footer {
	color: #647688;
	border-bottom: 1px solid #647688;
	width: 100%;
	font-size:small;
}

.small {
	color: #647688;
	width: 60%;
	font-size:small;
}

.error {
	color: #886464;
	border-bottom: 1px solid #886464;
}

.message {
	color: #647688;
}

div#content {
	margin-left:25pt;
}

div#nav_top {
	color: #BAC3CC;
	display:inline;
	margin:0pt;
	margin-top:1pt;
	float:right;
	font-size:smaller;
	vertical-align:text-top;
}

.msgbox {
	border: dashed 1px #ff0000;
	background-color: #FEF49C;
	width: 60%;
	padding: 2px;
}

table.pics, tr.pics, td.pics {
	border: 1px solid #647688;
	border-collapse:collapse;
	padding: 5pt;
}
