a				{
					color:#336699;
				}
			
a:hover			{
					color:#FF0000;
				}

body			{
					background-color:#FFFFFF;
					margin:0;
				}

form			{
					margin:0;
				}

p				{
					margin:0;
				}

.blue			{
					color:#336699;
				}

.border			{
					border:1 solid #000000;
				}

.button			{	
					background-image:url("./images/button.gif");
					border:1 solid #000000;
					cursor:hand;
					padding-top:4;			
				}

.dot			{
					background-image:url("./images/dot.gif");
					height:3;
				}

.eng			{
					font-family:"Times New Roman", Times, serif;
				}

.hr				{
					border:1 dotted #C0C0C0;
				}

.img			{
					margin-left:5;
					margin-right:5;
				}

.input			{
					background-image:url("./images/button.gif");
					border:1 solid #000000;
				}

.layer			{
					background-color:#FFFFFF;
					border:1 solid #000000;
					height:1;
				}

.layer_black	{
					background-color:#FFFFFF;
					border:2 solid #000000;
					height:1;
					margin:2;
				}

.layer_green	{
					background-color:#E6EDDB;
					border:2 solid #A6C271;
					height:1;
					margin:2;
				}

.layer_yellow	{
					background-color:#FFFF99;
					border:2 solid #FF9966;
					height:1;
					margin:2;
				}

.noselect		{
					color:#336699;
					cursor:hand;
					padding:2;					
				}

.purple			{
					color:#961E60;
				}

.select			{
					background-color:#FFFFFF;
					border:1 solid #C0C0C0;
					color:#FF0000;
					cursor:hand;
					padding:2;						
				}

.separator		{
					font-weight:bold;
					margin-left:10;
					margin-right:10;
				}

.shadow			{
					filter:progid:DXImageTransform.Microsoft.DropShadow(color='#CCCCCC',offx='2',offy='2',positive='true');
				}
				
.small			{
					font-size:12;
				}
				
.toolbar		{
					background-color:#FFFFFF;
					border:1 solid #000000;
					cursor:hand;
					height:22;
					width:22;
				}