p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.repeat {
	background-repeat: repeat-x;
	background-image: url(../images/repeat.gif);

}
.table {
	border: 5px solid #666666;
	border-spacing:0px;
	cellspacing:0px;
	border-collapse:collapse;
}
.labelYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
}
.font {
	font-family: Tahoma;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
.labelRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.bullet {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
.leftsiderepeat {
	background-image: url(../images/leftside.gif);
	background-repeat: repeat-y;
	height: 100%
}
.rightsiderepeat {

	background-image: url(../images/rightside.gif);
	background-repeat: repeat-y;
	height: 100%
}
.labelOrange {

	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
a {
	color: #FFFF00;
	text-decoration: underline;
}
