body {
	scrollbar-arrow-color:000000;
	scrollbar-track-color:ffffff;
	scrollbar-shadow-color:dddddd;
	scrollbar-face-color:ffffff;
	scrollbar-highlight-color:ffffff;
	scrollbar-darkshadow-color:000000;
	scrollbar-3dlight-color:ffffff;
	background-color : White;
}
#container {

	margin:auto;

	width:660px;

}
table.td{
	vertical-align : top;
}
p {
	font-family: "Times New Roman";
	font-size: 14px;
}
p.sidebar{
	color: Gray;
	font-size: 13px;
	font-weight : bold;
	font-variant : small-caps;
}
p.opposite{
	color: white;
	font-size: 14px;

}
h1,h2,h3,h4,h5 {
	font-family: "Times New Roman";
	color: 000000;}


h1.opposite {
	font-family: "Times New Roman";
	color: White;
}
	
h2.opposite {		font-family: "Times New Roman";
	color: White;
}
	
	
h3.opposite {		font-family: "Times New Roman";
	color: White;
	
}

a:link {
	color: Olive;
	text-decoration: none;
}
	
a:visited  {
	color: Olive;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: underline;
}

a.opposite:link {color: white; text-decoration: none; }
	
a.opposite:visited  {color: white; text-decoration: none; }
a.opposite:hover {
	color: Lime;
	text-decoration: underline;
}
a.opposite:active {
	color: Lime;
	text-decoration: underline;}

