a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #be380c;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #be380c;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #be380c;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5E5E5E;
	text-decoration:none;
}

a.start:link	{
	color: #f2dbb4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.start:visited {
	color: #f2dbb4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.start:active {
	color: #f2dbb4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.start:hover {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

a.leftnav:link	{
	color: #be380c;
	font-size: 12px;
	text-decoration: none;
}

a.leftnav:visited {
	color: #be380c;
	font-size: 12px;
	text-decoration: none;
}

a.leftnav:active {
	color: #be380c;
	font-size: 12px;
	text-decoration: none;
}

a.leftnav:hover {
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}

td, tr, table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #00000;
    letter-spacing: 0px;
	}
	
input, select, option, textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f8edda;
    border-top: 1px solid #DFDFDF;
	border-bottom : 1px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
	border-left : 1px solid #DFDFDF;
}