/* CSS Document */

/* CSS for body and background */

body {
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.bg-side {
	background-image:url(../images/bg-side.gif);
	background-repeat:repeat-y;
	background-position:top;
}
.bg-design2 {
	background-image:url(../images/design2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bg-footer {
	background-image:url(../images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:top;
}

/* CSS for content and title */

.txt-title {
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#CC0000; text-decoration:none; font-size:11px;
	line-height:16px; font-weight:bold;
	background-image:url(../images/dline-hr.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}
.txt-title-b {
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#2c5eae; text-decoration:none; font-size:11px;
	line-height:16px; font-weight:bold;
	background-image:url(../images/dline-hr.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}
.txt-sub-title {
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#2c5eae; text-decoration:none; font-size:11px;
	line-height:22px; font-weight:bold;
}
.txt-sub-title A {
	color:#2c5eae; text-decoration:none; font-size:11px;
}
.txt-sub-title A:hover {
	color:#3572d3; text-decoration:none; font-size:11px;
}
.txt-default {
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#4c4c4c; text-decoration:none; font-size:11px;
	line-height:22px; font-weight:normal;
}
.txt-default A {
	color:#4c4c4c; text-decoration:none; font-size:11px;
}
.txt-default A:hover {
	color:#000000; text-decoration:none; font-size:11px;
}
.txt-more {
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#2c5eae; text-decoration:none; font-size:11px;
	line-height:16px; font-weight:bold;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
}
.txt-more A {
	color:#2c5eae; text-decoration:none; font-size:11px;
}
.txt-more A:hover {
	color:#3572d3; text-decoration:none; font-size:11px;
}

/* CSS for Tables */

.td-side-bar {
	padding-left:10px;
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#4c4c4c; text-decoration:none; font-size:11px;
	line-height:27px; font-weight:normal; text-align:justify;
}
.td-spacing-title {
	padding-left:20px;
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#2c5eae; text-decoration:none; font-size:11px;
	line-height:22px; font-weight:bold;
}
.txt-spacing-default {
	padding-left:20px;
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	color:#4c4c4c; text-decoration:none; font-size:11px;
	line-height:22px; font-weight:normal;
}