/* CSS Document */

body
{
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: white;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;

	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

table 
{
    font: bold 10pt Arial, Helvetica, sans-serif;
} 

p 
{
    font: bold 10pt Arial, Helvetica, sans-serif;
} 

a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;

}
a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;

}	 

img {
border-width: 2px;
border-color: #000000;
} 

.side{
	display:inline
}