img {
	border: 0;
	display:block; 
	max-width: 100%;
	/*width: expression( ( this.width > 800) ? 800 : this.width ); */
	overflow:hidden;
}

p img {
	padding: 0;
	display: block; 
	max-width: 100%;
	width: 450px;
	overflow:hidden;
}

a {
	text-decoration: none;
	
}

a:hover {
	border: none;
	color: #FF0000;
	text-decoration: none;
}

/*

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000000 url(images/back_all.gif) repeat-x top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #44763E;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #3580BA;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #3580BA;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #3580BA;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3580BA;
}

*/