/* links */
a {
	color: #820315;
	text-decoration: none;
}
a:hover {
	color: #820315;
}
/* =================== */

/* standard elements */
body {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	background-color: #F8EEDB;
	color: black;
	font-family: "Times New Roman", Times, serif;
}

p, table, tr, td, th
{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

table.document
{
	border: 1px solid #40716C;
	background-image : url(images/SunBG.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
}
/* =================== */

.mainTitle
{
	color: #40716C;
	font-size: 24px;
}

.subTitle
{
	color: #40716C;
	font-size: 20px;
}

.itemTitle
{
    font-weight: bold;
	font-size: 14px;
}

/* headers */
h1 {
	color: #40716C;
	font-size: 24px;
	margin-top: 0em;
}
h2 {
	color: #40716C;
	font-size: 20px;
}
h3 {
	color: #000000;
	font-size: 16px;
	margin: 0em;
}
/* =================== */

.contentbox
{
	background-color: #F8EEDB;
	border-top: 1px solid #40716C;
	border-bottom: 1px solid #40716C;
	margin-left : 5px;
	margin-right : 5px;
}

.heading
{
	background-color: #40716C;
	color: #ffffff;
	font-weight : bold;
}

.light
{
	background-color: #F8EEDB;
}

.dim
{
	color: #DDC89E;
}

.highlighted
{
	background-color: #FFFF99;
	font-weight: bold;
}

.error
{
	color: #CC0000;
	font-weight: bold;
}

.small
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.smallquote
{
	font-size : 11px;
}

.footer
{
	font-size: 10px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #000000;
}

.footer a, .footer a:hover
{
	font-size: 10px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #000000;
}

.standout-left {
	border-left: 1px dashed #820315;
	border-top: 1px dashed #820315;
	border-bottom: 1px dashed #820315;
	background-color: #F8EEDB;
}

.standout-right {
	border-right: 1px dashed #820315;
	border-top: 1px dashed #820315;
	border-bottom: 1px dashed #820315;
	background-color: #F8EEDB;
}
