html, body {
   height: 100%;
   margin:0;
   padding:0;
}
#body {
   min-height: 100%;
   height:100%;
}
* html #body {
   height:100%
}

BODY { 	font-family: Arial; 
	color: rgb(0,0,0); 
	font-size: 11pt; 
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	OVERFLOW: auto; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: white; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: rgb(245,245,245); 
	SCROLLBAR-DARKSHADOW-COLOR: white; 
	SCROLLBAR-BASE-COLOR: white }

A:link { COLOR: rgb(0,0,0); 
	TEXT-DECORATION: none; 
	font-size: 10pt; 
	font-weight: bold; }
A:hover { COLOR: rgb(0,0,0); 
	TEXT-DECORATION: none; 
	font-size: 10pt; 
	font-weight: bold; }
A:visited { COLOR: rgb(0,0,0); 
	TEXT-DECORATION: none; 
	font-size: 10pt; 
	font-weight: bold; }


IMG { 	border-style:none; 
	vertical-align:middle}

table.regiment { text-align:justify} 

table.crew { font-size: 14px; }

table.service { font-size: 12px; }
tr.service:hover { background-color: #d7eefe; }

table.service2 { font-size: 12px; }
tr.service2:hover { background-color: #e6f6bc; }

#rrk td {padding-left:8px;text-align:left;}

#toTop {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: none;
            cursor: pointer;} 
