body {
margin: 0px 0px 0px 0px;
}

body, table, form
{
font-size: 10px;
font-family: verdana, arial, helvetica, sans-serif;
line-height: 1.6em !important;
color: #666;
background: #fff;
}

form {
    border: none;
    margin: 0;
}

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #c2b9b5;
    color: #666;
    background: White;
    width: 100%;
}
/*
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    visibility: visible;
    border: 1px solid #c2b9b5;
    color: #666;
    vertical-align: middle;
    background: White;
}
*/
select {
    border: 1px solid #c2b9b5;
    color: #666;
    background-color: White;
    vertical-align: top;
}


/* headers */

h1{
font-size: 12.5px;
font-weight: bold;
color: #004FA3;
letter-spacing: 1px;
border-bottom: none;
margin-bottom: 5px;
}
h2{
margin-top: 20px;
margin-bottom: 8px;
font-size: 11px;
font-weight: bold;
letter-spacing: 0.5px;
border-bottom: none;
color: #E47826;
}
h3{
margin-top: 15px;
margin-bottom: 8px;
font-size: 11px;
font-weight: bold;
letter-spacing: 0.5px;
}


/* Paragraph styles */

.intro
{
    margin-top: 10px;
    border-bottom:  1px solid #999;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-top: 2px;
    font-size: 10,5px;
    font-weight: 500;
    background: url(../images/bg_intro.gif) top left no-repeat;
}


.smallInfo
{
	margin-top: 0px;
	font-size: 7pt;
}
