	a:link		{ background-color: #ffff00; color: #000000; text-decoration: none;}
	a:visited 	{ background-color: #ffff00; color: #000000; text-decoration: none;}
	a:active	{ background-color: #ffff00; color: #000000; text-decoration: none;}
	a:hover 	{ background-color: #FF0000; color: #000000; text-decoration: none; }

	.main {
		width: 500px;
		text-align: left;
		left: 25;
	}	
	.inline {
		display: inline;
	}

	.image {
		position: absolute;
		top: 4px;
	}	
	img {
		border: 0px;
	}
	
	p, .text {
		font-family: arial, sans-serif;
		font-size: 12px;
		padding-left: 0px;
	}
	
	h1, .title {
		font-family: arial, sans-serif;
		font-size: 32px;
		font-weight: normal;
		margin: 0;
		padding-left: 60px;
	}
        h1 a:hover, h1 a:visited, h1 a:active, h1 a:link {
		background-color: #ffffff; color: #000000; text-decoration: none;
	}


	h2, .subtitle {
		font-family: arial, sans-serif;
		font-size: 16px;
		font-weight: normal;
		margin: 0;
		padding-left: 60px;
	}
	h3, .subtitle {
		font-family: arial, sans-serif;
		font-size: 18px;
		font-weight: normal;
		margin: 0;
		padding: 15px 0 5px 0;
	}

	.section {
		font-family: arial, sans-serif;
		font-size: 18px;
		font-weight: normal;
		margin: 0;
		padding: 15px 0 5px 0;
	}
        .red {
	                color: red;
	}
	table {
	width: 491px;
	border-collapse: collapse;
	}

	table td {
	margin:0;
	}

	table tr {
	font-weight: normal;
	margin:0;
	padding:0;
	}

	.odd {
	background-color: #f5f5f5;
	}
