html,body
{
background: #FFF6C5;
margin: 0;
height: 100%;
margin-bottom: 0.1;
}

hr {
color: #000000;
height: 1px;
}

/* links */
a:link {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #FF0000;
text-decoration: underline;
}

a:hover {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #000000;
text-decoration: underline;
}

a:visited {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #FF0000;
text-decoration: underline;
}

a:visited:hover {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #FF0000;
text-decoration: underline;
}


a.linksmall:link {
font-family: Arial;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-weight: bold;
color: #555555;
text-decoration: underline;
}

a.linksmall:hover {
font-family: Arial;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: underline;
}

a.linksmall:visited {
font-family: Arial;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #555555;
text-decoration: underline;
}

a.linksmall:visited:hover {
font-family: Arial;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #555555;
text-decoration: underline;
}

/* text */
.header {
padding: 5;
background: #8F2E98;;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 22px;
font-style: normal;
font-weight: bold; 
color: #FFFFFF;
text-decoration: none;
text-align: center;
background-image: url('images/backgrounds/header.gif');
}

.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold; 
color: #FF0000;
text-decoration: none;
}

.subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold; 
color: #000000;
text-decoration: none;
white-space: nowrap;
}

.highlight {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: none; 
color: #0000FF;
text-decoration: italic;
}

.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal; 
color: #000000;
text-decoration: none;
text-align: justify;
}

.textleft {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal; 
color: #000000;
text-decoration: none;
text-align: left;
}

.textcenter {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal; 
color: #000000;
text-decoration: none;
text-align: center;
}

.textsmall {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal; 
color: #000000;
text-decoration: none;
text-align: justify;
}

.texterror {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal; 
color: #888888;
text-decoration: none;
}

.textlarge {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold; 
color: #000000;
text-decoration: none;
}

.center {
text-align: center;
}

.mainarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal; 
color: #000000;
text-decoration: none;
}



/* list */
ul
{
margin-left: 2.4em;
margin-top: -0.1em;
margin-bottom: 0.1em;
padding: 0px;
list-style-position: inline;
}

li
{
text-decoration: none;
color: #000000;
font-family: Arial;
font-size: 12px;
font-weight: none;
font-style: none;
line-height: 14px;
margin: 0;
padding: 0;
list-style-position: inline;
list-style: circle;
list-style-image: url('images/icons/bullet.gif');
}

/* image placement */
.imageright
{
margin-left: 10px;
margin-bottom: 10px;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
text-align: center;
}

.imageleft
{
margin-right: 10px;
margin-bottom: 10px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #555555;   
text-decoration: none;
text-align: center; 
}

.imagecenter
{
margin-top: 10px;
margin-bottom: 10px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
text-align: center;  
}

.border
{
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 0px;
}

.noborder
{
border-style: solid;
border-color: #000000;
border-width: 0px;
}

.table
{
background-color: #FFFFFF;
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 10px;
}

/* forms */

form {
margin:0;
}

.input {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: none;
background-color: #F5F5F5;
border-color: #000000;
border-style: solid;
border-width: 1px;
padding-left: 3px;
}

.select {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: none;
background-color: #F5F5F5;
padding: 0px;
}

.button {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold; 
color: #000000;
text-decoration: none;
background-color: #F5F5F5;
border-color: #000000;
border-style: solid;
border-width: 1px;
padding-left: 5px;
padding-right: 5px;
}

