body, h1,h2,h3,h4,h5,h6, form, ul,ol,li, fieldset { margin:0px; padding:0px; }
ul, ol { list-style:none; }
p { margin:13px 0px; padding:0px; }

/* Floating */
.fl { float:left; }
.fr { float:right; }
.cl { clear:both; }

/* Text align */
.tal { text-align:left; }
.tac { text-align:center; }
.tar { text-align:right; }
.taj { text-align:justify; }
.vm { vertical-align:middle; }

h1 { font-size:2em; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

a { color:#486080; text-decoration:underline; }
a:hover { color:#000000; }
a, a img { border:0 none; outline:none; }
:focus { outline:0; }

/* Paragraph */
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline; }
fieldset { border:none; }
legend {display:none;}
label { }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.hline { background:url(../images/line.gif) repeat-x center; }
.vline { background:url(../images/line.gif) repeat-y center; }

.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }