/* CSS Document */

.h1 {
font-family:verdana;
font-size:13px;
color: #000000;
font-weight: bold;
}

.h1large {
font-family:verdana;
font-size:14px;
color: #000000;
}
.h2 {
font-family:verdana;
font-size:12px;
color: #000000;
}
.h2bold {
font-family:verdana;
font-size:12px;
color: #000000;
font-weight: bold;
}

.h3 {
font-family:verdana;
font-size:12px;
font-weight: bold;
color: #FF0000;
}

.h4 {
font-family:verdana;
font-size:11px;
color: #000000;
}

.h5 {
font-family:verdana;
font-size:11px;
color: #FF0000;
}

.h6 {
font-family:verdana;
font-size:11px;
font-weight: bold;
color: #000000;
}

.required{
color: #FF0000;
font-family:verdana;
font-size:11px;
font-weight: bold;
}



a.fo:link {color: rgb(7,129,252)} 
a.fo:link {text-decoration: none} /*  unvisited link */
a.fo:link {font-family: verdana} 
a.fo:link {font-size: 70%}

a.fo:visited {color: #0000ff}
a.fo:visited {text-decoration: none} /* visited link */
a.fo:visited {font-family: verdana}
a.fo:visited {font-size: 70%}

a.fo:hover {text-decoration: underline} /* mouse over link */
a.fo:hover {font-family: verdana}
a.fo:hover {font-size: 70%}

a.f1 {font-family: verdana} 
a.f1 {font-size: 70%}

a.hyper2:link {color: rgb(7,129,252)}
a.hyper2:link {text-decoration: underline} /* unvisited link */
a.hyper2:link {font-family: verdana} 
a.hyper2:link {font-size: 12px}

a.hyper2:visited {color: #FF0000}
a.hyper2:visited {text-decoration: none} /* visited link */
a.hyper2:visited {font-family: verdana}
a.hyper2:visited {font-size: 12px}

a.hyper2:hover {color: rgb(7,129,252)}
a.hyper2:hover {text-decoration: underline} /* mouse over link */
a.hyper2:hover {font-family: verdana}
a.hyper2:hover {font-size: 12px}




a.hyper3:link { 
color: #30318b;
font-family: verdana;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}

a.hyper3:visited { 
color: #3399fe;
font-family: verdana;
font-size: 12px;
text-decoration: none;
font-weight: bold;

}

a.hyper3:hover {
color: #3399fe;
font-family: verdana;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
}

a.hyper4:link { 
color: #30318b;
font-family: verdana;
font-size: 12px;
text-decoration: none;
font-weight: bold;
margin-left:20px;
}

a.hyper4:visited { 
color: #3399fe;
font-family: verdana;
font-size: 12px;
text-decoration: none;
font-weight: bold;
margin-left:20px;

}

a.hyper4:hover {
color: #3399fe;
font-family: verdana;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
margin-left:20px;
}

