body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	background-color: #ffffff;
	color: #222222;
}



p, div, td, ul, li{
	font-size: 11pt;
}
p{
	margin-top: 7px;
	margin-bottom: 7px;
}

a{
	color: #007ec7;
}
a.newstitle{
	color: #222222;
	text-decoration: none;
}
a.newstitle:hover{
	color: #007ec7;
	text-decoration: underline;
}
h1, h2, h3, p.h1, p.h2, p.h3{
	font-family: Tahoma;
	font-weight: normal;
	color: #303030;
}

h1, p.h1{
	font-size: 18pt;
}

h2, p.h2{
	font-size: 13pt;
}

img.png{
	behavior:	url("/resources/scripts/pngbehavior.htc");
}

table.page-container{
	width: 100%;
	max-width: 1000px;
	min-width: 700px;
	width: expression(fitWidth());
}

td.menuitem{
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	height: 37px;
	cursor: pointer;
}
td.menuitem_over{

	background-image: url('/resources/images/common/menu_back.gif');
	background-position: 0px -74px;
	background-repeat: repeat-x;

}
td.menuitem  a{
	color: #ffffff;
	text-decoration: none;
}

td.corner_tl, td.corner_tr, td.corner_bl, td.corner_br{
	width: 17px;
	height: 17px;
}
td.border_top, td.border_bottom{
	width: *;
}

td.border_top, td.border_bottom, td.border_left, td.border_right{
	background-image: url("/resources/images/common/border_grey_3px.gif");
}
td.border_top{
	background-position: left top;
	background-repeat: repeat-x;
}
td.border_bottom{
	background-position: left bottom;
	background-repeat: repeat-x;
}
td.border_left{
	background-position: left top;
	background-repeat: repeat-y;
}
td.border_right{
	background-position: right top;
	background-repeat: repeat-y;
}


td.header_cell div, td.row_header_cell div, td.section_header_cell div, td.cell div{
	margin: 5px 5px 5px 5px;
}

td.header_cell{
	font-weight: bold;
	text-align: center;
	background-color: #222222;
	color: #ffffff;
}

td.row_header_cell{
	font-weight: bold;
}

td.cell{
	text-align: center;
}

td.section_header_cell{
	font-weight: bold;
	background-color: #9e9e9e;
	color: #ffffff;
}
tr.odd{
	background-color: #f4f4f4;
}







