﻿input {
    border: 2px solid #7030A0;
    padding: 3px 8px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

textarea {
    border-style: none;
    font-size: 13px;
    font-family: Arial, sans-serif;
    height: 100px;
}

select {
    border: 2px solid #7030A0;
    padding: 3px 8px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

TABLE {
    font-family: BradhITC;
}


input[type=checkbox] {
    border-style: none;
    padding: 5px;
}

input.ImageButton {
    border-style: none;
}

img {
    border-style: none;
}


a, a:active, a:hover, a:visited {
    color: #7030A0;
    text-decoration: none;
}
