body
{
    font-family: Geneva, Arial, sans-serif;
    font-size: small;
    background-color:	white;
}

h1 {
	color: #ff9933;
	font-size: x-large;
}

h2 {
	color: #ff9933;
	font-size: x-large;
	margin-top: 50px;
}

h3 {

}

p {
	line-height: 1.6em;
}


li {
	margin: 1.0em;
}

table {
	font-size: small;
}
td {
	padding: 5px;
}

td.orange {
	color: #ff9933;
}

td.red {
	color: red;
}

th {
	text-align: left;
}

hr {
	height: 1px;
}

a:link    { text-decoration: none}
a:visited { text-decoration: none }
a:hover   { text-decoration: none }
a:active  { text-decoration: none }

a.underline:link    { text-decoration: underline}
a.underline:visited { text-decoration: underline }
a.underline:hover   { text-decoration: underline }
a.underline:active  { text-decoration: underline }

div.article {
	position: absolute;
	left: 310px;
	top: 100px;
	padding-right: 80px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}


div.nav {
	position: absolute;
	left: 30px;
	top: 90px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

div.color {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#ff9933;
}

#logo {
	position: absolute;
	left: 30px;
	top: 5px;
}

#small {
	position:absolute;
	left:30px;
	top:75px;
	width: 98%;
}

#p-top {
	position: absolute;
	left: 30%;
	top:45px;
	color: #ff9933;
	font-family: Geneva, Arial, sans-serif;
    font-size: large;
}

#advert1 {
	
}

p.red {
	font-size: small;
	color: red;
}

p.orange {
	font-size: small;
	color: #ff9933;
}

p.orange-small {
	font-size: x-small;
	color: #ff9933;
}

p.orange-small-center {
	font-size: x-small;
	text-align: center;
	color: #ff9933;
}

p.links {
	text-align: center;
}

.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%;
    color: #ff9933; 
    text-align: center;
  }
  
.small-center {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%;
    text-align: center;
    font-size: x-small;
    font-style: italic;
}

span.orange {
	color: #ff9933;
}

span.orange-small-italic {
	color: #ff9933;
	font-size: x-small;
	font-style: italic;
}

div.input-form {
	border: 1px;
	border-color: #ff9933;
}
