/*CSS1 limited content style sheet for ../contact.html  only */

body, p, ol, ul, dl, td, th, table { 
font-family : Arial, Helvetica, sans-serif; 
} 

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


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

a:link { 
color : blue; 
} 

a:visited { 
color : purple; 
} 

a:active { 
color : red; 
} 

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

H1 { 
color : #cc0000; 
background : white; 
font : bold 160% Arial, Helvetica, sans-serif; 
text-align : right; 
} 

H1.center { 
text-align : center; 
} 

H2 { 
color : #cc0000; 
background : white; 
font : bold 145% Arial, Helvetica, sans-serif; 
text-align : center; 
margin-left : 10%; 
} 


H2.left { 
text-align : left; 
} 

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

H3.left { 
text-align : left; 
} 

H4 { 
color : #990000; 
background : white; 
font : bold 115% Arial, Helvetica, sans-serif; 
margin-left : 6%; 
} 


h4.left { 
color : #990000; 
font-size : 120%; 
line-height : 130%; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
margin-left : 0%; 
} 

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

h5.center { 
color : #008000; 
font-size : 120%; 
font-family : Arial, Helvetica, sans-serif; 
text-align : center; 
} 

img.left { 
float : left; 
margin : 0 2em; 
} 

img.right { 
float : right; 
margin : 0 3em; 
} 

caption { 
color : #990000; 
font-size : 130%; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-align : center; 
} 


table { 
align : center;
width: 90%;
color : #000000; 
background : #fffff0; 
font-family : Arial, Helvetica, sans-serif; 
} 

table.contact { 
width: 95%;
color : #000000; 
background : #fffff0; 
font-family : Arial, Helvetica, sans-serif; 
border : 3px solid #808080;
margin : 1em auto;
} 


TD { 
color : #000000; 
background : white; 
font-family : Arial, Helvetica, sans-serif; 
} 

TD.top { 
text-align : center; 
} 

TD.center { 
text-align : center; 
border : 2px solid red;
} 

TD.left { 
text-align : left; 
border : 2px solid red;
} 


TD.caption { 
text-align : center; 
font-size : 80%; 
} 




TH { 
color : #000000; 
background : white; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-align : left; 
} 

TH.center { 
text-align : center; 
} 


HR {
margin-left : 25%;
width : 50%;
text-align : center;
}


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


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

P.center { 
text-align : center; 
margin-left : 2%; 
margin-right : 2%; 
} 


ul { 
list-style : disc; 
font-family : Arial, Helvetica, sans-serif; 
text-align : left; 
margin-left : 10%; 
} 



