td { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt; 
} 


h1, .h1 {
	font-weight: bold;
	color: #000000;
	font-size: 12pt; 
}

.h1_bluetitle {
	font-weight: bold;
	color: #141D40;
	font-size: 12pt; 
}

h2, .h2 {
	font-weight: bold; 
	font-size: 9pt; 
}

h4, .h4 { 
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

h5, .h5 { 
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

h6, .h6 { 
	font-weight: bold;
	color: #000000;
	font-size: 14pt;
}

a, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}


.footer,a.footer,a.footer:visited { 
	font-weight: normal;
	font-size: 6pt;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
}
a.footer:hover { 
	text-decoration: underline;
}


.smalltext {
	color: #000000; 
	font-size: 7pt; 
	text-decoration: none;
}
.contactus-text {
	font-weight: bold;
	font-size: 12pt;
	color: #141D40;
	text-decoration: none;
}


/* CONTENT PADDINGS */
/* Outer table which has the side index and main part which contains another table.
*/
.padding-outer-table {
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
}

/* Inner table is one column and two rows table. Top cell would contain banner image and bottom cell 
   contains the text. 
*/
.padding-inner-table {
	border-top-width:	0px;
	border-bottom-width:0px;
	border-left-width:	1px;
	border-right-width:	0px;
	border-style:		solid;
	border-color:		#FFFFFF;
}

.padding-main {
	padding: 10px;
}