/* This CSS file only control Generic HTML TAG.
 * Therefore, this file can attach to any project
 * This should the first CSS in every page.
 * Do not edit this. Unless you are Zan.
 */
 
/*
/*						Generic HTML Tag					 	
/*##############################################################*/
HTML, BODY{
	font-family		: Arial, Verdana, sans-serif, Helvetica;	
	font-size		: 86%;
	margin			: 0px 0px 0px 0px;
}
A{
	color			: #990000;
	text-decoration : none;
}
A:HOVER{
	text-decoration	: underline;
}
A IMG{
	border-width	: 0px;
}
INPUT, SELECT, TEXTAREA, BUTTON{
	font-size		: 0.85em;
	font-family		: Arial, Verdana, sans-serif, Helvetica;
}
OPTGROUP
{
	font-size		: 1em;
	font-family		: Arial, sans-serif, Helvetica;
}
BUTTON{
	margin			: 0px 3px;
	padding			: 0px;
}
BUTTON IMG{
	margin			: 3px 0px;
	vertical-align	: middle;
}
H1, H2, H3, H4, H5, H6{
	margin			: 15px auto 3px auto;
}
H1{
	font-size		: 1.8em;
}
H2{
	font-size		: 1.2em;
}
H3{
	font-size		: 1.2em;
}
H4{
	font-size		: 1.2em;
}
H5{
	font-size		: 1.0em;
}
H6{
	font-size		: 0.8em;
}
P{
	margin			: 0px auto 10px auto;
}
UL, OL{
	margin			: 0px auto 0px 15px;
	padding			: 0px 0px 10px 15px;
}
UL UL{
	margin			: 10px auto 0px 0px;
}
UL UL LI{
	margin-left		: 15px;
}
LI{
	margin-bottom	: 5px;
}
TABLE{	
	border-collapse	: collapse;
	width			: 100%;
}
THEAD{
	display: table-header-group;
}
TFOOT{
	display: table-footer-group;
}
TH{
	vertical-align	: top;
}
TD{
	padding			: 0px;
	vertical-align	: top;
}
LEGEND{
	padding			: 0px 5px 2px 3px;
}
FIELDSET{
	padding				: 5px;
	-moz-border-radius	: 7px;
}
FORM{
	margin			: 0px;
}

/*
/*						Standard Class used					 	
/*##############################################################*/
INPUT.number, 
SPAN.number, 
TD.number, 
TH.number{
	text-align		: right;
}
TH.colGroup{
	display			: table-column-group;
}
TH.rowGroup{
	display			: table-row-group;
}