body				{
					text-align:			left;
					font-family:		Arial, Helvetica, sans-serif;
					color:				#666666;
					background:			white;
					
					margin-left:		0;
					margin-right:		0;
					margin-top:			0;
					margin-bottom:		0;
					}
h1					{
					margin-top:			0;
					margin-bottom:		0;
					}
h2					{
					font-size:			medium;
					color:				navy; 
					font-weight:		normal;
					}
p					{
					margin-top:			0em;
					margin-bottom:		0em;
					}
a:link				{color:				blue;}
a:visited			{color:				blue;}
a:hover				{color:				#c43682;}
a:active			{color:				red;}

a img				{border:			none;	text-decoration:	none;}
img					{max-width:			100%;}

ul					{
					list-style:	 		disc outside;
					list-style-image:	url(bullet.jpg);
					margin-top:			0;
					margin-bottom:		0;
					}
li					{
					margin-left:		-1em;
					margin-bottom:		0.5em;
					}
.main				{
					width:				42em;
					margin-left:		6em;
					}
.hidden				{display:			none;}
.footer				{text-align:		center; width: 42em;}
.english			{font-family:		"Times New Roman", Times, serif;}
.normal				{color:				#666666; text-decoration:none;}
.small				{font-size:			small;}

.dotty				{
					text-decoration:	none;
					border-bottom:		thin dotted gray;
					}
a.aboutus				{text-decoration:none;}
a.aboutus:link img		{background:transparent url(aboutus1.jpg) top left no-repeat;}
a.aboutus:visited img	{background:transparent url(aboutus1.jpg) top left no-repeat;}
a.aboutus:hover	img		{background:transparent url(aboutus2.jpg) top left no-repeat;}
a.goback				{text-decoration:none;}
a.goback:link img		{background:transparent url(about/back1.jpg) top left no-repeat;}
a.goback:visited img	{background:transparent url(about/back1.jpg) top left no-repeat;}
a.goback:hover img		{background:transparent url(about/back2.jpg) top left no-repeat;}

.floatleft			{float:				left;}
.floatright			{float:				right;}
.column50l			{
					float:				left;
					width:				20em;
					text-align:			left;
					padding-right:		1em;
					}
div.spacer			{
					line-height:		1px;
					clear:				both;
					}
.columnback			{width:				8em;}