/*
==================================
Main pages styles 
==================================
*/
.main_heading {
	font-size: 13pt;
	color: #1879FC;
	FONT-FAMILY: Verdana;
	font-weight: bold;
}
.banner_sub {
	font-size: 7pt;
	color: #333333;
	FONT-FAMILY: Verdana;
	font-weight: bold;
}
.sub_heading {
	font-size: 11pt;
	color: #1879FC;
	FONT-FAMILY: Verdana;
	font-weight: bold;
}
.main_text {
	font-size: 9pt;
	color: #333333;
	FONT-FAMILY: Verdana;
}
.sms_no_main {
	font-size: 18pt;
	color: #1879FC;
	FONT-FAMILY: Verdana;
	font-weight: bolder;
	letter-spacing: 2px;
}
.sms_no {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11pt;
	COLOR: #1879fc;
	FONT-STYLE: normal;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.footer {
	font-size: 7pt;
	color: #333333;
	FONT-FAMILY: Verdana;
}
/*
==================================
Default settings for key HTML tags 
==================================
*/
A {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11pt;
	COLOR: #1879fc;
	FONT-STYLE: normal;
	font-weight: bold;
	TEXT-DECORATION: none;
}
A:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11pt;
	COLOR: #1879FC;
	FONT-STYLE: normal;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
BODY {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #333333;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 5px 0px 0px 15px;
}
TABLE {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #000000;
}
img {
	border: 0;
}
p, li {
}
ul {
	margin-left: 0px;
	padding-left: 10px;
}