/* CSS Document */
Body {
margin:0;
padding:0;
background-color:#CCCCCC;}

#container{
	width:750px;
	height:583px;
	margin:auto;

	border-right:2px solid #ebebeb;
	border-bottom:2px solid #d0cfcf;
	background-color:white;
	}
	
	.flag{
		text-align:right;
		width:175px;
		height:18px;
	
	
		background-color:#CCCCCC;
		
		}
	.flash_header{
		width:750px;
		height:125px;
		}
	.menu{
		width:750px;
		height:51px;
		background-image:url(data/bg_menu.gif);
		margin-bottom:10px;
		}
	.page_title{
		font-family:Tahoma;
		font-size:12px;
		text-transform:capitalize;
		color:#666666;
		font-weight:bold;
		text-decoration:underline;
		text-align:right;
		}
		.btn a{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#545454;
			float:left;
			width:107px;
			height:34px;
			padding-top:17px;
			background-image:url(data/bg_btn.gif);
			text-align:center;
			text-decoration:none;
			}
		.btn a:hover{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#545454;
			float:left;
			width:107px;
			height:34px;
			padding-top:17px;
			background-image:url(data/bg_btn.gif);
			text-align:center;
			text-decoration:underline;
			}			
		.btn_l a{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			text-align:center;
			font-size:12px;
			color:#545454;
			float:left;
			width:107px;
			height:51px;
			height:34px;
			padding-top:17px;
			background-image:url(data/btn_l.gif);
			text-decoration:none;
			}
		.btn_l a:hover{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			text-align:center;
			font-size:12px;
			color:#545454;
			float:left;
			width:107px;
			height:51px;
			height:34px;
			padding-top:17px;
			background-image:url(data/btn_l.gif);
			text-decoration:underline;
			}

		.hbtn a{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#545454;
			float:left;
			width:107px;
			height:34px;
			padding-top:17px;
			background-image:url(data/bg_btn.gif);
			text-align:center;
			text-decoration:none;
			}
		.hbtn a:hover{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#545454;
			float:left;
			width:107px;
			height:34px;
			padding-top:17px;
			background-image:url(data/bg_btn.gif);
			text-align:center;
			text-decoration:underline;
			}			
		.hbtn_l a{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			text-align:center;
			font-size:10px;
			color:#545454;
			float:left;
			width:107px;
			height:51px;
			height:34px;
			padding-top:17px;
			background-image:url(data/btn_l.gif);
			text-decoration:none;
			}
		.hbtn_l a:hover{
			font-family:Verdana,Arial, Helvetica, sans-serif;
			text-align:center;
			font-size:10px;
			color:#545454;
			float:left;
			width:107px;
			height:51px;
			height:34px;
			padding-top:17px;
			background-image:url(data/btn_l.gif);
			text-decoration:underline;
			}				
	.content{
		padding:10px;
		margin:auto;
		width:714px;
		height:330px;
		border:1px dotted #CCCCCC;
		}
		.content p {
			padding:0px;
			margin:0px;
			margin-bottom:14px;
			font-family:Verdana,Arial, Helvetica, sans-serif;
			color:#545454;
			font-size:13px;
			text-align:justify;	}
			
			
.bottom{
	margin-top:10px;
	background-image:url(data/bg_bottom.gif);
	height:19px;
	width:750px;
	padding-top:2px;
}	

.bottom p {
	margin:0px;
	text-align:center;
	padding:0px;
	font-size:10px;
	color:#5f5e5e;
	
	font-family:Verdana,Arial, Helvetica, sans-serif;
	} 


