	head{
	margin: 0px;
}
	body{
		margin: 0px;
		font-family: Arial, Tahoma, Verdana;
		font-size: 12px;
		color: #000000;
	}
	td{
		font-family: Arial, Tahoma, Verdana;
		font-size: 12px;
		color: #000000;
	}
	div.td_menu{
		border-right: 1px dotted #000000; 
	}
	.td_forms{
		border-top: 1px dotted #E0DCFF; 
		border-bottom: 1px dotted #E0DCFF;
	}
	a.menu{
		font-family: "Trebuchet MS", Arial, Tahoma;
		display: block;
		width: 100%;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-right: 4px;
		font-weight: normal;
		border-bottom: 1px solid #FFE8C0;
		color: #000000;
		text-decoration: none;
	}
	a.menu:hover{
		display: block;
		width: 100%;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-right: 4px;
		text-decoration: none
		font-weight: normal;
		border-bottom: 1px solid #FFE8C0;
		background-color: #A8CDF2;
	}
	a{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
	a:hover{
		text-decoration: underline;
		color: #1230A9;
	}
	div.topLogo{
		width: 100%;
		background: url('images/back.gif');
	}
	div.TopText{
		text-align: right;
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 10px;
		color: #808080;
	}
	div.menuTop{
		border-top: 1px solid #FFE8C0;
		border-bottom: 1px solid #FFE8C0;
		background-color: #000000;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
	}
	div.image{
		background-color: #000000;
		width: 100%;
		height: 147px;
	}
	div.leftmenu{
		float: left; 
		width: 184px; 
		height: 100%;
		text-align: left;
	}
	div.content{
		float: left; 
		width: 574px; 
		height: 100%;
		text-align: left;
	}
	div.SubContent{
		padding: 10px;
		width: 556px;
		align: center;
	}
	div.blankTop{
		width: 100%;
		height: 30px;
	}
	div.unsel{
		text-align: right;
		border-right: 1px solid #E0DCFF;
		background-color: #D0E4F8;
	}
	div.sel{
		text-align: right;
		border-top: 1px solid #E0DCFF; 
		border-bottom: 1px solid #E0DCFF;
		border-right: 1px solid #FFFFFF;
		background-color: #FFFFFF;
	}
	div.MainTitle{
		font-weight: bold;
		font-size: 15px;
		color: #165798;
	}
	div.topdiv{
		width: 800px; 
		height: %100;
	}
	.inputs{
		font-family: Arial, Tahoma;
		font-size: 12px;
		color: #000000;
		border: 1px solid #c0c0c0;
	}
	.button{
		font-family: Arial, Tahoma;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		border-left: 2px solid #FFE8C0;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #FFE8C0;
		background-color: #FFFFFF;
		cursor: pointer;
	}
	.title{
		font-family: Arial, Tahoma;
		font-size: 19px;
		color: #000000;
		font-weight: bold;
		border-left: 2px solid #FFE8C0;
		border-right: none;
		border-top: none;
		border-bottom: 2px solid #FFE8C0;
	}
	hr {
		height: 1px;
		color: #000000;
	}
