body
{ 
	background-image: 
	url('../images/repeat.jpg');
	background-repeat: repeat
}
/*grey text*/
.pp_normalText
{
	font-family: Verdana;
	font-size: 10px;
	color: #8c8c8c;
}

/*red text*/
.pp_simpleText
{	
	font-family: Verdana;
	font-size: 10px;
	color: #eb6f15;
}

/*red text with bold*/
.pp_normalText_bold
{
	font-family: Verdana;
	font-size: 10px;
	color: #eb6f15;
	font-weight: bold;
}

.pp_whiteText
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

.pp_whiteText_bold
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.pp_headingText
{
	font-family: Verdana;
	font-size: 12px;
	color: #eb6f15;
	font-weight: bold;
}

.pp_postlink
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.pp_text
{
	font-family: Verdana;
	font-size: 12px;
	color: #8c8c8c;
	font-weight: bold;
}
.pp_formInput {
	border: 1px solid #8c8c8c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#3E3535;
	color: #FFFFFF;
	padding: 2px;
}

a:link.ppTopMenuLinks 
{ 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:visited.ppTopMenuLinks 
{ 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover.ppTopMenuLinks, a:active.ppTopMenuLinks
{ 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.greySlice
{
	padding:7px;
}