/* CSS Document */

/*----------------- Backgrounds -----------------*/
body {
	margin-bottom:0px; margin-left:0px; margin-right:0px; margin-top:0px;
	background-image: url(../images/bgmain.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	overflow: auto;
}
.bg-top-left {
	background-image: url(../images/bgtopleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 13px;
	padding-top: 15px;
	padding-right: 5px;
}
.txt_dwn {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006a7e;
	text-decoration: blink;
}
.txt_d {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006a7e;
	text-decoration: none;	
}
.bg-logo {
	background-image: url(../images/bglogo.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.bgsidenavi {
	background-image: url(../images/bgsidenavi.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 7px;
}
.bgcontent {
	background-image: url(../images/bgcontent.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.bg-footer {
	background-image: url(../images/bgfooter.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
/*----------------- Dotted Lines -----------------*/
.dot-title {
	background-image: url(../images/dottle.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.dot-hori {
	padding-top:0px;padding-left:5px;
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#000000; font-weight:bold; text-decoration:none; 
	font-size:11px; height:30px;
}
.dot-hori A {
	color:#000000; font-weight:bold; text-decoration:none;
}
.dot-hori A:hover {
	color:#036c80; font-weight:bold; text-decoration:none;
}
/*----------------- Text & Links -----------------*/
.side-link {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#000000; font-weight:bold; text-decoration:none; 
	font-size:11px; height:30px; padding-top:0px; padding-left:5px;
}
.side-link A {
	color:#000000; font-weight:bold; text-decoration:none;
}
.side-link A:hover {
	color:#036c80; font-weight:bold; text-decoration:none;
}
.text-link {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#000000; font-weight:bold; text-decoration:none; 
	font-size:11px; height:30px; padding-top:0px;
}
.text-link A {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#000000; font-weight:bold; 
	font-size:11px;
}
.text-link A:hover {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#0092ad; font-weight:bold; 
	font-size:11px;
}
.txt-content-nor {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#333333; font-weight:normal; text-decoration:none; 
	font-size:11px; height:18px; text-align:justify;
}
.txt-content-bold {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#333333; font-weight:bold; text-decoration:none; 
	font-size:11px; text-align:justify;
}
.txt-footer {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#ffffff; font-weight:normal; text-decoration:none; font-size:11px;
}
.txt-footer A {
	color:#ffffff; font-weight:normal; text-decoration:none; font-size:11px;
}
.txt-footer A:hover {
	color:#ffffff; font-weight:normal; text-decoration:underline; font-size:11px;
}