/* CSS Document */

body{ margin:0px; font-size:12px; background-color:#f4f4f4}

div,td,span,input,select,textarea{ font-size:12px}

ul,li{ margin:0px; padding:0px; list-style:none}

A:link{color:#000000; text-decoration:none}
A:visited{color:#000000; text-decoration:none}
A:hover{color:tomato; text-decoration:underline}

.OuterTable {
	background-color: #cccccc;
	cellpadding: expression(cellPadding=8);
	cellspacing: expression(cellSpacing=1);
	width: 100%;
	margin-bottom:10px;
	border11111-collapse:collapse;
}

.InnerTable {
	background-color: #DDDDDD;
	border: 0px solid #003399;
	cellpadding: expression(cellPadding=5);
	cellspacing: expression(cellSpacing=1);
}


.OuterHead {
	color: #000000;
	font-weight: bold;
	background-image:url(Images/bg-content-box.gif);
	height:33px;
	padding:8px;
}
.OuterHead a:hover {color:#000000; text-decoration:none}
.OuterHead a:link {color:#000000; text-decoration:none}
.OuterHead a:visited {color:#000000; text-decoration:none}


.InnerHead {
	background-color: #EEEEEE ;
}

.InnerContent {
	background-color: white;
}

.InnerContent TD {
	background-color: white;
}

.InnerLine	{
background-color:#FFFFFF;
	mic:expression(onmouseover=function(){this.style.backgroundColor='#f4f4f4'},onmouseout=function(){this.style.backgroundColor='#FFFFFF'})
}


.InnerFoot {
	background-color: EEEEEE;
	white-space: nowrap;
}

.button{
height:25px; line-height:23px; overflow:hidden; color:#FFFFFF; cursor:pointer; padding-left:5px; padding-right:5px;
              background: #459300 url('images/bg-button-green.gif') top left repeat-x !important;
                border: 0px solid #459300;
}

.dir{ background-image:url(images/bg_breadcrumb.png); height:41px; line-height:41px; padding-left:10px; margin-bottom:10px; font-family:Î¢ÈíÑÅºÚ; font-size:20px}

