/* CSS Document */

/****************************************/
/* Format Browser's defined style */

html,body {
margin:0;
padding:0;
width:100%;
height:100%;
}

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
table,th,td,
form,select,option,input,
address,pre,blockquote,em,strong {
margin:0;
padding:0;
font-size:100%;
font-weight:normal;
font-style:normal;
text-decoration:none;
}
strong{ 
font-weight:bold;
}
h1,h2,h3,h4,h5,h6,
table,
br.clear {
clear:both;
}

/****************************************/
/* Style Redefines */

/* MacIE5.x */
p,td,th,li,dt,dd,select,textarea {
font-size:100%;
line-height:140%;
}

h3,h4,h5{
font-size:100%;
}

/* Except MacIE5.x */
@media screen {
	p,td,th,li,dt,dd,select,textarea {
	font-size:100%;
	line-height:140%;
	}
	
	h3,h4,h5 {
	font-size:100%;
	}
}

/* Format Font-size Duplication */
/*
th h1,th h2,th h3,th h4,th h5,th h6,th p,
td h1,td h2,td h3,td h4,td h5,td h6,td p,

th li,th dt,th dd,
th td,th th,th select,th textarea,
td li,td dt,td dd,
td td,td th,td select,td textarea,

li h1,li h2,li h3,li h4,li h5,li h6,li p,
dt h1,dt h2,dt h3,dt h4,dt h5,dt h6,dt p,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,

li li,li dd,li td,li th,li caption,
dt li,dt td,dt th,dt select,dt textarea,
dd li,dd td,dd th,dd select,dd textarea {
font-size:100%;
}
*/
/* IMG Border none */
img {
border:none;
display:block;
}
/* List style none */
ol,ul {
list-style-type:none;
}
/* Label Clickable */
label {
cursor:pointer;
}
html*label {
cursor:default;
}
* html label {
cursor:pointer;
}
table {
table-layout:fixed;
}

body {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}