a {
	color : #A08B70;
	text-decoration : underline;
}

a:active {
	color : #A08B70;
	text-decoration : underline;
}

a:hover {
	color : #A08B70;
	text-decoration : none;
}

strong {
	color : #A08B70;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	font-style: italic;
}

strong.specs {
	color : #A08B70;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	font-style: italic;
}

body,table,td,div,li {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

p{
	color : #A08B70;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	text-align : justify;
}

b {
	color : #A08B70;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

b.header {
	color: #A08B70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

table.specs td{
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}


table.footer td{
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

table.footer a {
	color : #99ccFF;
	text-decoration : underline;
}

table.footer a:active {
	color : #99ccFF;
	text-decoration : underline;
}

table.footer a:hover {
	color : #99ccFF;
	text-decoration : none;
}

input.text {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : white;
	border : thin inset #ffffff;
}

textarea {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : white;
	border : thin inset #ffffff;
}

input.button {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : white;
}

select {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : #ffffff;
		}

table.smalltext td{
	color : WHITE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

table.error td{
	color : #FF0033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

p.header {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}