/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #004366;
}
body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

a:link 			{color: #FF3300; text-decoration: none;}
a:visited 		{color: #FF3300; text-decoration: none;}
a:active 		{color: #FF3300; text-decoration: none;}
a:hover 		{color: #004366; text-decoration: none;}

a.list:link 	{color: #004366; text-decoration: none;}
a.list:visited 	{color: #004366; text-decoration: none;}
a.list:active 	{color: #004366; text-decoration: none;}
a.list:hover 	{color: #FF3300; text-decoration: none;}

a.custom:link 	{color: #FF8000; text-decoration: none;}
a.custom:visited 	{color: #FF8000; text-decoration: none;}
a.custom:active 	{color: #FF8000; text-decoration: none;}
a.custom:hover 	{color: #0066B2; text-decoration: none;}

a.develop:link 		{color: #666666; text-decoration: none;}
a.develop:visited 	{color: #666666; text-decoration: none;}
a.develop:active 	{color: #666666; text-decoration: none;}
a.develop:hover 	{color: #000000; text-decoration: none;}

img 			{border:0px}

.search 		{font-size: 12px; text-align: center; color: #FF3300;}
.contents 		{font-size: 12px; text-align: left;}
.contentscenter {font-size: 12px; text-align: center;}
.contentsleft 	{font-size: 12px; text-align: left;}
.contentsright 	{font-size: 12px; text-align: right;}
.contentsjustfy {font-size: 12px; text-align: justfy;}

.itemhead 		{font-size: 18px; color: #FF3300; text-align: left;}
.title 			{font-size: 18px; color: #FF3300; text-align: center;}
.chemicalname 	{font-size: 18px; color: #004366;}
.synonym 		{font-size: 12px; color: #004366; text-align: center;}
.copyright 		{font-size: 10px; color: #FFFFFF; text-align: center;}

.pccleft 		{text-align: left;}
.pcccenter 		{text-align: center;}
.pccright 		{text-align: right;}
.pccjustify 	{text-align: justify;}
