body {
    font-family: times;
}

h1 {
    color: #6e2600;
    height: 23px;
    line-height: 23px;
    font-size: 174%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    background: transparent url(../images/chip1.jpg) top left no-repeat;
}

h2 {    
    color: #958247;
    font-size: 129%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0;
}

h3 {
    color: #75644c;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 0 10px 0;
    padding: 0;
}

h4 {
    margin: 10px 0;
    padding: 0;
    font-size: 92%;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    text-align: justify;
    font-size: 114%;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}

p:first-letter {
   font-size: 20px;
}

strong, b {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

ul {
    margin: 0;
    padding: 0 0 0 30px;
}

ul ul {
    margin: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: square;
}

li li { 

}

a, a:hover, a:visited {
    color: #690202;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    font-weight: normal;
    text-decoration: underline;
}

fieldset {
    border: #ccc solid 1px;
    margin: 5px 0;
    padding: 15px;
}

legend {
    color: #958247;
    font-size: 129%;
    font-weight: bold;
    text-transform: uppercase;
}

table {
    font-family: times;
    /*width: 100%;*/
    border-collapse: collapse;
}

th {
    font-weight: bold;
    text-align: center;
    font-size: 114%;
    line-height: 20px;
}

td {
    /*font-size: 114%;*/
    line-height: 20px;
    text-align: justify;
    /*font-family: times;*/    
}

label, .label {
    display: block;
    width: 29%;
    clear: both;
    float: left;
    padding-right: 1%;
    text-align: left;
    font-weight: bold;
    color: #6e2600;
}

td label {
    display: block;
    width: 120px;
    clear: none;
    float: none;
    padding-right: 0;
}

.input, select, textarea {
    width: 68%;
    font-size: 114%;
    border: #777 solid 1px;
}

td .input, td textarea {
    width: auto;
}

/*
input[type="radio"] {
    width: 15px;
    border: none;
}
*/

input[type="submit"] {
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 20px auto 0 auto;
    cursor: pointer;
    border: #6e2600 solid 1px;
    background-color: #6e2600;
    color: white;
    font-family: times;
    font-size: 100%;
}

.warn {       
    color: red;
}

.error {   
    margin-left: 30%;
    margin-bottom: 10px;
    color: red;
}

td .error {
    display: block;
    margin-left: 0;
}

.panel {
    position: relative;
    width: 745px;
    margin: 10px auto;
    background: transparent url(../images/panelBackground.gif) top left repeat-y;
}

.panel-hd {          
    height: 51px;
    color: #958247;
    font-size: 129%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 0 50px;
    font-weight: bold;
    background: transparent url(../images/panelHdBackground.gif) top left no-repeat;
}

.panel-bd {       
    margin: 0px 60px 20px 60px;    
}

.panel-ft {        
    height: 15px;
    font-size: 77%;
    background: transparent url(../images/panelFtBackground.gif) top left no-repeat;
}

.style1 {
    color: #00194d;
}