/******************************************************************************
* Defines default styles for site pages.                                      *
******************************************************************************/

body {
	scrollbar-face-color: #f0f0ff;
	scrollbar-arrow-color: #ff0000;
	scrollbar-base-color: ;
	scrollbar-shadow-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-track-color: #eaeaff;
	background-image: url("http://caara.net/media/back10.gif");
	background-attachment: fixed;
	color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Controls how links look. */
a img {
	border: none;
}

/*normal links in the text*/
a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #008800;
	text-decoration: none;
}

a:hover {
	/*background: #f5f5fa;*/
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

h2 {
	font-family: Georgia, serif;
	font-size: 16pt;
	color: #474767;
	margin-bottom: 4px;
	text-shadow: #B0C4DE 2px 2px 1px;
	text-align: center;
}

h3 {
	font-family: Georgia, serif;
	font-size: 13pt;
	color: #474767;
	margin-bottom: 4px;
	text-shadow: #B0C4DE 2px 2px 1px;
	text-align: center;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #474767;
	margin-bottom: 4px;
	text-shadow: #B0C4DE 2px 2px 1px;
	text-align: center;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #474767;
	margin-bottom: 4px;
	text-shadow: #B0C4DE 2px 2px 1px;
	text-align: center;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #474767;
	margin-bottom: 4px;
	text-shadow: #B0C4DE 2px 2px 1px;
	text-align: center;
}

p, ol, ul, dl {
	color: #000088;
	text-align: justify;
}

.report {
	position: absolute;
	left: 50%;
	width: 600px;
	margin-top: 0px;
	margin-left: -300px;
}

.menu {
	font-size: 8pt;
	text-align: center;
}

.oldbrowser {
	display: none;
}

.red {
	color: #ff0000;
}

.note {
	font-size: 7pt;
	color: #444444;
}

.green {
	color: #00ff00;
}

.blue {
	color: #0000ff;
}

pre {
	font-family: Courier New, Courier, monospace;
	font-size: 8pt;
}

.li {
	margin: 0px 70px 0px 70px;
}

@media print {
	div.test {
	display: none;
	border: none;
	border-style: none;
}
}


