body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		color: black;
		background-color: white;
		cursor: default;
}

td {
		font-size: 10px;
}
	
a { 
		color: blue; 
		text-decoration: none;
}

img { 
		border: solid 0px white;
}

.top {
		height: 60px;
		padding: 0px;
		border: none;
}

.baro {
		background-color: #fc3;
}

.barp {
		background-color: #c9f;
		height: 10px;
}

.navlink {
		color: white;
		background-color: #c9f;
		padding: 0px;
		border: none;
		border-left: solid 120px #fc3;
}

.navlink a {
		font-size: 11px;
		font-weight: bold;
		color: white;
		background-color: #c9f;
		text-decoration: none;
		padding: 1px;
		border: none;
		display: block;
		width: 120px;
		text-align: center;
		border: solid 1px #c9f;
}

.navlink a:hover {
		color: #c9f;
		background-color: white;
		text-decoration: none;
		border: solid 1px #c9f;
}

#header {

}

#footer {
		background-color: #c9f;
		text-align: right;
		padding: 0px;
		height: 15px;
		border-right: solid 120px #fc3;
}

#copy { 
		font-size: 10px;
		text-align: center;
		padding-top: 8px;
}

#body { 
		padding: 8px;
		padding-left: 32px;
		padding-right: 32px;
		font-size: 13px;
}

#plist {
		padding: 8px;
}

#plist div {
		width: 480px;
		font-size: 13px;
		font-weight: normal;
		padding: 4px;
		margin: 4px;
		color: blue;
		cursor: pointer;
}

#plist div:hover {
		background-color: #f2f2f2;
}

#pdesc {
		font-size: 12px;
}

.piclink, #backlink {
		color: blue;
		cursor: pointer;
		display: block;
		padding: 6px;
		padding-left: 12px;
		font-size: 12px;
		font-weight: normal;
}

