@font-face {
	font-family: Geologica-Bold;
        src: url('fonts/Geologica_Auto-Bold.ttf');
}
@font-face {
	font-family: Geologica-Regular;
        src: url('fonts/Geologica_Auto-Regular.ttf');
}


body {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    opacity: 0.9;
}

a:link 
{
    color:#FFFFFF;
}
a:visited
{
    color:#FFFFFF;
}  /* visited link */
a:hover 
{
    color:#AAAAAA;
}  /* mouse over link */

#framebody {
    height: auto;
    background-color: #273B09;
    border: 1px black;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white; 
    padding: 12px;
    font-family: Geologica-Regular;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.textbox {
    color: white; 
    min-height: 28px;
    background-color: #7B904B;
    font-family: Geologica-Bold;
    font-size: 26px;
    border-style:solid;
    border-color: #413C39;
    border-radius: 6px;
}

.styletable {
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
} .styletable caption {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 6px;
    border: 1px solid black;
    background-color: #7B904B;
} .styletable tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
} .styletable tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
} .styletable tr:nth-of-type(odd) td {
    background-color: #7B904B;
} .styletable tr:nth-of-type(even) td {
    background-color: #58641D;
} .styletable tr td {
    border-bottom: 1px solid black;
    padding: 3px 7px 3px 7px;
    border-right: 1px solid black;
} .styletable tr td:first-child {
    border-left: 1px solid black;
}

.submitbutton {
    width: 120px;
    height: 44px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-style: none;
    border-radius: 6px;
    color: white;
    background-color: #7B904B;
    text-align: center;
    font-family: Geologica-Regular;
    font-size: 26px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}.submitbutton:hover {
    background-color: #8f483b;
}

html { 
	background: url(images/tfbackground2.jpg) repeat center center fixed; 
	background-repeat: repeat;
}