/* CSS Document */

body {
	
	scrollbar-arrow-color: #000080;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #800000;
	scrollbar-face-color: #efe6C9;
	scrollbar-shadow-color: #800000;
	scrollbar-darkshadow-color: #fcf9bf;
	scrollbar-track-color: #625A4A;

    xbackground-color: #e0ffff;
    xbackground-color: #efffca;
    background-color: #c2b186;
		
}


h1 {
	font-weight: 900;
	font-size: 36px;
	border-width: thin;
	border-style: outset;
	background-color: #ffcc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
}

h2 {
	font-weight: bold;
	font-size: 24px;
	color: #6b6453;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-weight: 300;
	font-size: 16px;
	color: #000000;    
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-weight: 300;
	font-size: 12px;
	color: #efe6c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	font-size: 12px;
	color: #6b6453;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

p,td {
	font-weight: 5;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emph
{
   font-weight: bold;			
} 


/* table, tr, td, */
.bartd
{
   background-color: #cacce3;
}

.bckgtd
{
   background-color: #FFFFFF;
}

.bordert
{
   border-width: 1px;
   border-color: #CC7575;
}

.borda
{
   border-width: 2px;
   border-color: #ff9900;
}


a:link {
	font-weight: 100;
	font-style: normal;
	color: #e09300;   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	font-weight: 100;
	font-style: normal;
	color: #889955;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	font-weight: 100;
	font-style: normal;
	color: #338833;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:active {
	font-weight: 100;
	font-style: normal;
	color: #9f0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
p.captions {
	margin: 20px;
}

