/* Cascading Style Sheet file for Archive Plus page */
/* Remember: Don't specify any colors in your pages -- do it all here */
body, p, table, ul, ol, li, textarea, input, select
{
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 9pt;
}

body {
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

h1 {font-size:160%;text-align:center;color:#4B492D}
h2 {font-size:140%;text-align:center; color: #4B492D}
h3 {font-size:120%;text-align:left;text-decoration: "underline"; color: #777449}
h4 {font-size:100%;text-align:center; color: #777449}
h5 {font-size:80%;text-align:left;text-decoration: "underline";color: #777449}
h6 {font-size:80%;text-align:center; color: #777449}

a:link 	{color:#6B694D}
a:visited 	{color:#6B694D}
a:active	{color:#6B694D}
a:hover 	{color:#000000}

p {
	line-height: 150%;
	font-family: arial, tahoma, verdana;
	text-indent: 3em;
}
p:first-letter {
	font-size:150%;
}

.userMessage{
    font-size:11pt;
    text-align:center;
    font-weight:bold;
}
.userError {
    color: #ff0000;
}
.userWarning {
    color: #336699;
}
.userSuccess {
    color: #009900;
}

a.left:link, a.left:visited {
	color: #C6C68A;
	text-decoration:underline;
}
a.left:hover {
	color: #DCDCB8;
	text-decoration:underline;
}

.message {
	background-color: #DCDCB8;
	color: #4B492D;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding: .5em;
	margin: .5em;
	border: solid 1px #4B492D;
}

