body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

a { 
//	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #034DAB;
}

a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #034DAB; 
	background-color: #F7E8C8;
}

a:active {
        color: #034DAB;
}


a:visited {
	color: #003474;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #333000;
}

h3 {
	font-size: 14px;
	color: #333000;
}

.deposit_rates_highlighted {
	/* color: #003566;  */
	background-color: #FADCA5;
}

.dark_green {
	color: #333000;
}

.white_header {
	color: #FFFFFF;
	font-weight: bold;
}

.Main_Headline {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.Body_Text {
	font-size: 14px;
	font-family: Arial;
}

.Branding_Text {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    color: #996600;
}

/* REGION NAME */
.region_name {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform:lowercase;
}


/* CONTENT RATES */

.content_rates_category1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}

.content_rates_notes{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	margin-left: 20px;
	margin: 20px;
}

.content_rates_table{
	width: 90%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.content_rates_table_title {
	background-color: #215EAB;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.content_rates_table_effectivedate{
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.content_rates_table_fields {
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.content_rates_table_row1 {
	background-color: #EAEBC3;
	font-size: 12px;
	color: #000000;
}
.content_rates_table_row2 {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}
.content_rates_table_row_highlight {
	background-color: #E1A61E;
	font-size: 12px;
	color: #000000;
}
/* RELATED LINK UL */
.regions_relatedlink_list{
	list-style-image: url(/templates/united_inside/media/related_link_bullet.gif);
}