/* H1 Underline/Oblique/Bold */
	h1.underline {text-decoration: underline;
					font-style: oblique;
					font-weight: bold }

/* font Size[200%]/Underline/Oblique/Bold */
	font.underline {text-decoration: underline;
					font-size: 200%;;
					font-style: oblique;
					font-weight: bold }

/* p Oblique/Bold */
	p.oblique_bold {font-style: oblique;
					font-weight: bold }

/* div Left Margin[20px] */
	div.left {margin-left: 20px}

/* span Left Margin[350px] */
	span.left {margin-left: 350px}

/* font[Back to Online Help Menu] Size[125%]*/
	font.return_menu {font-size: 120%}

/* font[Common Functions] Size[140%] */
	font.common_functions {font-size:140%}

/* font Size[80%] */
	font.size2 {font-size:80%}

/* li Indent[3em] */
	li.indent3 {text-indent: 3em}


/* Default text Size[100%] */
	p.default {font-size: 100%}
	font.default {font-size: 100%}
	li.default {font-size: 100%}
	tablr.default {font-size: 100%}

/* Color text Size[100%] */
/* blue */
	font.blue {font-size: 100%;
				color: blue}

/* blue(smallfont) */
	font.blue_smallfont {font-size: 90%;
				color: blue}

/* blue(underline) */
	font.blue_underline {text-decoration: underline;
				font-size: 100%;
				color: blue}

/* red */
	font.red {font-size: 100%;
				color: red}


