body {
	background-color: #F7F5F4; background-image:url(images/orangeTemplate_bg.jpg); background-position:top; background-repeat:repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #946600;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
.style1 {color: #EFA602
}

h1 {
	font-size: 14px;
	color: #946600;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.content{
	padding:0 0 10 0;
}


.thumbs img {
	BORDER: 1px solid #FFFFFF;
}
.thumbs a:visited img {
    filter: blur(add=true, direction=135, strength=6);
}
.thumbs a:hover img {
	BORDER: 1px dashed #FF9900;
	filter: blur(add=false, direction=135, strength=6);
}

.thumbs a:active img {
	BORDER: 1px dashed #FF9900;
	filter: blur(add=false, direction=135, strength=6);
}


.container{ 
	background-position:top;
	background-repeat:no-repeat;
	padding:15 40 0 40;
}