body {
font-family: Verdana, Arial, Helvetica, 'sans serif';
font-size: 13px;
color: #000;
}

a.nav:link { 
color: #000077; 
font-family: Verdana, Arial; 
font-size: 10px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none;
}
a.nav:visited { 
color: #000077; 
font-family: Verdana, Arial; 
font-size: 10px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none;
}
a.nav:hover { 
color: green; 
font-family: Verdana, Arial; 
font-size: 10px; 
font-style: normal; 
font-weight: bold; 
text-decoration: underline;
}
a.nav:active { 
color: lightblue; 
font-family: Verdana, Arial; 
font-size: 10px; 
font-style: normal; 
font-weight: bold; 
text-decoration: underline;
}

a.body:link { 
color: #000077; 
font-family: Verdana, Arial; 
font-size: 13px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none;
}
a.body:visited { 
color: #000077; 
font-family: Verdana, Arial; 
font-size: 13px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none;
}
a.body:hover { 
color: green; 
font-family: Verdana, Arial; 
font-size: 13px; 
font-style: normal; 
font-weight: bold; 
text-decoration: underline;
}
a.body:active {
color: lightblue; 
font-family: Verdana, Arial; 
font-size: 13px; 
font-style: normal; 
font-weight: bold; 
text-decoration: underline;
}

p, ul, ol {
font-family: Verdana, Arial, Helvetica, 'sans serif';
font-size: 13px;
color: #000;
}
p.left {
text-align: left;
}
p.center {
text-align: center;
}
p.right {
text-align: right;
}
p.smallText, span.smallText {
font-size: 10px;
}
p.photoTag, span.photoTag {
font-size: 10px;
color: #888;
text-align: center;
}
p.redText, span.redText {
color: #f00;
font-weight: bold;
}
p.navSide {
text-align: left;
margin-bottom: 1.25em;
}


h1 {
font-size: 16px;
color: #080;
}
h2 {
font-size: 15px;
}
h3 {
font-size: 14px;
}
h4 {
font-size: 13px;
}
h5 {
font-size: 10px;
}

table.whiteBack {
background-color: #fff;
}
