/* Link defaults */
a:link { 
   color:	#FF6600;
   font-size:	12pt;
   font-weight:	900;
   font-style:	italic;
}
a:active {
   color:	#CC6600;
   font-size:	12pt;
   font-weight:	900;
   font-style:	italic;
}
a:visited {
   color:	#CC6600;
   font-size:	12pt;
   font-weight:	900;
   font-style:	italic;
}
a:hover {
   color:	#CC6600;
   font-size:	12pt;
   font-weight:	900;
   font-style:	italic;
}

/* Body defaults */
body.primary {
/*  background-image:	url(../images/boland_menu.jpg) */
   background-repeat:   repeat-x;
   background-attachment: fixed;
   background-color:	#FFFFFF;
   color:		#000000;
   font-size:		10pt;
   font-weight:		900;
   font-style:		normal;
   font-family:		Arial, Verdana, san-serif;
}

body.sub {
   background-color:	#FFFFFF;
   color:		#006633;
   font-size:		12pt;
   font-weight:		900;
   font-style:		normal;
   font-family:		Arial, Verdana, san-serif;
/*   font-family:		Palatino, Times, Univers; */
}

.banner {
   font-size:		36pt;
   font-weight:		900;
   font-style:		italic;
   color:		#046AC4;
/*   color:		#663300; */
/*   color:		#3CA6F4; */
}

/* Major heading fonts */
.hdr1 {
   font-size:		20pt;
   font-weight:		900;
   font-style:		italic;
   color:		#046AC4;
}
.hdr2 {
   font-size:		14pt;
   font-weight:		900;
   font-style:		italic;
   color:		#046AC4;
}
.hdr3 {
   font-size:		10pt;
   font-weight:		900;
   font-style:		italic;
   color:		#046AC4;
}
.norm {
   font-size:		10pt;
   font-weight:		900;
   font-style:		normal;
   color:		#000000;
}


/* Table defaults */
table {
   font-size:		10pt;
   font-weight:		900;
   font-style:		normal;
   color:		#000000;
}
td {
   vertical-align:	top;
   padding-bottom:	8;
   padding-top:		8;
   padding-left:	8;
   padding-right:	8;
}
td.tight {
   vertical-align:	top;
   padding-bottom:	2;
   padding-top:		2;
   padding-left:	2;
   padding-right:	2;
}


/* Small bold fonts */
.boldsmlwhite {
   color:		white;
   font-size:		8pt;
   font-weight:		900;
}
.boldsmlgreen {
   color:		limegreen;
   font-size:		8pt;
   font-weight:		900;
}
.boldsmlred {
   color:		red;
   font-size:		8pt;
   font-weight:		900;
}
.boldsmlnorm {
   color:		black;
   font-size:		8pt;
   font-weight:		900;
}

/* Small fonts */
.smlwhite {
   color:		white;
   font-size:		8pt;
   font-weight:		400;
}
.smlgreen {
   color:		limegreen;
   font-size:		8pt;
   font-weight:		400;
}
.smlred {
   color:		red;
   font-size:		8pt;
   font-weight:		400;
}
.smlnorm {
   color:		black;
   font-size:		8pt;
   font-weight:		400;
}
.copyright {
   color:		black;
   font-size:		7pt;
   font-weight:		900;
   font-family:		verdana;
}

/* Medium bold fonts */
.boldmedgreen {
   color:		limegreen;
   font-size:		10pt;
   font-weight:		900;
}
.boldmedred {
   color:		red;
   font-size:		10pt;
   font-weight:		900;
}
.boldmednorm {
   font-size:		10pt;
   font-weight:		900;
}

/* Medium fonts */
.medgreen {
   color:		limegreen;
   font-size:		10pt;
   font-weight:		400;
}
.medred {
   color:		red;
   font-size:		10pt;
   font-weight:		400;
}
.mednorm {
   font-size:		10pt;
   font-weight:		400;
}

/* Large bold fonts */
.boldlrggreen {
   color:		limegreen;
   font-size:		12pt;
   font-weight:		900;
}
.boldlrgred {
   color:		#663300;
   font-size:		12pt;
   font-weight:		900;
}
.boldlrgnorm {
   font-size:		12pt;
   font-weight:		900;
}

/* Large fonts */
.lrggreen {
   color:		limegreen;
   font-size:		12pt;
   font-weight:		400;
}
.lrgred {
   color:		red;
   font-size:		12pt;
   font-weight:		400;
}
.lrgnorm {
   font-size:		12pt;
   font-weight:		400;
}

/* Font Tests */
.arial {
   font-size:		12pt;
   font-weight:		700;
   font-family:		Arial;
}
.helvetica {
   font-size:		12pt;
   font-weight:		700;
   font-family:		Helvetica;
}
.palatino {
   font-size:		12pt;
   font-weight:		700;
   font-family:		Palatino;
}
.sans-serif {
   font-size:		12pt;
   font-weight:		700;
   font-family:		sans-serif;
}
.times {
   font-size:		12pt;
   font-weight:		700;
   font-family:		Times;
}
.univers {
   font-size:		12pt;
   font-weight:		700;
   font-family:		Univers;
}
.verdana {
   font-size:		12pt;
   font-weight:		700;
   font-family:		Verdana;
}