/* CSS Document */

/* ------------- Background --------------- */
body {
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
}
/* ------------- IFrame --------------- */
.myframe {
	scrollbar-arrow-color:#0092ad;
    scrollbar-darkshadow-color:#00afcf;
    scrollbar-face-color:#cff8fe;
    scrollbar-shadow-color:#0092ad;
}
/* ------------- Text & Links --------------- */
.txt-content-nor {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #333333; font-weight: normal; text-decoration: none; 
	font-size: 11px; text-align: justify;
}
.txt-content-nor A {
	text-decoration:none; color:#00596a; font-size:11px;
}
.txt-content-nor A:hover {
	text-decoration:none; color:#32bed8; font-size:11px;
}
.txt-content-bold {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#00596a; font-weight:bold; text-decoration:none; 
	font-size:11px; text-align:justify;
}
.txt-content-bold A {
	color:#00596a; text-decoration:none; font-size:11px;
}
.txt-content-bold A:hover {
	color:#0092ad; text-decoration:none; font-size:11px;
}
.txt-table-head {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #0092ad; font-weight: bold; text-decoration:none; background-color:#a2ffff; 
	font-size:11px; font-weight:bold; height:18px; text-align:justify; padding-left:10px;
}
.txt-table-head A {
	text-decoration:underline; color:#0092ad; font-size:11px;
}
.txt--table-head A:hover {
	text-decoration:none; color:#0092ad; font-size:11px;
}
.txt-content-nor2 {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#00596a; font-weight:normal; text-decoration:non;
	font-size:11px; height:18px; text-align:justify; padding-left:10px;
}
.txt-content-nor2 A {
	text-decoration:underline; color:#333333; font-size:11px;
}
.txt-content-nor2 A:hover {
	text-decoration:none; color:#0092ad; font-size:11px;
}
.txt-content-nor3 {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#333333; font-weight:normal; text-decoration:non;
	font-size:11px; height:18px; text-align:justify; padding-left:10px;
}
.txt-content-nor3 A {
	text-decoration:underline; color:#333333; font-size:11px;
}
.txt-content-nor3 A:hover {
	text-decoration:none; color:#0092ad; font-size:11px;
}
/* ------------- Dotted Lines --------------- */
.dot-title {
	background-image:url(../images/dottle.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
.dot-ver {
	background-image:url(../images/dotver.gif);
	background-repeat:repeat-y;
	background-position:top center;
}
/* ------------- TextBox & Buttons --------------- */
.txtbox {
	width:180px; font-family:Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size:11px; height:16px;
	font-weight:normal; color:#999999; text-decoration:none;
}
.txtbox2 {
	width:180px; height:150px; font-family:Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size:11px; height:16px; font-weight:normal; color:#999999; text-decoration:none;
}
.txtarea {
	width:180px; height:58px; font-family:Tahoma, Verdana, "Trebuchet MS", Arial;
	font-weight:normal; color:#999999; text-decoration:none;
}
.btn-browse {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#333333; font-weight:normal; text-decoration:none; 
	font-size:11px; height:20px; width:69px; line-height:10px;
}
