body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #121c26;
	color: #191919;
	font-size: 13px

}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #191919;
	font-size: 13px;

}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	line-height: 30px;
	font-size: 14px;

}

h5, h6 {
	line-height: 20px;
	height: 15px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;


}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: auto;
	left: auto;

}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(Images/phbullet.gif);

}

.BulletBackgroundColor {
	color: #FFFFFF
}

.small {
	font-size: 11px;

}

.bold {
	font-weight: bold;

}

.boldcolor {
	color: #490301;
	font-weight: bold
	
	}
	
.boldmedium {
	font-size: 12px;
	font-weight: bold
	
	}
	
.underline {
	color: #680A02;
	text-decoration: underline;


}

a {
	color: #680A02;
	text-decoration: none;
	font-style: normal;
	border: none;

}

.a {
	color: #191919;
	text-decoration: underline;
	font-style: normal;
	border: none;

}

a:hover {	
	text-decoration: underline
	}
