
body{
	background-color: 	white;
	margin:			0px; 
	padding:		10px;
}

.intro{
	font-size:		14px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			black;	
}

.main{
	width: 				900px;
	height: 			600px;
	background-color: 	white;
	text-align: 		left;
	margin:				auto;
}

.menu{
	width: 			156px;	
}

.menuBtn{	 
	display: 		block;
	background: 	transparent url("images/commons/menubtn.png") top left no-repeat;	
	width: 			200px;
	height:			40px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			white;	
	font-size:		14px;
	line-height:	40px;
	text-align:		center;

}

.bTitle{
	width:			620px;		
	text-align:		center;
	font-size:		32px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			#0F6EF0;	
	border:			solid 0px red;
	margin:			auto;	
}

.bStd{	
	font-size:		12px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	color:			black;		
}

.bContent{
	width:			620px;	
	text-align:		center;
	font-size:		14px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	color:			black;	
	border:			solid 0px gray; 
	padding-top:	20px;
	margin:			auto;	
	
}

.bContent a{
	font-size:			12px;
	color:				#0F6EF0;
	text-decoration: 	none;
	
}

.bContent a:hover{
	font-size:			12px;
	color:				#84B5F8;	
	text-decoration: 	none;
}

.bSmallLink{
	font-size:		8px;
}

.bSubtitle{			
	text-align:		center;
	font-size:		28px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			black;		
	border:			solid 0px blue; 
}

.bDesc{			
	text-align:		left;
	font-size:		12px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;	
	color:			black;			
	margin:			0;
	padding-left: 	5px;	
}

.bDescOk{			
	text-align:		left;
	font-size:		12px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;	
	color:			green;			
	margin:			0;
	padding-left: 	5px;	
}

.bDesc .title{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			#93024D;
}

.bDesc .subtitle{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			black;
}

.bDescDeprecated{			
	text-align:		left;
	font-size:		12px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;	
	color:			gray;			
	margin:			0;
	padding-left: 	5px;	
}

.bDescDeprecated .title{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			#6C6C6C;
}

.bDescDeprecated .subtitle{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			gray;
}

.boxBack{	
	position: 			absolute;
	margin:				0;
	left: 				0px;
	top: 				0px;
	width:				100%;
	height:				100%;						
	background-image:	url(images/box/back.gif);		
	text-align:			center;
}

.boxBody{	
	font-family:		arial, verdana, sans-serif;
	font-size: 			12px;
	border:				solid 0px black;		
	text-align:			center;
	margin-left:		auto;	
	margin-right:		auto;		
	padding:			0px;	
}

.btnClose{
	cursor: 			pointer;
	color:				#7CBF0F;
	font-size:			18px;
	font-weight:		bold;
}

.bMsgOk{
	text-align:		center;
	font-size:		14px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			green;
}

.bMsgErr{
	text-align:		center;
	font-size:		14px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			red;
}


img{
	border: 0px;
}


.blocTitle{			
	text-align:			left;
	font-size:			16px;
	font-family: 		Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:		bold;
	color:				black;		
	border:				solid 0px blue; 
	text-decoration: 	underline;
	
}
