﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, object, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*
{
    margin: 0;
    padding: 0;
}
/* mac hide \*/
html, body
{
    height: 100%;
    width: 100%;
}
/* end hide */
body
{
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: #939393;
    border-bottom: dotted 1px #c7c7c7;
}
a b
{
    color: #462c4a;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    border-bottom: solid 1px #c7c7c7;
}  
a img, a.plain
{
	border: 0;
}
a.smaller
{
    font-size: 11px;
}
