	html {
	height: 100%;
}

#all {
	min-height: 100%;
	position: relative;
	width: 100%;
	}
	* html #all {
		height: 100%;
	}
	
	body
	{
		height: 100%;
		font-family: Verdana;
		margin:0px;
		font-size: 12px;		
		line-height: 100%;
		color: #3A3A3A;
		background-color: #FDFDFC;
	}	
	
	table{border: 0px}
	form
	{
		margin:0px;
		padding:0px;
		
	}

	p
	{
		padding:0px;
		margin:0px;
	}
	
	a:visited {color: #251D4F;text-decoration: underline; margin:0px;}
	a:link{text-decoration: underline;color:#251D4F; margin:0px;}
	a:active {text-decoration: underline;color:#E92B23; margin:0px;}
	a:hover {text-decoration:  underline;color: #E92B23; margin:0px;}
	
	a.menu:visited {color: #251D4F;text-decoration: none; font-weight: bolder;margin:0px;}
	a.menu:link{text-decoration: none;color:#251D4F; font-weight: bolder;margin:0px;}
	a.menu:active {text-decoration: underline;color:#E92B23; font-weight: bolder;margin:0px;}
	a.menu:hover {text-decoration:  underline;color: #E92B23; font-weight: bolder;margin:0px;}
	
	a.active
	{
	text-decoration: none;color: #E92B23;
	font-weight:bolder;
	}	
	
	h1
	{
		margin:0px;
		font-size:18px;		
		color:#838181;
		font-weight: normal;
		margin-bottom: 12px;
	}
	
	.pmenu
	{
		border-right:1px solid #BABABA;padding-left:10px;
	}
	.pmenu1
	{
		padding-left:10px;
	}
	
	.bl
	{border-left: 1px solid #E8E7E6;border-bottom:1px solid #E8E7E6;}
	.brg
	{border-left: 1px solid #E8E7E6;border-bottom:1px solid #E8E7E6; border-right: 1px solid #E8E7E6;}
	
	.border
	{
		padding:30px;padding-top:10px;padding-left:10px;height:90%;
	}
	
	.menuborder
	{
		border-bottom:3px solid #D9D9D9;padding-bottom:5px;
	}
	
	.footer
	{
		height:50px;color:#9F9F9F;text-align:right;font-size:11px;
	}