/* Default style sheet for FNI corporate webpages */

/* Link behavior - No underline except on rollover */
a:link, a:visited, a:active {
	color: #003399;
	/* color: #003399; */
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#003399;
}

body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  vertical-align:top;
  text-align:left;
}

a.bread_link:link, a.bread_link:active, a.bread_link:visited, a.bread_link:hover {
text-decoration:underline;
color:#6172B1;
font-weight:bold;
font-size:10px;
}

a.blue_link:link, a.blue_link:active, a.blue_link:visited, a.blue_link:hover {
color:#003399;
}
.sub_link {
font-size:9px;
color:#003399;
margin-left:20px;
}

img.logo {
padding:0px 2px 0px 2px;
}

body {
  margin: 0px 0px 0px 0px;
  background-color: #CCCCCC;
}

p {
margin:0px 0px 12px 0px;
}

.p_short {
margin:0px 0px 6px 0px;}

.logo {
margin:15px 15px 0 15px;
}

/* Table classes to obtain thin purple line
  Apply to table as well as TD cell*/


/*	Top Table for Billboard only */
.table_border, .td_border, .td_two_col {
  border-color:#6172B1;
  border-style:solid;
  border-collapse:collapse;
  line-height:normal;

}

.table_border
{
  border-width: 1px 0px 0px 1px;

}

.td_two_col
{
  border-width: 0 1px 0 0;
}

.td_border {
  border-width:0px 1px 1px 0px;
}

/* Header classes
  h1 = bilboard
  h2 = topics
  h3 = topics with color background */
h1,h2,h3,h4,h5{
  font:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:left;
  vertical-align:top;
  margin:0px 0px 0px 0px;
}
h1 {
  padding:14px;
  font-size:15px;
  color:#FFFFFF;
  width:208px;
  background-color:#6172B1;

}
h2 {
  color: #6172B1;
  font-size: 12px;
  margin:20px 20px 15px 20px;
  font-weight: bold;
}
h3 {
	font-size:11px;
	font-weight:bold;
	color:#003399;
	margin:15px 20px 0px 20px;
	text-align: center;
}
h4 {
  font-size:11px;
  color:#003399;
  margin:0px 0px 6px 0px;
}

h5 {
  font-size:11px;
  color:#FFFFFF;
  border-bottom:1px solid #6172B1;
  background-color:#003399;
  padding:7px 7px 7px 20px;
  width:164px;
}

.b_crumb {
color:#6172B1;
padding:4px 15px 4px 15px;
font-size:10px;

}

.billboard_text {
color:#6172B1;
padding:10px 15px 0px 15px;
}

.text {
margin:4px 20px 0px 20px;
}

.large_quote {
  color: #003399;
  font-family:"Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  margin:15px 15px 0px 15px;
}

.highlight_bold {
  color:#003399;
  font-weight:bold;
}

.list1 {
list-style-position:outside;
list-style-type:disc;
margin:0px;
padding:0px 0px 0px 20px;
}

.list2 {
list-style-position:outside;
list-style-type:disc;
margin:0px;
padding:0px 0px 10px 15px;
}

.list3 {
list-style-position:outside;
list-style-image:url(images/checkmark_sm.gif);
margin:0px;
padding:0px 0px 0px 15px;
}

.list4{
list-style-position:outside;
list-style-type:circle;
margin:0px;
padding:0px 0px 0px 15px;;
}

.vert_menu {
padding:12px 15px 0px 15px;
letter-spacing:-1px;
color:#003399;
font-size:11px;
}

.vert_bold {
color: #003399;
font-weight:bold;
}
.bridge {
margin:15px;
color:#003399;
}

.int_bridge {
padding:15px 20px 15px 20px;
color:#666666;
border-bottom:1px solid #6172B1;
}

.h_bar {
height:1px;
background-image:url(images/border.gif);
background-repeat:repeat-x;
margin:0px 20px 0px 20px;
}

.footer {
background-image:url(images/bot_px.jpg);
background-repeat:repeat-x;
height:4px;
width:681px;
}

.error{
color:#CC0000;
}
