
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
/*
	background : url(../images/bg_blog-column-strip.gif) repeat-x top left;
*/

	background : #e8eae9 url(../images/white_gradient.jpg) repeat-x top left;

}

.pg-normal {
	color:black;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
}

.pg-selected {
	color:black;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

td p
{
	color:#7a7d7d;
	margin-bottom:30px;
	margin-top : 0px;
	font-weight : normal;
	font-size : 90%;
	line-height : 1.15em;
}

td h4
{
	font-size:130%;
	font-weight : bold;
	color : #e59255;
	margin-bottom : 5px;
}
td h5
{
	font-size:140%;
	font-weight:bold;
	color : #7a7d7d;
}

#pageNavPosition{
	border-top : 1px solid #4d5152;
	padding-top : 20px;
}

#pageNavPosition span {
	font-size : 130%;
	padding : 5px;
	padding-left : 10px;
	padding-right : 10px;
	color : #4d5152;
	line-height : 175%;
}

#pageNavPosition span.pg-normal {
	background-color : #780014;
	color : #ffffff;
}

#pageNavPosition span.pg-selected {
	background-color : #4d5152;
	color : #ffffff;
}

#summaryElem {
	float : left;
}

#pageElem {
	float : right;
}

