
/*                                        C  S  S   main structure file                   -comments-                  */

/*					       *//*					   */
/*					       *//*					   */
/*					       *//*					   */
/*  <FONT> tag definitions */
/*					       *//*					   */
/*					       *//*					   */
/*					       *//*					   */

.text {
	border-style: dashed;
	border-color: #567891;
	border: outset 1pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: black
}

.text_transparent {
	border-style: dashed;
	border-color: #567891;
	border: outset 1pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: #CEAAD9
}

.text_white {
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: white
}


.text_bgcolor {
	border-style: dashed;
	border-color: #567891;
	border: outset 1pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: #BF88FF;
	letter-spacing : 5px;
}


.arial_lite{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 13pt;
	color: black;
}

.verdana_lite{
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 13pt;
	color: black;
}


.tahoma_light {
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 13pt;
	color: black;
}
.tahoma_bold {
	font-family: Tahoma;
	font-style: bold;
	font-weight: lighter;
	font-size: 13px;
	color: black
}


/*					   *//*					   */
/*					   *//*					   */
/*					   *//*					   */
/* <P> tag definitions */
/*					   *//*					   */
/*					   *//*					   */
/*					   *//*					   */



P{
	border-style: dashed;
	border-color: #567891;
	border: 1pt;

}


/*					   *//*					   */
/*					   *//*					   */
/*					   *//*					   */
/* <TABLE> definitions */
/*					   *//*					   */
/*					   *//*					   */
/*					   *//*					   */





/*					   *//*					   */
/*					   *//*					   */
/*					   *//*					   */
/* <A> tag definitions *//*					   */
/*					   *//*					   */
/*					   *//*					   */
/*					   *//*					   */





A:link {
	font-family: Arial, Verdana;
	color: ;
	font-size: 12px;
	text-decoration: underline;
}

A:visited {
	font-family: Arial, Verdana;
	color: ;
	font-size: 12px;
	text-decoration: none;
}

A:active {
	font-family: Arial, Verdana;
	color: ;
	font-size: 12px;
	text-decoration: none;
}

A:hover {
	font-family: Arial, Verdana;
	color: ;
	font-size: 12px;
	text-decoration: underline;
}

