/* AIS Common */

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
}

h5, 56 {
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
	line-height: 1.5em;
}

td p {
	font-size: 0.8em;
}

td, ol, ul {
	font-size: 0.8em;
}

a {
	color: #cccccc;
	text-decoration: underline;
}
li {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}


a:hover {
	text-decoration: none;
}

sub {
    font-size: 0.6em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.8em;
}
