body {
	height:100%;
	width:100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF0F2;
	color:#666666;
}

html{
height:100%;
width:100%;
}

#header{
	background:url(../../../image/bg.jpg) repeat-y left;
}

#component{
	background-color:#FFFFFF;
	padding:20px 75px 40px 75px;
}

#footer{
	background:url(../../../image/footer_bg.gif) no-repeat top left;
	height:27px;
}

input.reset{
	border:0px;
	background:url(../../../image/butt1_reset.jpg) no-repeat transparent;
	width:65px;
	height:17px;
	cursor:pointer;
}

input.search{
	border:0px;
	background:url(../../../image/butt1_search.jpg) no-repeat transparent;
	width:63px;
	height:17px;
	cursor:pointer;
}

tr.matrixOdd th{
	text-align:center;
	background-color:#eff0f2;
	padding:5px;
	font-weight:normal;
}

tr.matrixOdd td{
	background-color:#eff0f2;
	height:20px;
}

tr.matrixEven th{
	text-align:center;
	background-color:#ffffff;
	padding:5px;
}

tr.matrixEven td{
	background-color:#ffffff;
	height:20px;
}

td.matrixRowTitle{
	text-align:left;
	padding-left:8px;
}

td.matrixVal{
	text-align:center;
}

td.title{
	font-size:13px;
}

td.title a{
	font-size:13px;
}

.hdl-lnk{
	color:#527BB9;
}

table.alltoleft td{
	text-align:left;
}

.titleboldgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}