a.brown
{
	color: #643F39;
	text-decoration: none;
}

a.brown:hover
{
	text-decoration: underline;
}

a.brown-u
{
	color: #643F39;
	text-decoration: underline;
}

a.brown-u:hover
{
	text-decoration: underline;
}

a.red
{
	color: #DF661A;
	text-decoration: none;
}

a.red:hover
{
	text-decoration: underline;
}

a.red-u
{
	color: #DF661A;
	text-decoration: underline;
}

a.red-u:hover
{
	text-decoration: underline;
}

a.white
{
	color: white;
	text-decoration: none;
}

a.white:hover
{
	text-decoration: underline;
}

a.white_u
{
	color: white;
	text-decoration: underline;
}

a.white_u:hover
{
	text-decoration: underline;
}

body
{
	background-color : #E3E3E3;
	color: #505050;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
}

h1, h2
{
	font-family: georgia, times, serif;
	font-weight: normal;
}

h1.head
{
	color: #FF9700;
	font-size: 110%;
	text-align: center;
	margin: 0px;
}

h1.main
{
	color: #D43B0F;
	font-size: 150%;
}

h2.main
{
	color: #505050;
	font-size: 130%;
}

img
{
	border-width: 0px;
}

input.button
{
	background: url(img/button.gif) no-repeat top left;
	border: 1px solid #A6A6A6;
	color: #404040;
	padding: 3px 15px 3px 15px;
}

input.edit
{
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #6A6A6A;
}

p
{
	text-align: justify;
}

table
{
	border-collapse: collapse;
	font-size: 100%;
}

td.border
{
	background-color: white;
	border: 1px black solid;
	padding: 1px;
}

td.logo
{
	background-color: #C00000;
	border-bottom: 1px white solid;
	padding: 10px;
}

td.main
{
	background-color: white;
	border: 1px black solid;
	padding: 20px;
}

td.menu_bottom
{
	background-color: #C00000;
	border-bottom: 1px black solid;
	color: white;
	font-size: 80%;
	height: 50px;
	text-align: center;
}

td.menu_left1
{
	background-image: url(img/menu-left1.gif);
	font-weight: bold;
	padding: 7px 5px 7px 5px;
}

td.menu_left2
{
	background-image: url(img/menu-left2.gif);
	font-weight: bold;
	padding: 7px 5px 7px 5px;
}

td.menu_top
{
	background-image: url(img/menu-top.gif);
	color: #DF661A;
	font-weight: bold;
	height: 35px;
	padding: 0px;
	text-align: center;
}

td.phone
{
	color: white;
	font-size: 70%;
}

td.promo
{
	color: #909090;
	font-size: 150%;
}

td.separator
{
	height: 10px;
}

textarea
{
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #6A6A6A;
}
