body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-image: url(images/bg.jpg);
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
.table {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	text-decoration: none;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color:#ff0000;
	}
a:hover {
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	color:#000;
}
.company {
	color: #ff0000;
	font-size: 14px;
	}
	
.padding-image {
	padding: 3px;
}
.cellpadding {
	padding: 3px;
}
li{
	list-style-image: url(images/bullet_point.jpg);
}
.description {
	border: 1px solid white;
	width: 165px;
	padding: 1px;
	text-align:left;
	font-size: 12px;
}