#navigation a
{
color: #000;
background: #ffa20c url(../images/nav/left-tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background: url(../images/nav/right-tab.gif) right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #781351 url(../images/nav/left-tab-hover.gif) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background: url(../images/nav/right-tab-hover.gif) right top no-repeat;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
}


body {
	font-family: "Arial";
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 13px;
	line-height: 15px;
	color: #323232; 
}
td {
	font-family: "Arial";
	font-size: 13px;
	line-height: 15px;
	color: #323232;
}
.copy {
	font-family: "Arial";
	font-size: 13px;
	line-height: 15px;
	color: #323232;
}
.header {
	font-family: "Arial";
	font-size: 14px;
	line-height: 16px;
	color: #e56001;
}
a:link {
	font-family: "Arial";
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}
a:active {
	font-family: "Arial";
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #e13000;
	text-decoration: none;
}
input, select {
	font-family: "Arial";
	font-size: 13px;
	line-height: 14px;
	color: #323232;
}
input, select, textarea {
font-family: arial;
font-size: 13px;
border: 1px solid #305A85;
}

