/* Default CSS Stylesheet for a new Web Application project */


.colheader
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: capitalize;
	color: white;
	font-family: Verdana;
	background-color: #99ccff;
	text-align: center;
	line-height: 25px;
}


.categoryDescription
{
	font-weight: bold;
	text-justify: inter-word;
	font-size: 13px;
	font-family: Verdana;
	text-align: justify;
	line-height: 16px;
	
}


.comment
{
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana;
	height: 20px;
	
}

td
{
	text-justify: inter-word;
	font-size: 13px;
	font-family: Verdana;
	text-align: justify;
}
H1
{
	font-weight: bold;
	font-size: 25px;
	color: white;
	font-family: Verdana;
	background-color: navy;
	text-align: center;
}
.txtBold
{
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
	text-align: left;
}
.txtBig
{
	font-weight: bold;
	font-size: 15px;
	color: black;
	font-family: Verdana;
	
}

hr
{
	line-height: 1px;
	
}

#mylayer{
display: none !important;
}

