a
{
	color: #C07032;
	text-decoration: none;
}

a:visited
{
	color: #C07032;
	text-decoration: none;
}

a:active
{
	color: #C07032;
	text-decoration: none;
}

a:hover
{
	color: #F3B267;
	text-decoration: underline;
}

a.qty
{
     color: #F3B267;
     font-size: 18pt;
     text-shadow: -3px 3px 4px black;
}

a.qty:visited
{
    color: #F3B267;
    font-size: 18pt;
    text-shadow: -3px 3px 4px black;
}

a.qty:active
{
    color: #F3B267;
    font-size: 18pt;
    text-shadow: -3px 3px 4px black;
}

a.qty:hover
{
    color: #FFE4C4;
    font-size: 18pt;
    text-shadow: -3px 3px 4px black;
    text-decoration: none;
}

a.dk
{
    color: #141619;
	text-decoration: none;
}

a.dk:visited
{
    color: #141619;
	text-decoration: none;
}

a.dk:active
{
    color: #141619;
	text-decoration: none;
}

a.dk:hover
{
    color: #2B2C2F;
	text-decoration: underline;
}

hr
{
    color: #C07032;
}

p
{
    font-size: 14pt;
	font-family: Centaur, Serif;
	color: #FFE4C4;
}

.col_title
{
	font-family: "Century Gothic", Sans-Serif;
	font-weight: bold;
}

.small_text
{
	font-size: 8pt;
}

.error
{
	font-size: 12pt;
	font-style: italic;
	color: #CC0000;
}

body
{
	font-size: 14pt;
	font-family: Centaur;
	color: #FFE4C4;
	min-height: 100%;
}

h1
{
	font-family: "Century Gothic", Sans-Serif;
}

.title
{
    font-family: "Century Gothic", Sans-Serif;
	font-size: 48pt;
	font-weight: bold;
}

h2
{
	font-family: "Century Gothic", Sans-Serif;
}

h3
{
	font-family: "Century Gothic", Sans-Serif;
}

h4
{
	font-family: "Century Gothic", Sans-Serif;
}

h5
{
	font-family: "Century Gothic", Sans-Serif;
}

h6
{
	font-family: "Century Gothic", Sans-Serif;
}

input
{
    background-color: #141619;
    border: 2px solid #C07032;
    border-radius: 4px;
    text-align: center;
    color: #FFE4C4;
    font-family: "Century Gothic", Sans-Serif;
    font-size: 10pt;
}

select
{
    background-color: #141619;
    border: 2px solid #C07032;
    border-radius: 4px;
    text-align: center;
    color: #FFE4C4;
    font-family: "Century Gothic", Sans-Serif;
    font-size: 10pt;
}

input[type="submit"]:hover
{
    background-color: #F3B267;
    color: #141619;
}

input[type="reset"]:hover
{
    background-color: #F3B267;
    color: #141619;
}

button
{
    background-color: #141619;
    border: 2px solid #C07032;
    border-radius: 4px;
    text-align: center;
    color: #FFE4C4;
    font-family: "Century Gothic", Sans-Serif;
    font-size: 10pt;
}

button:hover
{
    background-color: #F3B267;
    color: #141619;
}



