img.line
		{
		border: 1px solid #000;
		}

img.box
	{
	float: left;
	margin-right: 10px;
	padding : 3px;
	border : 2px solid #ddd;
	}
	
img.right
	{
	float: right;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid #000;
	}

img.right1
	{
	float: right;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #000;
	}

	
img.left
	{
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #000;
	}

img.left1
	{
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	border: 1px solid #000;
	}


img.center
	{	
	float: center;
	}
	
img.border
	{
	border-bottom: 12px solid #eee;
	}

img.right-noborder
	{
	float: right;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	}
	
img.hr{
			height: 1px;
			margin-left: 145px;
			margin-right: auto;
			margin-top: -2px;
			margin-bottom: -2px;
			background-position: center;
			}

			
/* end image */



/* begin link */
a:link, a:visited
	{
	color:#EF1C70;
	text-decoration:none;
	}

a:hover, a:active
	{
	color:#000;
	text-decoration:none;
	}
	
a.right:link, a.right:visited
	{
	color:#EF1C70;
	text-decoration:none;
	}

a.right:hover, a.right:active
	{
	color:#000;
	text-decoration:none;
	}
	

	#menubar a:link, #menubar a:visited
	 {
	 color: #fff;
	 text-decoration:none;
	 }

	#menubar a:hover, #menubar a:active
	{
	color:#000;
	text-decoration:none;
	}
	
