/* CSS Document */

.indexheading
{
    font-weight: normal;
	font-size: 24px;
	color: #1b2f5c;
	font-family: Times New Roman, Times, serif;
	text-align: left;
}

.indexcontent
{
    font-weight: normal;
	font-size: 14px;
	color: #01226b;
	font-family: Arial;
	text-align: justify;
}

.footer
{
    font-weight: normal;
	font-size: 12px;
	color: #01226b;
	font-family: Arial;
	text-align: justify;
}

.tariff
{
    font-weight: bold;
	font-size: 24px;
	color: #1b2f5c;
	font-family: Arial;
	text-align: left;
	font-style:italic;
}

.tariffcontent
{
    font-weight: bold;
	font-size: 18px;
	color: #112c6a;
	font-family: Arial;
	text-align: justify;
}

a:link,a:visited,a:active
{
text-decoration:none;
color:#012c8f;
}
a:hover
{
text-decoration:none;
color:#012c8f;
}
