body{
	margin:0;
	height: 100%;
	font-family:Verdana;
	font-size: 10px;
	color: #333;
}

p{
	margin: 0px;
}

h3{
	margin-top:0;
	color: #999;
	letter-spacing: 3px;
	font-size:14px;
}

.header{
	/*img119px*/
	background-image: url(gfx/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 119px;
	width: 100%;
}

.menu{
	padding-top: 10px;
	height: 25px;
	background-color: #C3D3E2;
	text-align:center;
}

.menu a{
	color: #001C6F;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.content{
	width: 800px;
	height: 480px;
	background-color: #EEF0F5;
	font-size: 14px;
	
}

.leftbdr{
	background-image: url(gfx/leftbdr.jpg);
	height: 100%;
	width: 12px;
}

.leftcnr{
	background-image: url(gfx/leftcnr.jpg);
	height: 16px;
	width: 12px;
}

.rightbdr{
	background-image: url(gfx/rightbdr.jpg);
	height: 100%;
	width: 12px;
}

.rightcnr{
	background-image: url(gfx/rightcnr.jpg);
	height: 16px;
	width: 12px;
}
#lft{
	float:left;
	width:48%;
	text-align:left;
	}
#par{
	float:left;
	width:60%;
	text-align:left;
	}	
#par_rght{
	float:right;
	width:35%;
	text-align:right;
	}
#rght{
	float:right;
	width:48%;
	text-align:right;
}
#mdl{
	float:right;
	text-align:left;
	}
.btm{
	background-image: url(gfx/btm.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 16px;
	width: 800px;
}
#img_cntr{
	clear:both;
	width:99%;
	text-align:center;
}

.footer{
	clear:both;
	width: 100%;
	text-align: center;
}
a{
    
	text-decoration:none;
	
	}
td{
	font-size:12Px;
	}