@charset "UTF-8";
/* CSS Document */


h1 {
font-family:"Tahoma", Arial, Helvetica, sans-serif;
color:#25006A;
font-size:22px;
font-weight:bold;
margin:0px;
padding:0px;
}

h3, h4, h5 {
font-family:Arial, Helvetica, sans-serif;
color:#25006A;
font-size:17px;
font-weight:normal;
margin:0px;
padding:0px;
}

h4 {
font-size:15px;
font-weight:bold;
}

h5 {
font-size:15px;
font-weight:normal;
}

.float_image_left {
float:left;
margin:0px 8px 8px 0px;
}

.float_image_right {
float:right;
margin:0px 0px 8px 8px;
}

.clear {
height:1px;
clear:both;
overflow:hidden;
}

.box {
display:block;
}

a {
color:#25006A;
text-decoration:none;
}

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