/*VPDbURL{file:///D|/profwork/pw.vpp}*/
P {
  			font-family: Verdana, Arial;
  			font-weight: 300;
}

H2 {
  			color: yellow;
  			background-color: navy;
  	font-size: 14pt;
}

H3 {
  			color: yellow;
  			background-color: navy;
  font-size: 12pt;
}

H4 {
  			color: yellow;
  			background-color: navy;
}

OL {
  			font-family: Verdana, Arial;
  			font-weight: 300;
}

UL {
  			font-family: Verdana, Arial;
  			font-weight: 300;
}

LI {
  			font-family: Verdana, Arial;
  			font-weight: 300;
}

BODY {
	margin-left: 64px;
	font-family: Verdana, Arial;
	color: black;
	font-weight: 300;
	margin-right: 64px;
	background-color: white;
}

// background-image: url(../images/back1.gif) } H1 {
//  			color: navy;
//}

TD {
	font-family: Verdana, Arial;
	color: black;
	font-weight: 300;
}

hr {
	display: block;
	//color: navy;
	background-color: navy;
	//font-weight: 500;
	border-style: inset;
    border-width: 2px;
}
footer {
	text-align: center;
}

.bigbold {
  			font-size: 18pt;
  			font-weight: 800;
}
.note {
	color: black;
	background-color: yellow;
	font-weight: 600;
}


.insert {
	margin-left: 24px;
	margin-right: 24px;
	font-family: Verdana, Arial;
	color: navy;
	background-color: yellow;
	border-top: thin red;
	border-right: thin red;
	border-bottom: thin red;
	border-left: thin red;
	border: thin solid #000;
	font-size: 14pt;
}

.highlight {
	margin-left: 24px;
	margin-right: 24px;
	font-family: Verdana, Arial;
	color: #300;
	background-color: #FFF;
	padding: 4px;
	border: thin solid #000;
}

H1 {
	background-color: yellow;
	color: navy;
	text-align: center;
	border-top: thick red groove;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 16pt;
	border-right: thick red groove;
	border-bottom: thick red groove;
	border-left: thick red groove;
}

.internal {
	text-align: center;
	color: yellow;
  	background-color: navy;
  	font-size: 14pt;
	border-top: thick yellow groove;
	border-right: thick yellow groove;
	border-bottom: thick yellow groove;
	border-left: thick yellow groove;

}

BASE {
  color: black;
}

BIG {
  color: navy;
}

H5 {
  text-align: center;
}

CITE {
	font-size: 100%;
}
TABLE {
  color: black;
}

ADDRESS {
	font-size: 8pt;
	font-style: italic;
	//background-color: #FFF;
	font-family: Verdana, Arial;
	text-align: center;
	font-weight: lighter;
	line-height: normal;
	text-decoration: none;
	position: inherit;
}
strong {
	font-weight: bold;
}
.yellow {
	a:visited: yellow;
	font-size: 14px;
	font-weight: 300;
	color: yellow;
}

#main { 
	width: 75%;
	float: left;
}

#sidebar {
	width: 25%;
	float: right;
}
#clear {
	clear: both;
}