body {
	
		margin:  0px;
		padding: 0px;
	
}

table {

		width: 1000px;
		font-family: Arial, Verdana;
		font-size: 14px;
		font-weight: bold;
		background-color: #304B8E;
		color: #D98E29;
}

.right {

		text-align: right;
		padding: 0 10;
}

.left {

		text-align: left;
		padding: 0 10;
}

a {

	color: #D98E29;
	text-decoration: none;

}

a:hover {

	color: #D98E29;
	text-decoration: underline;

}

a:visited {

	color: #D98E29;
	text-decoration: none;

}

a:active {

	color: #D98E29;
	text-decoration: none;

}
