.web {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left:10px;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #038DCC;
	padding-left:10px;
	font-weight: bold;
}



a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #0490D5;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #0490D5;
	text-decoration: none;
	font-weight: bold;
}
.list {
	list-style-type: decimal;
	list-style-image: url(img/bullet.gif);
	list-style-position: inside;
}

}
.table {
	border: 0px;
	padding: 0px;
	text-align:center; 
}




