@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;	
	font-family:"MS Sans Serif", Verdana, Geneva, sans-serif;
	font-size: 13px; 
	color: #666666;
	background-color:#e7f7ff;
	/*font-size:14px;*/
}
label.required{
	background:url(../images/require.gif) center right no-repeat;
	padding:0px 11px 0px 1px;
}
img{
	border:0px;	
}
h1,h2,h3,h4,h5,h6{
	color:#3F3F3F;	
	padding:0px;
	margin:0px;
	overflow:hidden;
}
h2{
	font-size:16px;
	color:#000;
}
h3{
	font-size:15px;
	font-weight:bold;
	color:#FFF;	
}
h3 a:link {
	color: #999999;
	text-decoration: none;
}
h3 a:visited {
	color: #999999;
	text-decoration: none;
}
h3 a:hover {
	color: #333333;
	text-decoration:underline;
}
a:link{
	color:#969696;	
	text-decoration:none;
}
a:visited{
	color:#969696;	
	text-decoration:none;
}
a:hover{
	color:#F60;	
	text-decoration:none;
}

/* +++++++++++++++ MAIN FRAME +++++++++++++++*/
table.tb-main{
	width:1006px;
	margin:0 auto;
	border:0px;
	background:#e7f7ff;
}
table.tb-main img{
	border:0px;
}
table.tb-main td.frame-top-left{
	text-align:left;
	width:29px;
	height:30px;
}
table.tb-main td.frame-top-right{
	text-align:right;	
	width:29px;
	height:30px;	
}
table.tb-main td.frame-top-center{
	text-align:center;	
	background:#FFF url(../images/frame-top-center-3x30.png) center repeat-x;
	height:30px;	
}
table.tb-main td.frame-bottom-left{
	text-align:left;
	width:29px;
	height:27px;
}
table.tb-main td.frame-bottom-right{
	text-align:right;	
	width:29px;
	height:27px;	
}
table.tb-main td.frame-bottom-center{
	text-align:center;	
	background:#FFF url(../images/frame-bottom-center-3x27.png) center repeat-x;
	height:27px;	
}
table.tb-main td.frame-center-left{
	height:auto;
	width:29px;
	background:#FFF url(../images/frame-left-center-29x3.png) top repeat-y;
}
table.tb-main td.frame-center-right{
	height:auto;
	width:29px;
	background:#FFF url(../images/frame-right-center-29x3.png) top repeat-y;
}
table.tb-main td.frame-content{
	vertical-align:top;
	background-color:#FFF;
}
table.tb-main td.header{
	vertical-align:top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
}
table.tb-main td.footer{
	vertical-align:bottom;
	padding:10px 0 10px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
}
/* +++++++++++++++ CONTENT FRAME +++++++++++++++*/
table.tb-content{
	width:100%;
	border:0px;
}
table.tb-content td.menu{
	vertical-align:top;
	width:211px;	
}
table.tb-content td.content{
	vertical-align:top;
}

