/*-------------------------- global styles ----------------------------*/

html {
  overflow: -moz-scrollbars-vertical;
}

body { 
  background-color: #FFFFFF;
	color: #333333;
	background-image: url(/clientservices/images/bg2.gif); 
  margin:  0px;
  padding: 0px;
}

td {
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px; 
	color: #333333; 
	text-decoration: none;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
}

a, a:link {
  color: #0033CC;
	text-decoration: none;
}
a:hover {
  color: #669AFF;
	text-decoration: underline;
}


/*--------------------------- text styles ------------------------------*/

.main_title_header {
  font-size: 17px; 
	line-height: 19px; 
	font-weight: bold; 
	color: #003399; 
	text-decoration: none;
}

.main_title_header:hover {
	color: #6699FF; 
	text-decoration: none;
}

.main_bold {
	font-weight: bold; 
	color: #0033CC; 
	text-decoration: none;
}

.main_bold:hover { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: bold; 
  color: #6699FF; 
	text-decoration: none;
}

.main_sub_heading {
  font-size: 15px; 
	line-height: 17px; 
	font-weight: bold; 
	color: #003399;
}

.table_column_heading {
  font-style: italic;
	color: #003399;
}