.browserbg {
	background-attachment: scroll;
	background-image: url(images_site/bg_browser.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.borderLeft {
	background-attachment: scroll;
	background-image: url(images_site/border_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.borderRight {
	background-attachment: scroll;
	background-image: url(images_site/border_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.textSmall {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.captions {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.borderLeftMain {
	background-attachment: scroll;
	background-image: url(images_site/border_left_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.borderRightMain {
	background-attachment: scroll;
	background-image: url(images_site/border_right_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

a:link { text-decoration: none; color: #333333 }
a:visited { text-decoration: none; color: #333333 }
a:active { text-decoration: none; color: #333333 }
a:hover { text-decoration: underline; color: #333333 }

select {
	font-family: "Century Gothic";
	font-size: 12px;
}

input {
	font-family: "Century Gothic";
	font-size: 12px;
}

