/* standard elements */body	{	background-image : url(/images/bg.gif);	font-family: times;	margin-left: 0px;	margin-right: 0px;	margin-top: 0px;	margin-bottom: 20px	}p	{	margin-left: 15;	margin-right: 10;	color: #333333;	font-size: 16px;	font-family: times;	font-weight: normal;	text-align: justify;	}td	{	color: #333333;	font-size: 16px;	font-family: times;	font-weight: normal;	text-align: justify;	}h1	{ 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	font-weight: none;	color: #333399;	text-align : center;	}h2 	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 20px;	font-weight: none;	color: #333399;	background-color: #ffffff;	}h3	{	margin-left: 5;	margin-right:10;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: none;	color: #333399;	background-color: #FFFFFF;	}h4	{ 	margin-left: 10;	margin-right:10;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: none;	color: #333399; 	background-color: #FFFFFF;	} h5	{ 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #333399; 	}address	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: none;	color: #000000; 	}caption	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #333399; 	}ol	{	margin-left: 20;	margin-right: 10;	color: #333333;	font-size: 14px;	font-family: times;	font-weight: normal;	text-align: justify;	}ul	{	margin-left: 20;	margin-right: 10;	color: #333333;	font-size: 14px;	font-family: times;	font-weight: normal;	text-align: justify;	}pre	{	color: #333333;	font-size: 14px;	font-family: helvetica;	}/* default links */a:link 	{ 	color: blue;	font-weight: none;	text-decoration: none;	}a:visited 	{ 	color: blue;	font-weight: none;	text-decoration: none;	}a:hover	{	color: green;	font-weight: normal;	text-decoration: underline;	}