body {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		width: 100%;
		height: 100%;
		background: #8FBCDD url("../images/bg_main.jpg");
		background-repeat: repeat-x;
	}
	.topnav{
		font: normal 11px Tahoma;
		color: #D7E6F1;
	}
	.topnav a{
		font-weight: bolder;
		color: #D7E6F1;
		text-decoration: none;
	}
	.topnav a:hover{
		font-weight: bolder;
		color: orange;
		text-decoration: underline;
	}
	.btms{
		font: normal 11px Tahoma;
		color: #ffffff;
	}
	.btms a{
		color: #ffffff;
	}
	.btms a:hover{
		color: orange;
	}
	.phead{
		font: normal 22px Arial;
		letter-spacing: -1px;
		color: #0B6FB9;
	}
	.normal{
		font: normal 12px arial;
		color: #697A86;
		line-height: 17px;
	}