.bgTop {
	background-image:  url("images/bg1.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;

}
.bgbottom {
	background-image:  url("images/bg2.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;

}
.bgGeneral {
	background-repeat: no-repeat;
	background-position: left top;
}
.bgdown {
	background-repeat: no-repeat;
	background-position: left bottom;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.table1 {
	border: thin solid #CCCCCC;
}
.Content {
	color: #000000;
	text-align: justify;
}
.errorLabel {
	color: #CC3300;
}
.bgleft {
	background-repeat: repeat-y;
}
.title {
	font-weight: bold;
}
.caption3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.Outsidecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #3F678A;
}
a.Caption2:link {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #CC3399;
}
a.Caption2:visited {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #CC3399;
}
a.Caption2:hover {
	font-size: x-small;
	color: #FFC387;
	font-weight: bold;
	text-decoration: underline;
	color: #CC3399;
}
a.Caption2:active {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #CC3399;
}
a.Caption:link {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
a.Caption:visited {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
a.Caption:hover {
	font-size: x-small;
	color: #FFC387;
	font-weight: bold;
	text-decoration: underline;
}
a.Caption:active {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}.bgRG {
	background-repeat: repeat-y;
	background-position: right;
}
