div.border {
	color: black;
	background-color: #dfdfff;
	/* border: solid rgb(0,0,50); /* dark blue */
}

BODY { color: #e0c184;
	text-align: justify;
	background-color: white; 
	background-image: url("images/background.jpg"); }

BODY P:first-letter { color: purple; font-weight: 400; }

h1	{
	letter-spacing:		-2px;
 	color:				#3A1696;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			18pt;
	font-style:			italic;
	}

h2	{
	letter-spacing:		-2px;
	color: 				#b74e5c; 
	font-family:                    Verdana, Arial, Helvetica, sans-serif;
	font-size:                      14pt;
	font-style:                     italic;
	}
h3	{
	letter-spacing:         -2px;
	color:                          #3A1696;
	font-family:                    Verdana, Arial, Helvetica, sans-serif;
	font-size:                      12pt;
	}

h1.large { font-size: 24pt; }

p { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; }
p.description {  background-color: #F0F0FF}
p.serialnumber { font-size: 12pt; font-weight: bold; }
p.large {  font-size: 14pt; }

address { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; font-style: italic; font-weight: normal;  
color: #000000; background-color: #FFFFFF; 
text-align: center; }

p.question { font-size: 11pt; color: #000000; background-color: #FFFFFF; font-style: italic; }
p.answer { font-size: 9pt; color: #800000; background-color: #FFFFFF; font-style: normal; }
p.white { color: #FFFFFF; }
p.title { color: #FFFFFF; font-size: 14pt;
}
p.small {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif; 
}


textarea { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

ul { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
ol { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
dl { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

dt { font-size: 11pt; color: #000000; background-color: #FFFFFF; font-style: italic; }
dd { font-size: 9pt; color: #800000; background-color: #FFFFFF; font-style: normal; }


h4.sectionheader { color: #006080; background-color: #FFFFFF; }
ul.sectionitems { color: #400020; background-color: #FFFFFF; font-style: normal; }

td { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
td.submenu { 	background-color: 		#FFDC00;
	text-align: 			center;
	color:				#000000;
}

h1.smaller {  font-size: 18pt}

a { padding:                  0;
    margin-top:               0;
    margin-bottom:            0;
  }
a:link { color: #6A75D6; text-decoration: none; }
a:visited { color: #8675EE; text-decoration: none }
a:active { color: #7885FF; text-decoration: none }
a:hover { color: #7885FF;  text-decoration: underline }

A IMG { border-style: none; border-width: 0; }
img.hr { text-align: center; }
img.ch { width: 50%; }
img.current { vertical-align: bottom; 
	      text-align: left; }

div.contents { width: 85%; padding-left: 5%; text-align: center; }
#content { 
	width: 85%; 
	padding: 1%; 
	position: relative;
	left: 14%;
	background-image: url('images/trans_background.png');
}
	
#sidebar { 
	position: fixed; 
	left: 0; 
	top: 35%; 
	width: 13%; 
	z-index: 0;
	
}

p.contents { text-align: right; }
p.contentsbot { text-align: left; }

pre { font-family: Courier New, Courier,terminal,fixed; font-size: 8pt; font-style: normal; }

#locator {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	border-width: 1px;
	border-top: solid;
	border-left: none;
	border-right: none;
	border-bottom: solid;
	text-align: center;
	width: 85%;
	padding: 5px;
	position: relative;
	left: 14%;
	background-image: url('images/trans_background.png');
}
