body {
    margin:         0px;
    font-family:    Tahoma;
    font-size:      10pt;
}
table {
    border-collapse:    collapse;
    border-spacing:     0px 0px;
    empty-cells:        show;
    font-size:          10pt;
}
p {
    font-size:      10pt;
    /*text-align:     justify;*/
}
a, a:visited {
    text-decoration:    none;
    font-weight:		bold;
		color:				#832B3D;
}
a:hover img {
		border-color:	#FF4444;
}
a:hover img.hlight {
		border-color:	#FF4444;
		filter:alpha(opacity=75);
}
a:hover {
    text-decoration:    underline;
/*		color:				#5E83CC;*/
		color:				#FF4444;
}

.hiddenlink, a:visited.hiddenlink {
    text-decoration:    none;
    font-weight:		normal;
}
a:hover.hiddenlink {
    text-decoration:    underline;
		color:				#FF4444;
}

.h1 {
    font-size:      18pt;
}
.h2 {
    font-size:      14pt;
}
.h3 {
    font-size:      12pt;
}
.small {
    font-size:      8pt;
}
.tiny {
    font-size:      7pt;
}


tr.row1 {
    background:		#DEDEDE;
}
tr.row2 {
    background:		#ECECEC;
}
tr.row3 {
    background:		#CECECE;
}

img {
/*    border-style:   none;*/
		border-color:	#395181;
}

hr {
		size: 1;
    height: 1;
    color: #395181;
}
