body {
	font: 100% "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(../images/jpg/bg_gradient.jpg);
	background-repeat: repeat;
}

td {
	font: 100% "Times New Roman", Times, serif;
}


.bodystyle {
	font: 100% "Times New Roman", Times, serif;
}

.small {
	font: 100% "Times New Roman", Times, serif;
}

.medium {
	font: 100% "Times New Roman", Times, serif;
}

.big {
	font: 100% "Times New Roman", Times, serif;
}

.xbig {
	font: 100% "Times New Roman", Times, serif;
}

.expanded {
	font: 100% "Times New Roman", Times, serif;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font: 100% "Times New Roman", Times, serif;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


@import url(/site/css/links.css);

