/* charset  ---------------------------------------------------- */

@charset "iso-8859-1";

/* ------------------------------------------------------------- */


body{
	margin: 0px;
	padding: 0px;
	color : #000000;
	background : #ffffff;
}


/* Link Text ---------------------------------------------------- */
a {
	color: #007630;
	text-decoration: underline;
}

a:link {
	color: #007630;
	text-decoration: underline;
}

a:visited {
	color: #007630;
	text-decoration: underline;
}

a:hover {
	color:#007630;
	text-decoration: none;
}

/* ------------------------------------------------------------- */


/* Link Text for Top of Page ----------------------------------- */

a.top {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}

a.top:link {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}

a.top:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}

a.top:hover {
	color:#666666;
	text-decoration: none;
	font-size: 10px;
}

/* ------------------------------------------------------------- */


/* Fixed Text -------------------------------------------------- */
.txt10 {
	font-size: 10px;
	line-height: 130%;
	color: #666666;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.txt10B {
	font-size: 10px;
	line-height: 130%;
	color: #666666;
	font-weight: bold;
}

.txt12 {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.txt12B {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.txt14 {
	font-size: 14px;
	color: #666666;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.txt14B {
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.txt16B {
	font-size: 16px;
	line-height: 150%;
	color: #666666;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* ------------------------------------------------------------- */

/* Dotted Line ------------------------------------------------- */

td.dotted {
	background-image: url("../images/dottedline161_v.gif");
	background-repeat: repeat-y;
}

/* ------------------------------------------------------------- */

