/*CSS1 style sheet for RA-Aus airworthiness pages. This sheet specifies font type, colour, size etc and text alignments for any NAMED element. This sheet is linked to:-
airworthiness/index.html; 
constructors/index.html; 
docs/index.html;  
manuals/tech/index.html(?); */


body { 
color : #000000; 
background : #ffffff;
margin-left : 5%; 
margin-right : 5%; 
} 

a:link { 
color : blue; 
} 

a:visited { 
color : purple; 
} 

a:active { 
color : red; 
} 

a:hover { 
color : red; 
text-decoration : none; 
} 

H1 { 
text-align : center; 
color : #cc0000; 
font : bold 30pt Arial, Helvetica, sans-serif; 
} 

H2 { 
display : inline; 
color : #cc0000; 
font : bold 160% Arial, Helvetica, sans-serif; 
border-bottom-style : double; 
border-color : #808080; 
} 

H3 { 
text-align : center; 
color : #cc0000; 
font : bold 160% Arial, Helvetica, sans-serif; 
} 

H3.left { 
text-align : left; 
color : #cc0000; 
font : bold 160% Arial, Helvetica, sans-serif; 
} 

H3.notice {
text-align : center; 
color : #ff33cc; 
font : bold 130% Arial,Helvetica, sans-serif; 
}

H4 { 
display : inline; 
color : #000080; 
font : bold 115% Arial, Helvetica, sans-serif; 
margin-left : 6%; 
} 

h5 { 
color : #008000; 
font-size : 140%; 
line-height : 160%; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
} 

th { 
color : #000000; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
text-align : center; 
} 

th.left { 
text-align : left; 
} 

td { 
color : #000000; 
font-family : Arial, Helvetica, sans-serif; 
text-align : center; 
} 

td.left { 
text-align : left; 
} 

td.menu { 
text-align : right; 
} 

td.norm { 
line-height : 140%; 
text-align : left; 
} 

td.center { 
line-height : 140%; 
text-align : center; 
} 

td.small { 
font-size : 90%; 
line-height : 100%; 
text-align : right; 
} 

td.leftstrip { 
background : #6a6482; 
} 

P { 
color : #000000; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
margin-left : 6%; 
margin-right : 6%; 
} 

P.small { 
font-size : 90%; 
} 

P.caption { 
font-size : 80%; 
text-align : center; 
margin-left : 0%; 
margin-right : 0%; 
} 

p.smallrt { 
color : #000000; 
font-size : 80%; 
text-align : right; 
} 


P.box { 
text-align : left; 
background : #fffff0; 
padding : 12px;
border-style : solid; 
border-width : thin; 
border-color : #808080; 
} 

P.intro { 
line-height : 150%; 
font-weight : bold; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 

P.intro2 { 
font-weight : bold; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 

UL { 
list-style : disc; 
color : #000080; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
margin-left : 10%; 
margin-right : 6%; 
} 

UL.margin { 
list-style : disc; 
color : #000080; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
margin-left : 30%; 
} 

OL { 
list-style : square; 
color : #000080; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
margin-left : 6%; 
margin-right : 6%; 
} 

DL { 
list-style : circle; 
color : #000080; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
margin-left : 6%; 
margin-right : 6%; 
} 

div.border  { 
background : #ffffff; 
border-style : solid; 
border-width : thin; 
border-color : #808080; 
padding : 30px;
}

div.red { 
background : white; 
padding : 10px; 
border-style : solid; 
border-width : thin; 
border-color : #ff0000; 
padding : 10px;
margin-left : 10%; 
margin-right : 10%; 
}  

