body, html{
	padding:0px;
	margin:0px;
}

div{
	width:100%;
	background-color:transparent;
}

form{
	padding:0px;
	margin:0px;
}

td, div{
	font-family:Arial, Helvetica, sans-serif;
	color:#2F2F2F;
}

a{
	cursor:pointer;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

/* main fix width 776px */
.main{
	width:776px;
}
	/* TOP_SHADOWED_BORDER start */
	.borderTop{
		height:17px;
		background:url(img/border_top.gif) left top repeat-x;
	}
	/* TOP_SHADOWED_BORDER end */
	
	/* HEADER start */
	.header{
		height:181px;
	}
		.header .headerLeft{
			width:15px;
			height:181px;
			float:left;
			background:url(img/border_left.gif) left top repeat-y;
		}
		.header .headerCenter{
			width:746px;
			height:181px;
			float:left;
		}
		.header .headerRight{
			width:15px;
			height:181px;
			float:left;
			background:url(img/border_right.gif) right top repeat-y;
		}
	/* HEADER end */
	
	/* CONTENT start */
	.content{}
		.contentPadTop{
			padding:5px 0px 5px 0px;
		}
		.borderLeft{
			background:url(img/border_left.gif) left top repeat-y;
		}
		.borderRight{
			background:url(img/border_right.gif) right top repeat-y;
		}
		
		/* MENU_TOP start */
		.menuTop{
			height:24px;
		}
			.menuTop a{
				font-size:12px;
				font-weight:bold;
				color:#FFFFFF;
				text-decoration:none;
				text-transform:uppercase;
				
				display:block;
				width:135px;
				height:24px;
				line-height:24px;
				text-align:center;
				float:right;
				margin-right:1px;
			}
			.menuTop a.MTColor1{
				background:url(img/menu_top_color1.gif) left top repeat-x;
			}
			.menuTop a.MTColor2{
				background:url(img/menu_top_color2.gif) left top repeat-x;
			}
			.menuTop a.MTColor3{
				background:url(img/menu_top_color3.gif) left top repeat-x;
			}
			.menuTop a.MTColor4{
				background:url(img/menu_top_color4.gif) left top repeat-x;
			}
		/* MENU_TOP end */
		
		h1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:23px;
			color:#BE611B;
			font-weight:bold;
			padding:0px;
			margin:0px;
		}
		.textContent{
			font-size:11px;
			color:#2F2F2F;
		}
		.textWhite{
			color:#FFFFFF;
		}
		.bgCornerTopLeft{
			background:url(img/corner_top_left.gif) left top no-repeat;
		}
		.bgCornerTopRight{
			background:url(img/corner_top_right.gif) right top no-repeat;
		}
		.bgColor1{
			background-color:#FAF0DD;
		}
		.bgColor2{
			background-color:#E5EEF6;
		}
		.linkLightBlue{
			color:#00305A;
		}
		
		/* LOGIN start */
		.login{
			background:url(img/login_bg.jpg) left top no-repeat;
			height:180px;
		}
			.input{
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				margin:0px;
				border:1px solid #A7A6AA;
			}
		/* LOGIN end */
		
	/* CONTENT end */
	
	/* FOOTER start */
	.footer{
		margin:4px 0px 0px 0px;
		height:68px;
	}
		.footer .footerLeft{
			width:15px;
			height:68px;
			float:left;
			background:url(img/border_left.gif) left top repeat-y;
		}
		.footer .footerCenter{
			width:746px;
			height:68px;
			float:left;
		}
			.footerCenterTop{
				margin:15px 0px 0px 0px;
				font-size:11px;
			}
		.footer .footerRight{
			width:15px;
			height:68px;
			float:left;
			background:url(img/border_right.gif) right top repeat-y;
		}
	/* FOOTER end */
	
	/* BOTTOM_SHADOWED_BORDER start */
	.borderBottom{
		height:17px;
		background:url(img/border_bottom.gif) left top repeat-x;
	}
	/* BOTTOM_SHADOWED_BORDER end */