table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.italicsm{
	font-style : italic;
	text-align: right;
}

.caption{
	font-size: 22px;
	font-weight: bold;
}
.caption1{
	font-size: 16px;
	font-weight: bold;
	
}

.LargeFont{
	font-size: 16px;
	
	
}
.caption2{
	font-size: 14px;
	font-weight: bold;
	
}
.header {
	font-size: 28px;
	font-weight: bold;
	text-align : center;
}

.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.italic{
	font-style : italic;
	font-size: 12px;
	}
.italicLG{
	font-style : italic;
	font-size: 14px;
	}
	
.captionU {
	font-size: 20px;
	font-weight: bold;
	text-decoration : underline;
}
.menu{
		border: 1px dashed #000000;
		border-top-width: 0;
		background-color: #0099CC;
	}
	
.menu CAPTION {
		font-weight: 700;
		color: black;
		padding-top: 3;
		padding-bottom: 0;
		line-height: 1.5;
		border-left-width: 1; border-right-width: 2; border-top-width: 1; border-bottom-width: 2;
		border-color: 000000;
		border-style: solid;
		background-color: #0099CC;
    	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#0099CC) progid:DXImageTransform.Microsoft.Glow(color=009900, strength=1); 
  	}