body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, th, td, img {
	margin: 0;
	padding: 0;
	}
body {
	font-size: 13px;
	font-family:Arial, Verdana, sans-serif;
    *font-size: small;
    *font: x-small;
	}

html>/**/body {
	font-size: 13px; /* Except IE */
	}

table {
    font-size:inherit;
    font:100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
img {
	border: 0;
	}

body {
	background-color: #ffffff;
}

.fs10 {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

.fs12 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.fs12b {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}


.fs14b {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	padding:0px 0px 15px 0px;
	margin:0px;
}

a:link {
	color: #003f98;
	text-decoration: underline;
}

a:visited {
	color: #003f98;
	text-decoration: underline;
}

a:hover {
	color: #488ff4;
	text-decoration: none;
}

a:active {
	color: #488ff4;
	text-decoration: none;
}

table {
	text-align:left;
}

table th {
	text-align:center;
}
td.adjust {
	margin:0;
	padding:0 0 4px 4px;
}
* html body td.adjust {
	margin:0;
	padding:0;
	padding-left:4px !important;
}
*:first-child+html td.adjust {
	margin:0;
	padding:0;
	padding-left:4px !important;
}

