.oca-table {
    border: none;
    margin: 0;
}

.oca-td-banner {
    border: none;
    font-family: "Droid Sans", Arial, sans-serif;
    font-size: 3.2em;
    color: black;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
}

.oca-header {
    color: black;
    font-size: 1.7em;
    font-family: inherit;
    text-decoration: none;
}

.oca-form-1 label {
    display: block;
    margin: 0px 0px 5px 0px;
}

.oca-input-text-1 {
    font-size: 0.85em;
    border: 1px solid     #C2C2C2;
    padding: 7px;
    width: 90%;
    -webkit-box-shadow: 1px 1px 1px #ebebeb;
    -webkit-border-radius: 3px;
}

.oca-form-1 input[type="text"]:focus, .oca-form-1 textarea:focus {
	background-color: beige;
	outline: 1px;
    -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
}

.oca-textarea-message {
  font-size: 0.85em;
}

.oca-header-link hover, .oca-header-link focus{
    text-decoration: none;
}

/* Links */
a {
	color: #222222;
	text-decoration: underline bold;
}
a:visited {
	color: #222222;
}
a:hover {
    color: blue;
}
a:focus,
a:active {
	color: #000000;
	text-decoration: underline; 
}
