/* CSS Document */

/* initial 
------------------------------------------------------------------------------------ */

/* default link */
a:link		{ color:#3C67C8; text-decoration:underline; }
a:visited	{ color:#3C67C8; text-decoration:underline; }
a:hover		{ color:#3C67C8; text-decoration:none; }
a:active	{ color:#3C67C8; text-decoration:none; }
/* default link */




.clear	{ font-size:1px; height:1px; clear:both;}



/* --------------------------------------------------------------------------------- */



/* tag Restructuring Start */

html,body,
div,
img,
p,
th,td,
dl,dt,dd,
blockquote

{ margin:0; padding:0; }

img

{ border:0; }


/* ------------------------------- */

table	{ margin:0; padding:0; font-size:inherit; font-size:100%; }
table	{ border-collapse:collapse; border-spacing:0;}

/* ------------------------------- */

h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }

/* ------------------------------- */

form,input,textarea { margin:0; padding:0; }
input,textarea,select { font-family:inherit; font-size:inherit; }
input,textarea,select { vertical-align:middle; }



/* ------------------------------- */
