/* CSS Document */

/* Global Styles */ 

body, p, h1, h2, h3 {
font-family: Trebuchet, Verdana, Arial, sans-serif;
font-size: small;
line-height: 1.4em;
color: black;
background-color: transparent;
text-align: left;
} 

p {
line-height: 16pt;
}

h1 {
font-family: Times New Roman, Trebuchet, Verdana, Arial, sans-serif;
font-size: 150%;
color: #000000;
}

h2 {
font-size: 120%;
color: #112c84;

}

h3 {
font-size: 105%;
font-weight: bold;
font-style: italic;
color: #996600;
}

a:link {
color: #112c84;
background-color: transparent;
}

a:visited {
color: #a8896a;
background-color: transparent;
}

a:active {
color: #990033;
background-color: transparent;
}

a:hover {
color: #cc6600;
background-color: transparent;

}

/* ID Styles */

/* Class Styles */

.smallcentered {
font-size: 85%;
text-align: center;
}

.weecentered {
font-size: 75%;
text-align: center;
}

.small {
font-size: 85%;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.margin {
margin-top: 10px;
margin-right: 30px;
margin-left: 30px;
}

.margin10020 {
margin-top: 10px;
margin-right: 20px;
margin-left: 100px;
}

.margin60 {
margin-top: 10px;
margin-right: 60px;
margin-left: 60px;
}

.margin50 {
text-align: center;
margin-right: 50px;
margin-left: 50px;
}

.marginleft {
margin-left: 40px;
}

.marginright {
margin-right: 40px;
}

.margintop {
margin-top: 30px;
margin-right: 40px;
margin-left: 40px;
}

.border {
border: solid thin #927457;
}

.blue {
color: #112c84;

}

.red {
font-size: 120%;
font-weight: bold;
color: #990000;

}

.goldenbrown {
font-size: 105%;
font-weight: bold;
color: #996600;
}