/* ---------------- Headings --------------------------------- */
H1 {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 	  small;
    margin-bottom:2px;
    line-height:  2ex;
    color:    #001E6A;
    font-weight: bolder;
}

.header {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 	  small;
    color:    #001E6A;
    font-weight: bolder;
}


H2 {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 	  smaller;
    margin-bottom:2px;
    line-height:  2ex;
    color:    #000000;
    font-weight: bolder;
}

H3 {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 	  small;
    margin-bottom:2px;
    line-height:  2ex;
    color:    #CC0000;
    font-weight: bolder;
}
H4 {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 	  xx-small;
    margin-bottom:2px;
    line-height:  2ex;
    color:    #001E6A;
    font-weight: normal;
}


.bodytextsmall {
	font-family: verdana;
	font-size:   xx-small;
	line-height: 17px;
	font-weight: bold;
	color: #FF0000;

}


.bodytext {
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}
.menu {
	font-family: verdana;
	color: #001E6A;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
}
.menugrey {
	font-family: verdana;
	color: #999999;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
}
.heading {
	font-family: verdana;
	color: #001E6A;
	font-size: 14px;
	font-weight: bold;
}
.footer {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
A.linkblack {
font-family: 	  verdana;
font-size:        12px;
line-height: 17px;
color:            #000000;
text-decoration:  underline;
}
A.linkblack:hover {
font-family:       verdana;
font-size: 		  12px;
line-height:      17px;
color:            #CC0000;
text-decoration:  underline;
}

A.linkred {
font-family: 	  verdana;
font-size:        12px;
line-height: 17px;
color:            #FF0000;
text-decoration:  underline;
}
A.linkred:hover {
font-family:       verdana;
font-size: 		  12px;
line-height:      17px;
color:            #001E6A;
text-decoration:underline;
}


A.link {
font-family: 	  verdana;
font-size:        12px;
line-height: 21px;
color:            #001E6A;
text-decoration:  underline;
}
A.link:hover {
font-family:       verdana;
font-size: 		  12px;
line-height:      21px;
color:            #CC0000;
text-decoration:underline;
}


A.linklightblue {
font-family: 	  verdana;
font-size:        12px;
line-height: 17px;
color:            #0033CC;
text-decoration:  underline;
}
A.linklightblue:hover {
font-family:       verdana;
font-size: 		  12px;
line-height:      17px;
color:            #CC0000;
text-decoration:underline;
}
A.footerlink {
font-family: 	  verdana;
font-size:        11px;
color:            #FFFFFF;
text-decoration:none;
}

A.footerlink:hover {
font-family:       verdana;
font-size: 		  11px;
color:            #999999;
text-decoration:none;

}


A.bodytextblackboldnavigation {
	font-family: verdana;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}
A.bodytextblackboldnavigation:hover {
	font-family:verdana;
	font-size:x-small;
	color:#000000;
	font-weight: normal;
	text-decoration:none;
}
.border {
	border: 1px dotted #003366;
}
