.style2 {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	}
	
.style3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

	}
	
.style4 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	}
	
.style5 {
	color: #FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
	
.headst {
	font-size: 14px;
	text-align: center;
}

.gridst {
	font-size: 14px;
	text-align: center;
}

select {font-size:18px;}
select option {font-size:18px;}
input[type="text"]
{
    background-color:#FFC;
    font-size : 18px;
}

.girdleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	text-align: center;
	padding: 1px;
}
.girdnone {
	text-align: center;
	padding: 1px;
}
.girdbott {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-left-style: solid;
	padding: 1px;
	text-align: center;
}
.girdright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 1px;
	text-align: center;
}
.girdall {
	border: 1px solid #000000;
	padding: 1px;
	text-align: center;
}

.caltabwidthst {
	width: 70px;
}

.lablestyle {
	vertical-align: middle !important;
	display: inline !important;
}

.checkbo {
	width:70px;
	height:70px;
	}

.xy-article {
	background-color:#FFFFCC;
	border:1px solid #E0D68A;
	border-radius:6px;
	padding:10px 12px;
	font-size:16px;
	line-height:1.6;
}
.xy-article p { margin:0.4em 0; }
.xy-article h3 { font-size:18px; margin:0 0 8px; color:#0044AA; }
.xy-article b { color:#C00000; }
