body 
{
	background-color: #2a385b; 
	color: #e7a83d;
	margin: 0px 20px 20px 20px;
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
}
td
{
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #e7a83d;
}


.title_page
{
	font-size: 18px;
	color:#e7a83d;
	font-family:Tahoma;
	font-weight:normal;
}

.input
{
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color:#e7a83d;
	background:none;
	border:1px #e7a83d solid;
}
.button
{
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color:#e7a83d;
	border:1px #e7a83d solid;
}
input
{
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color:#2a385b;
	border:1px #e7a83d solid;
}
select
{
	font-family: "Palatino Linotype";
	font-weight: bold;
	color:#2a385b;
	border:1px #e7a83d solid;
}
.no_border
{
	border:none;
}
.border_td
{
	border:#999999 solid 1px;
}

a
{
	text-decoration: none;
	color: #dcdcdc;
}
a:link
{
	color:#dcdcdc;
}
a:visited
{
	color: #dcdcdc;
}
a:hover
{
	color: #33CCFF;
}
