.a_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: 0.1em;
}

.a_sm_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E6E6E;
	letter-spacing: 0.1em;
}

.a_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

.a_lrg_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.a_lrg_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B0D9DE;
	font-weight: normal;
}

.v_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.v_sm  a:link {  color: #000000; text-decoration: none}
.v_sm  a:visited {  color: #000000; text-decoration: none}
.v_sm  a:hover {  color: #035069; text-decoration: underline}
.v_sm  a:active {  color: #035069; text-decoration: underline}

.v_sm_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

.v_sm_white  a:link {  color: #ffffff; text-decoration: none}
.v_sm_white  a:visited {  color: #ffffff; text-decoration: none}
.v_sm_white  a:hover {  color: #8D2E2E; text-decoration: underline}
.v_sm_white  a:active {  color: #8D2E2E; text-decoration: underline}

.v_sm_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B0D9DE;
}

.v_sm_blue  a:link {  color: #B0D9DE; text-decoration: none}
.v_sm_blue  a:visited {  color: #B0D9DE; text-decoration: none}
.v_sm_blue  a:hover {  color: #ffffff; text-decoration: underline}
.v_sm_blue  a:active {  color: #ffffff; text-decoration: underline}

.v_sm_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.a_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A0D01;
	font-weight: bold;
}

.ahd {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #333333;
}


.input {
background-color: white;
border-color: #666666;
border-style: solid;
border-width: 1;
color: #666666;
font-size: 8pt;
font-family: arial;
}

/* 
    Highslide Style below
*/

<style type="text/css">
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
body {
	background-color: ffffff;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
