/* CSS Document */

/* Global Styles */ 

html, body {
margin: 0px;
padding: 0px;
}

body, p, h1, h2, h3 {
font-family: Verdana, Arial, sans-serif;
font-size: small;
line-height: 1.4em;
color: black;
background-color: transparent;
text-align: left;
} 

p {
line-height: 16pt;
margin-right: 70px
}

h1 {
font-size: 150%;
font-weight: bold;
color: #01538b;
margin-right: 70px
}

h2 {
font-size: 130%;
font-weight: bold;
color: #01538b;
}

h3 {
font-size: 110%;
font-weight: bold;
color: #1d7117;
line-height: 1.5em;
}

a:link {
color: #1d7117;
background-color: transparent;
}

a:visited {
color: #1d7117;
background-color: transparent;
}

a:active {
color: #666666;
background-color: transparent;
}

a:hover {
color: #01538b;
background-color: transparent;
}


/* ID Styles */


/* Class Styles */

.border {
border: solid thin #927457;
}

.smallcentered {
font-size: 75%;
text-align: center;
}

.small {
font-size: 75%;
}

.center {
text-align: center;
}

.margin {
margin-right: 40px;
margin-left: 40px;
}

.marginright {
margin-right: 40px;
}

.marginleft {
margin-left: 40px;
}

.margintop {
margin-top: 30px;
margin-right: 40px;
margin-left: 40px;
}

.border {
border: solid thin #666666;
}

html, body {
		margin: 0px;
		padding: 0px;
}