body, p, ul, li, td, ol, dl, dd, tr, th, td, table {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: x-small;		/* rule for ie4/5 */
		voice-family: "\"}\"";	/* rule ends for ie4/5 */
		voice-family: inherit;	/* recover */
		font-size: small;		/* rule for better browsers */
}

body {
		color: #333333;
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
}

a:link {
		color: #fc381f;
		text-decoration: underline;
}

a:visited {
		color: #fc381f;
		text-decoration: underline;
}

a:hover {
		color:#fc381f;
		text-decoration: underline;
}

a:active {
		color:#fc381f;
		text-decoration: underline;
}

h1 {
		font-size:115%;
		margin: 0 0 8px 0;
		padding: 0;
}

h2 {
		font-size:110%;
		margin: 0 0 8px 0;
		padding: 0;
}

h3 {
		font-size:100%;
		margin: 0 0 8px 0;
		padding: 0;
}

td, tr, th, table {
		vertical-align: top;		
}
