/* CSS Document */

body {
	margin: 0px;
	background-color: #B5B3A1;
	background-image: url(../images/main-bg-rep.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.top-logo-bg {
	background-image: url(../images/top-bg.gif);
	background-repeat: no-repeat;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.top-bg-rep {
	background-image: url(../images/top-shade.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.top-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #435165;
	text-decoration: none;
	font-weight:bold;
}
.top-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.bottom-bg-rep {
	background-image: url(../images/bottom-shade.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.left-bg-rep {
	background-image: url(../images/left-shade.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right-bg-rep {
	background-image: url(../images/right-shade.gif);
	background-repeat: repeat-y;
}
.style1 {font-style: italic}
