/*************************************************
 General styles:
**************************************************/
td {
	font-family: arial, verdana;
	font-size:12px;
	font-weight: normal;
	color: #000000;
	line-height:1.3;
}

.newp {
	line-height: 9px;
}

.newp_small {
	line-height: 2px;
}

.newp_medium {
	line-height: 4px;
}

/*************************************************
 Text styles:
**************************************************/

.txtBold {
	font-family: arial, verdana;
	font-size:13px;
	font-weight: bold;
	color: #000000;
	line-height:1.5;
}

.txtSidebar {
	font-family: arial, verdana;
	font-size:12px;
	font-weight: normal;
	background-color:#CED0DB;
	line-height:1;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
}

.txtSidebarAsterisk{
	font-family: arial, verdana;
	font-size:17px;
	font-weight: normal;
	color: #000000;
	background-color:#E2E2E2;
	line-height:1;
}

.txtSidebarSmall {
	font-family: arial, verdana;
	font-size:10px;
	font-weight: normal;
	color: #000000;
	background-color:#E2E2E2;
	line-height:1;
}

.txtFooter {
	font-family: arial, verdana;
	font-size:10px;
	font-weight: normal;
	color: #606060;
	line-height:1.5;
	padding-bottom:8px
}

/*************************************************
 Divider styles:
**************************************************/
.spanOuterBody 	{
	background-color:#38465A;
	text-align:center;
}

.spanBody 	{
	background-color:#ffffff;
}

.spanBanner	{
	background-color:#CED0DB;
}

.spanMargin	{
	background-color:#B40200;
}

.spanLine 	{
	border-top:solid 1px #000000;
	height:1px;
	width:592px;
}