/* proudfoot 2010 site */

body
{
background-image: url(images/gradient-background.jpg);
background-repeat:repeat-x;
font-size:0.8em;
font-family: Tahoma, Arial, san-serif;		
} 

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

h2{
	font-family: Tahoma, Arial, san-serif;
	font-size:18px;
	color: #1F497D;
	font-weight: bolder;
	padding:0px 0px 0px 0px;
}

/* background for text areas */
#sample{
	background-image: url(images/text_bg3.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

/* bar background for the index page */
#barHover{
	background-image: url(images/cta-bar-hover-bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
}