*{
	margin:0px; 
	padding:0px; 
	border:none; 
	list-style:none;
	outline: none;
}
body, html {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 30px;
	color: #010101;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: normal;
}
h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #010101;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: normal;
}
h3{
	font-size: 18px;
	color: #048b9d;
	font-weight: normal;
}
h3 a{
	font-size: 18px;
	color: #048b9d;
	font-weight: normal;
}
h4{
	font-size: 16px;
	color: #048b9d;
	font-weight: normal;
}
h5{
	font-size: 16px;
	color: #010101;
	font-weight: normal;
}
h6{
	font-size: 16px;
	color: #010101;
	font-weight: normal;
}
h1, h3{
	padding-bottom: 15px;
	padding-top: 15px;
}
h4, h5, h6{
	padding-bottom: 10px;
	padding-top: 10px;
}
p{
	font-size: 14px;
	color: #7f7e7e;
	padding: 10px 0;
}
td{
	padding: 10px;
	font-size: 14px;
	color: #010101;
}
table{
	border-top: 1px solid #010101;
	border-left: 1px solid #010101;
}
td{
	border-right: 1px solid #010101;
	border-bottom: 1px solid #010101;
}
ol, ul li{
	padding: 0 0 15px 18px;
	font-size: 13px;
	color: #7e7d7d;
	font-size: 14px;
	background-image: url(../img/li-back.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul li a:hover{
	text-decoration: underline;
}
strong{
	font-size: 14px;
	color: #000;
}
.red{
    color:red!important;
}
.grey{
 color:#585858!important;
}
.blue{
 color:#0077d8!important;
}
.normal{
 font-style:normal!important;
}
.black{
 color:#000!important;
}