/* CSS Document */
A:link {
	color: c9af6d;
	border: 0;
	border-color: c9af6d;  }
A:active  {
	color: c9af6d;
	border-color: c9af6d;  }
A:visited {
	color: c9af6d;
	border-color: c9af6d;  }
img{
	border-color: c9af6d; }
body{
	font-family:"century gothic",verdana,arial,sans-serif;
	font-size: 15px;
	color: c9af6d;
	font-weight: 100;
	border-color: c9af6d; 
	
}

input.red {
	background-color: silver; 
	font-weight: bold; 
	color: white;
}

table.styletext {
	font-family:verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: 100;
}


.input-box
{
float: left;
color: white;
background: silver;
border: white solid 1px
}

.input-textarea
{
float: left;
color: white;
background: silver;
border: white solid 1px;
}

fieldset
{
border: black solid 1px;
width: 28em
}

legend
{
background: white;
font-color: black;
border: black solid 1px;
padding: 1px 10px
}
