/* CSS Document */

body {
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
.stretch {
	background-image: url(images/main_brown_v3_05.jpg);
	background-repeat: repeat-y;
}
.contentINT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/main_brown_INT_03.jpg);
	background-repeat: no-repeat;
}
.homecontent{
background-image: url(images/content-tile.gif);
background-repeat:repeat-x;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}.contentSPECIAL {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/main_brown_SPECIAL_04.jpg);
	background-repeat: no-repeat;
}


.rightLinks{
	font-size:14px;	
}

.watermark
{
	font-size:smaller;
	margin-top:5px;
}
.watermark a
{
	color:Black;
	text-decoration:none;
	cursor:text;
}