/* CSS Document */
A:link    { 
color: white;
font-size: 12px;
font-weight: 400;
}
A:active  {
color: white;
font-size: 12px;
font-weight: 400;
}
A:visited {
color: white;
font-size: 12px;
font-weight: 400;
}

body{
	font-family:century gothic,verdana,sans-serif;
	font-size: 6px;
	color: white;
}

input.red {
	background-color: 454545; 
	font-weight: ffbe00; 
	color: white;
}

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


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

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

p.regulartxt
{
font-family:century gothic,verdana,sans-serif;
color: white;
font-size: 12px;
font-weight: 400;
}
p.boldtxt
{
font-family:century gothic,verdana,sans-serif;
color: white;
font-size: 12px;
font-weight: 800;
}

fieldset
{
border: 0;
width: 50;
height: 100;
}

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